FullScreenCamera icon indicating copy to clipboard operation
FullScreenCamera copied to clipboard

Video session is missing

Open dhaneshgosai opened this issue 7 years ago • 5 comments

Hello ,

I have download your code and try to run on my iPhone and I am getting below message on console

noCamerasAvailable

How can I run this code successfully without any error on console ?

Thanks in advance.

dhaneshgosai avatar May 31 '18 09:05 dhaneshgosai

Hello @dhaneshgosai , It seems configureCaptureDevices() can not find the camera type that you are looking for. You can double check the device type that is passed to AVCaptureDevice.DiscoverySession( ...) function.

erkandiken avatar Jun 04 '18 10:06 erkandiken

hello @erkandiken ,

Now problem is solved and I can able to run your project.

Thanks for your reply.

dhaneshgosai avatar Jun 04 '18 12:06 dhaneshgosai

@dhaneshgosai Hi, i have problem same like u, how to fix that issue? please

arimunandar avatar Aug 22 '18 04:08 arimunandar

How did you solve the problem please

AdieOlami avatar Sep 26 '18 16:09 AdieOlami

How did you solve the problem please

In method func configureCaptureDevices() throws change the deviceTypes: to [.builtInWideAngleCamera]

lohenyumnam avatar Dec 11 '18 15:12 lohenyumnam