Open menstood opened 2 years ago
Can you please tell me what exactly happens when used with iPhone 11? Exception at DepthCapture.Configure
?
I'm guessing that this plugin lacks support for newer device types, such as AVCaptureDeviceTypeBuiltInTripleCamera, AVCaptureDeviceTypeBuiltInDualWideCamera, etc.
If you add AVCaptureDeviceTypeBuiltInTripleCamera
to enum DeviceType and provide that to DepthCapture.Configure
, it may work.
I cannot use the back camera of iPhone 11. I've tried to pass the position parementer Position.Back when config the capture. What should I do? Thank you.