mat2718 / vision-camera-mrz-scanner

A plugin to recognize MRZ passports using MLKit and the open source project mrz for free.
MIT License
14 stars 9 forks source link

frame-processor/unavailable: Frame Processors are not enabled #3

Open GunturThunder opened 1 year ago

GunturThunder commented 1 year ago

i got an error like this "frame-processor/unavailable: Frame Processors are not enabled. See https://mrousavy.github.io/react-native-vision-camera/docs/guides/troubleshooting"

i tried bunch of way like decreasing react-native-reanimated and react-native-vision-camera still didn't work

mat2718 commented 1 year ago

Do you happen to have a remote debugger open such as chrome? Vision camera doesn't currently support them

GunturThunder commented 1 year ago

No , remote debugger is not open, is it because of im using react-native v 0.72.3 ?

this is detail dependencies "react": "18.2.0", "react-native": "0.72.3", "react-native-reanimated": "^3.3.0", "react-native-vision-camera": "^2.15.4", "vision-camera-mrz-scanner": "^0.3.1"