lvsti / CoreMediaIO-DAL-Example

Apple's CoreMediaIO DAL plugin example - modernized
MIT License
186 stars 28 forks source link

I'm only getting empty output #8

Closed acrosson closed 4 years ago

acrosson commented 4 years ago

Thanks for putting this and the Cameo tool together!

I think I have setup the virtual camera correctly. When I open your cameo app, I am able to see the virtual device, and "open it". However when I view the output it's all green. In PhotoBooth the output is always black. So I'm not sure if it's working properly or not. Is there anyway to send random noise for the frame in EmitFrame?

Also, whenever I switch to another device and back to the virtual device, whichever app i'm using crashes. Any suggestions?

Thanks!!

johnboiles commented 4 years ago

It's probably because you don't have the .yuv files downloaded. See my comment here

lvsti commented 4 years ago

@acrosson did it solve your problem?

acrosson commented 4 years ago

@lvsti yes, got it working now! Thanks