1

I saw a Lenovo platform with Win7 that has a web cam and and a virtual web cam. The virtual web cam renders the video that is captured by the physical web cam but supports image processing. It also works in parallel to the physical web cam (one application is using the web cam and another application uses the virtual web cam).

Where can I find documentation on the windows architecture, to program such virtual camera and feed it from the physical device?

Thanks, Shai

Martin Atkins
  • 62,420
  • 8
  • 120
  • 138

1 Answers1

1

The primary API for video capture in Windows is [still] DirectShow. A question of implementing a virtual video capture device has been discussed multiple times here on SO and on MSDN Forums:

In the virtual camera you are free to choose where you take video feed from, would it be real capture device or the feed is generated, or taken from network etc.

Community
  • 1
  • 1
Roman R.
  • 68,205
  • 6
  • 94
  • 158