2

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

Robert Deml
  • 12,390
  • 20
  • 65
  • 92

1 Answers1

2

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

Guge
  • 4,569
  • 4
  • 35
  • 47