iOS Camera permissions doesn't appear under settings in some devices

前端 未结 5 1301
南笙
南笙 2021-02-14 16:00

I\'m having some issues trying to use the camera. The problem is that some devices show me the Camera entry under settings, and some others don\'t. In those devices where the Ca

5条回答
  •  忘掉有多难
    2021-02-14 16:50

    I had the same problem until I changed my camera type to wide:

       let deviceDiscoverySession = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInWideAngleCamera], mediaType: AVMediaType.video, position: .back)
    

提交回复
热议问题