We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm facing With an issue. Problem is when my front camera open and when its seem white light its looking as shown in image.Also Autofocus not working.
My code is
self.recorder.videoOrientation = .Portrait let previewView = self.cameraView self.recorder.previewView = previewView self.recorder.maxRecordDuration = CMTimeMake(21, 1) self.recorder.mirrorOnFrontCamera = true self.flashButton.hidden = true //self.recorder.continuousFocusAtPoint(self.view.center) self.recorder.focusCenter()
The text was updated successfully, but these errors were encountered:
any help ?
Sorry, something went wrong.
@mkaya93 I don't suppose you ever figured this one out? Seeing the exact same behavior.
Hey guys. I ran across this issue and decided to fix it. Created a PR with the fix: #355
You can use the fork until the PR gets merged in(If the PR gets merged in...)
No branches or pull requests
Hi,
I'm facing With an issue. Problem is when my front camera open and when its seem white light its looking as shown in image.Also Autofocus not working.
My code is
The text was updated successfully, but these errors were encountered: