You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I start to look on the code but still not found where it is.
On iPad 2, I get a crash with this log:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** Can't add <AVCaptureDeviceInput: 0x18e53330 [Caméra arrière]> because the device does not support AVCaptureSessionPreset1920x1080. Use -[AVCaptureDevice supportsAVCaptureSessionPreset:].'
I don't know why part of the error is french, but 'Caméra arrière' means 'Rear camera'.
I do check with code for d in AVCaptureDevice.devices() and rear and front camera don't support AVCaptureSessionPreset1920x1080
Is this settings can be change or it is fixed on your code?
Thank you.
The text was updated successfully, but these errors were encountered:
@zenangst Sorry for the delay. I try it today and it fix the bug. Just one thing, with carthage, you should use tag more often, because you can not just be on master branch (or at least I do not known how to).
But everything perfect for me, thank you.
Hello.
I start to look on the code but still not found where it is.
On iPad 2, I get a crash with this log:
I don't know why part of the error is french, but 'Caméra arrière' means 'Rear camera'.
I do check with code
for d in AVCaptureDevice.devices()
and rear and front camera don't supportAVCaptureSessionPreset1920x1080
Is this settings can be change or it is fixed on your code?
Thank you.
The text was updated successfully, but these errors were encountered: