Posts

Post not yet marked as solved
2 Replies
0 Views
Well... this morning it is working. I can not think of what is different other than a good night sleep. 🤷‍♂️ Thanks for the quick help! @eskimo Here is what you asked for: Smart Desk.app/Contents/MacOS Smart Desk.app/Contents/MacOS/Smart Desk Smart Desk.app/Contents/MacOS/ffplay What wasn't working yesterday but is now: guard let ffplay = Bundle.main.url(forAuxiliaryExecutable: "ffplay") else{ fatalError() } Yesterday's work around" var ffplay = Bundle.main.bundleURL ffplay.appendPathComponent("Contents/MacOS/ffplay")
Post not yet marked as solved
3 Replies
0 Views
AVCaptureDevice.DiscoverySession(deviceTypes: [.externalUnknown], mediaType: .video, position: .unspecified) Gets all USB cameras for me. Not sure about a FaceTime Camera on a Laptop.
Post not yet marked as solved
1 Replies
0 Views
I forgot to add this is not a problem on 10.3 but I don’t have a pinpoint version where this seems to gone wrong.
Post marked as solved
1 Replies
0 Views
I got an answer from the core-audio mailing list.> As of iOS 11 the "inter-app-audio" entitlement is required to able to scan the plug-ins installed on the system.