DV (Digital Video) Capture (Delphi 6.0)
1. |
Start with the project that you created in My First Capture. |
2. |
Update the btnStartCaptureClick procedure to be as follows: |
procedure TForm1.btnStartCaptureClick(Sender: TObject);
begin
ltmmCaptureCtrl1.StartCapture ( ltmmCapture_Mode_VideoOrAudio );
end;
3. |
Run your program to test it. |