views:

542

answers:

1

I am looking for a solution to create a "virtual" webcam device under OS X (that acts just as a normal hardware webcam, but the application has full control over what to output). I'm fairly experienced with C++, but not so much with Objective-C and OSX/Cocoa programming.

Anyone that can point me in the right direction, where to look and what I should be looking for? I've searched, but most of the results seems to focus on Windows and DirectX.

Thanks!

+1  A: 

To get started you should have a look at http://webcam-osx.sourceforge.net/ It is an opensource webcam driver kit for os x.

parceval