foohid icon indicating copy to clipboard operation
foohid copied to clipboard

Virtual webcam

Open nospam2k opened this issue 4 years ago • 1 comments

I would like to build a virtual webcam. That may be beyond the scope of this project but just trying to get a foot in the door somewhere. Can you point me in a direction? I've written stuff for Android and IOT devices so I'm comfortable with programming in C but I'm new to Mac and your project is the closest thing I've seen to hardware level virtualization.

nospam2k avatar Apr 08 '20 04:04 nospam2k

You need to create a CoreMediaIO DAL Plugin. Have a look at this example: https://github.com/lvsti/CoreMediaIO-DAL-Example/blob/master/README.md

dnadoba avatar Apr 25 '20 11:04 dnadoba