我正在尝试 运行 一个基于手势识别的项目,但我的 iOS 模拟器说找不到前置摄像头
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
我正尝试在 Xcode 版本 12.0 beta 5 (12A8189h) 上 运行 一个 swift 项目。我从下载项目的地方附上 link。它基于使用计算机视觉的手势识别。当我尝试 运行 项目时,模拟器上出现一个弹出窗口,提示找不到前置摄像头。我还能做什么?
P.S。附上图片截图link
截图的Link - https://i.stack.imgur.com/fMZol.jpg
项目的Link - https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision
确保在请求相机访问权限时为 Info.plist
文件中的 Privacy - Camera Usage Description
键设置值。
您必须使用真实设备来测试您的案例
This is the image showing a simulator with a popup denoting a message
我正尝试在 Xcode 版本 12.0 beta 5 (12A8189h) 上 运行 一个 swift 项目。我从下载项目的地方附上 link。它基于使用计算机视觉的手势识别。当我尝试 运行 项目时,模拟器上出现一个弹出窗口,提示找不到前置摄像头。我还能做什么?
P.S。附上图片截图link
截图的Link - https://i.stack.imgur.com/fMZol.jpg
项目的Link - https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision
确保在请求相机访问权限时为 Info.plist
文件中的 Privacy - Camera Usage Description
键设置值。
您必须使用真实设备来测试您的案例