SimpleDALPlugin icon indicating copy to clipboard operation
SimpleDALPlugin copied to clipboard

CMIOUInputFromProcs::GetPropertyInfo() failed for id

Open manasi-ganti opened this issue 3 years ago • 1 comments

I built the SimpleDALPlugin in XCode, but it's not showing up in QuickTime as a camera option. I think it's a problem with the camera access. The error I'm getting: CMIOUInputFromProcs::GetPropertyInfo() failed for id

I tried adding a "Privacy - Camera Use Description" property to the Info.plist file with the value: "Access camera" and then "Need to access your camera to record a video" based on Xcode: Missing Info.plist key for NSCameraUsageDescription, but it didn't work.

Is editing Info.plist going to help, and if so, what am I doing wrong? If not, what's a better solution? Is camera access even the problem?

manasi-ganti avatar Aug 18 '20 06:08 manasi-ganti

Answer is a bit late, but QuickTime Player will not accept DAL plugins as valid input sources if they aren't signed by Apple. Use OBS to try whether it worked or not. Some video conferencing apps will work, too, but not PhotoBooth/FaceTime or basically any apps from Apple.

klongeiger avatar Jun 04 '21 18:06 klongeiger