Post not yet marked as solved
Post marked as unsolved with 0 replies, 479 views
Apple presented how to Create audio drivers with DriverKit on the latest WWDC 2021.
Video presentation:
https://developer.apple.com/videos/play/wwdc2021/10190
Code sample:
https://developer.apple.com/documentation/audiodriverkit/creating_an_audio_device_driver
We need a similar approach for cameras. The audio driver mentioned above can be compiled using the new Xcode 13 beta. So this approach is in progress. We need to develop a custom driver for the camera. Is there a solution in DriverKit for cameras? Is it planned? Should we develop a driver from scratch using USBDriverKit?
Any suggestions are appreciated.