AVCaptureMetadataOutput setMetadataObjectTypes unsupported type found

后端 未结 4 1390
不知归路
不知归路 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条回答
  •  猫巷女王i
    2021-01-17 23:36

    We have to add the output to session first, and then we can set the metadataObjectTypes.

提交回复
热议问题