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 open the picker with: fusuma.defaultMode = .camera
then i close the picker and open again, it's like it took a photo, and the camera no longer works, until i change to library and go back.
If i try to take a picture without changing first to library, i got the following error: 017-10-24 13:25:03.865282-0500 DicLarousse[3022:1065125] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[AVCaptureStillImageOutput jpegStillImageNSDataRepresentation:] NULL sample buffer.'
The version i'm using is 1.2.0, and the device is an iphone 5s with 11.0.3, my proyect currently is developed using swift 3.2.
The text was updated successfully, but these errors were encountered:
RogelioHIT
changed the title
when closing the picker, camera gets frozen
When closing the picker, camera gets frozen
Oct 24, 2017
I open the picker with:
fusuma.defaultMode = .camera
then i close the picker and open again, it's like it took a photo, and the camera no longer works, until i change to library and go back.
If i try to take a picture without changing first to library, i got the following error:
017-10-24 13:25:03.865282-0500 DicLarousse[3022:1065125] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[AVCaptureStillImageOutput jpegStillImageNSDataRepresentation:] NULL sample buffer.'
The version i'm using is 1.2.0, and the device is an iphone 5s with 11.0.3, my proyect currently is developed using swift 3.2.
The text was updated successfully, but these errors were encountered: