-
Notifications
You must be signed in to change notification settings - Fork 186
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
Error on captureStillImageAsynchronouslyFromConnection #8
Comments
Same error since iOS 10... |
Will look in to it
Thnks for reporting
…On Fri, 10 Feb 2017 at 8:05 PM, Lionel ***@***.***> wrote:
Same error since iOS 10...
captureStillImageAsynchronouslyFromConnection:videoConnection works
randomly for me
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHIlzFz_8OjdXUFch5sqfdTxH-GUBmXJks5rbHWzgaJpZM4L7_XI>
.
|
Correction :
EDIT 8NOV2017
And remove |
@MapleNoise this is not fixing my issue still my camera works randomly! |
@mukyasa tell me something to fix it please it's urgent |
@AzimJavaidKhan It's Camera library issue you can change it with diff camera library and problem solved, It will take time from my end to update the camera library code. You dont have to touch OpenCV code |
ok thanx! |
where to add this line? |
@AzimJavaidKhan if you add :
And remove |
now the retake button also captures, the black screen and sends black screen for cropping! |
Oh... Sorry That's the only thing I changed to worked for me... |
[self.capturePhoto]....is it important to write this? |
@MapleNoise but after your answer i m now able to take 7/10 pictures thanks. But still missing 3 times don't know why? i haven't changed anything except what u suggested! |
@mukyasa if u have excess time can you please fix it. It's very important for me and i have short time period for this task! |
[_stillImageOutput captureStillImageAsynchronouslyFromConnection:videoConnection completionHandler: ^(CMSampleBufferRef imageSampleBuffer, NSError *error)
Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSUnderlyingError=0x174056170 {Error Domain=NSOSStatusErrorDomain Code=-16800 "(null)"}, NSLocalizedFailureReason=An unknown error occurred (-16800), NSLocalizedDescription=The operation could not be completed}
The text was updated successfully, but these errors were encountered: