AVCaptureMetadataOutput setMetadataObjectTypes unsupported type found

后端 未结 4 1347
不知归路
不知归路 2021-01-17 22:57

I know there are someone have ask this question.But it is a sorry i donot find the answer.

dispatchQueue = dispatch_queue_create(\"myQueue\", NULL);
[capture         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-17 23:18

    It is also possible that the user’s camera is broken. You still need to do:

    if ([UIImagePickerController isCameraDeviceAvailable:UIImagePickerControllerCameraDeviceRear]){
        //...
    }
    

提交回复
热议问题