views:

92

answers:

1

Hi

I need to control (play,rewind,stop) my Video Cam connected to firewire of my PC Is this possible. My program is written in .NET

Thanks Anon

+2  A: 

This is done through DirectShow which is part of the Windows SDK. Take a look at the DVApp sample.

Guge