Video session is missing
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.
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.
hello @erkandiken ,
Now problem is solved and I can able to run your project.
Thanks for your reply.
@dhaneshgosai Hi, i have problem same like u, how to fix that issue? please
How did you solve the problem please
How did you solve the problem please
In method
func configureCaptureDevices() throws
change the deviceTypes: to [.builtInWideAngleCamera]