Platform : Windows 9X, XP, Vista, Window 7, Window 8
For Windows Developers who need to video capture with overlay in c , c#, vb.net , vb, delphi, vfp, access.
Step 1: Download VideoCap Pro ActiveX installer and installed it.
Step 2: Create c# project and drag the VideoCap Pro ActiveX on form.
Step 3: Download this sample project. In form load event, read the audioinputpins object and call start method.
| for (int i = 0; i < axVideoCap1.AudioInputPins.Count; i ) { String temp = axVideoCap1.AudioInputPins.FindInputPinName((short)(i)); Console.WriteLine(temp); } axVideoCap1.Start(); |
Step 4: In form close event, you need release audioinputpins and videocap activex. If you called AudioDevices object, you should release it.