CoreMediaIO-DAL-Example icon indicating copy to clipboard operation
CoreMediaIO-DAL-Example copied to clipboard

Apple's CoreMediaIO DAL plugin example - modernized

Results 7 CoreMediaIO-DAL-Example issues
Sort by recently updated
recently updated
newest added

I am creating an app that uses an iPhone as a virtual camera. Similar to Epoccam app (https://www.elgato.com/en/epoccam). How can I use this sample code to create a plugin for...

using legacy usb cams (e.g. the PS3 Eye Cam) with modern MacOs raises a couple of interests due to so many remote use cases. [macam](http://webcam-osx.sourceforge.net/) which provides a driver for...

Hello Virtual Camera model is based on the CoreMediaIO-DAL-Example. Our plugin is properly detected and loaded by the apps and functioning normally in general. CMIO DAL Assistant hangs/freezes on systems...

Hi, I use SampleVCam.plugin, without kext installed. Every time after reboot macOS, I could not get video using OBS. But if I use QuickTime movie recording function, the plugin works...

Switching from MacOS10.14.sdk to MacOS10.15.sdk gives me this error: `sudo kextutil -tn **./BuildResults/Debug/root/System/Library/Extensions/IOVideoSample.kext` ``` kxld[com.apple.cmio.driver.Sample]: The super class vtable 'vtable for IOVideoDevice' for vtable 'vtable for IOVideoSampleDevice' is out of...

`bootstrap_create_server()` is deprecated

tech debt

The kernel extension doesn't seem to load, probably due to code signing issues (OS imposes stricter security rules since the sample code was conceived in the Lion age).

bug