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

Front Camera White Explosion #341

Open
mkaya93 opened this issue Aug 15, 2016 · 3 comments
Open

Front Camera White Explosion #341

mkaya93 opened this issue Aug 15, 2016 · 3 comments

Comments

@mkaya93
Copy link

mkaya93 commented Aug 15, 2016

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()

camera

@mkaya93
Copy link
Author

mkaya93 commented Aug 24, 2016

any help ?

@nclay09
Copy link

nclay09 commented Oct 12, 2016

@mkaya93 I don't suppose you ever figured this one out? Seeing the exact same behavior.

@raja-baz
Copy link

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

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

3 participants