DV (Digital Video) Capture (Visual FoxPro 6.0)

1.

Start with the form that you created in My First Capture.

2.

Update the btnStartCapture Click procedure to be as follows.

#define ltmmCapture_Mode_VideoOrAudio 0
ThisForm.ltmmCaptureCtrl1.StartCapture (ltmmCapture_Mode_VideoOrAudio)

3.

Run your program to test it.