Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPad 2 crash #124

Closed
damien-nd opened this issue Mar 31, 2016 · 2 comments
Closed

iPad 2 crash #124

damien-nd opened this issue Mar 31, 2016 · 2 comments

Comments

@damien-nd
Copy link

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:

*** 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.

@zenangst
Copy link
Contributor

@damien-nd could you test this towards master and confirm or deny that this is fixed? Thanks for bringing this to our attention!

@damien-nd
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants