Search code examples
swiftcomputer-visionios-simulatorgesture-recognition

I am trying to run a project based on gesture recognition and my iOS simulator says front camera not found


This is the image showing a simulator with a popup denoting a message

I am trying to run a swift project on Xcode Version 12.0 beta 5 (12A8189h). I am attaching the link from where I have downloaded the project. It is based on gesture recognition using Computer Vision. When I try to run the project a popup comes on the simulator mentioning that the front camera could not be found. What can I do further?

P.S. The link of the screenshot of the picture is attached.

Link of the screenshot - https://i.sstatic.net/fMZol.jpg

Link of the project - https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision


Solution

  • You have to use a real device for test your case