What is CoreMediaIo DAL virtual camera alternative in macOS Mojave

£可爱£侵袭症+ 提交于 2020-05-11 07:54:54

问题


I try to implement the virtual camera using CoreMediaIO DAL plugin, the virtual device won't show up in Mojave with Photo Booth and other application, is CoreMediaIO plugin method deprecated in Mojave? what is the replacement?

The virtual camera I created is basically based on https://developer.apple.com/library/archive/samplecode/CoreMediaIO and some samples in github.

I expected when I open the Photo Booth application, the virtual device would show on the Camera list, but it is not. (Mojave)


回答1:


It turns out I misunderstood input/output stream since I was from DirectShow world, kept the input stream only, ripped off all assistant, kext related, leave pure DAL plugin only, hooked with my transportation layer of frame data, now WebRTC, Zoom etc can find and use it under Mojave.



来源:https://stackoverflow.com/questions/56157333/what-is-coremediaio-dal-virtual-camera-alternative-in-macos-mojave

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!