seanchas116 / SimpleDALPlugin

Simple CoreMediaIO DAL virtual camera plugin example written in Swift
MIT License
150 stars 19 forks source link

[question] Show webcam stream #5

Closed ivanFuertesGlobant closed 4 years ago

ivanFuertesGlobant commented 4 years ago

Hello!

Is there any way to get the webcam stream as an input of the plugin so I can show it alongside the plugin stream?

Thanks!

seanchas116 commented 4 years ago

Just like normal webcam using apps, you can use AVCaptureDevice to get webcam stream. (SimpleDALPlugin itself doesn't provide webcam capture functionality)