DV (Digital Video) Capture (Visual Basic)
1. |
Start with the project that you created in My First Capture. |
2. |
Update the btnStartCapture_Click Sub to be as follows: |
Private Sub btnStartCapture_Click()
ltmmCaptureCtrl1.StartCapture ltmmCapture_Mode_VideoOrAudio
End Sub
3. |
Run your program to test it. |