Creating a Virtual Webcam Device for OS X

Posted by andsve on Stack Overflow See other posts from Stack Overflow or by andsve
Published on 2010-03-29T14:20:41Z Indexed on 2010/03/29 14:23 UTC
Read the original article Hit count: 276

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa