Share this topic on FacebookShare this topic on MySpaceShare this topic on Del.icio.usShare this topic on DiggShare this topic on StumbleUponShare this topic on TwitterShare this topic on GoogleShare this topic on Yahoo

Author Topic: koneksi web cam lagi  (Read 283 times)

0 Members and 1 Guest are viewing this topic.

Offline Ansel

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 13
koneksi web cam lagi
« on: January 29, 2010, 08:55:19 PM »
teman-teman seperjuangan, sy sudah coba prg dari salah seorang teman kita mengenai Web Cam pake Foxpro

oform1=NEWOBJECT("form1")
oform1.Show(1)
RETURN
*
DEFINE CLASS form1 AS form
   Autocenter = .t.
   Height = 240
   Width = 320
   Caption = "VFP-WebCam"   
   
ADD OBJECT olecontrol1 AS olecontrol WITH ;   
      Height = Thisform.Height,;    
      Width = Thisform.Width ,;   
      OleClass = "vbVidC60.ezVidCap"

ENDDEFINE

memang berhasil
yang saya bingung, bagaimana cara mengambil gambar tersebut dan menjadikan nya  file bmp/jpg

saya sudah cari di beberapa postingan, tapi belum juga ketemu

semoga teman teman tidak bosan dengan pertanyaan saya ini,
hatur nuhun pisan sebelumnya ......

Offline davidmustakim

  • Fox-id M.V.P
  • Hero Member
  • *
  • Thank You
  • -Given: 1
  • -Receive: 22
  • Posts: 4599
Re: koneksi web cam lagi
« Reply #1 on: January 29, 2010, 09:01:01 PM »
cari method dari activex itu yang terkait dengan "snapshot" atau "grab"

Offline Ansel

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 13
Re: koneksi web cam lagi
« Reply #2 on: January 29, 2010, 10:48:13 PM »
sory mas, kalau hanya untuk memasukan citra gambar tersebut kedalam record field General dari database native V.Foxpro
apakah nyari nya di situ juga,
maaf ya, banyak nanya, maklum new bie

tks sebelum nya.

Offline akuisme

  • Full Member
  • *
  • Thank You
  • -Given: 0
  • -Receive: 2
  • Posts: 76
    • akuisme
Re: koneksi web cam lagi
« Reply #3 on: January 30, 2010, 11:34:15 AM »