imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black photo first time

tapannathvani opened this issue · comments

Hello,

I am getting first picture in Black overlay (taking pictures only, No video recording). I didn't changed any thing in framework. Please help me to solve it as I need to solve it ASAP.

Yes, I am also facing this issue. Any Idea how this fix?

I commented this line
// cameraManager.resumeCaptureSession()
from viewWillAppear and its working fine for me. I don't know is it proper fixed or not but still I didn't get any issue related it. I am capturing image only not video.