johnboiles / coremediaio-dal-minimal-example

Intended to be the most minimalistic example of a macOS CoreMediaIO DAL plugin.
MIT License
211 stars 31 forks source link

How to create Virtual Camera on MacOS without CoreMediaIO (because CoreMediaIO is deprecated) #26

Closed alokmahor closed 2 years ago

alokmahor commented 2 years ago

How can we create Virtual Camera on MacOS without CoreMediaIO because CoreMediaIO is deprecated?

johnboiles commented 2 years ago

Possible you could make a kernel extension that pretends to be a real hardware camera, but you're on your own there.