Noma98

Results 5 issues of Noma98

### What were you trying to do? When I run `npm i react-native-vision-camera` and `npm run android`, the error `':react-native-vision-camera:compileDebugKotlin'` appears. I have downgraded the react-native-vision-camera to 2.13.0 and raised...

🐛 bug

### What were you trying to do? Hi, I am implementing the text recognition function using Vision camera's frame processors. I used [aarongrider/vision-camera-ocr](https://github.com/aarongrider/vision-camera-ocr) plugin. ### Reproduceable Code ```tsx import React,...

🐛 bug

When the text is recognized by the front camera, the text is read in reverse.(e.g." >>>>wOaHMMO3Ya>>") Isn't there any way to make text recognizable as human readable? (e.g. "PMKORJU

### Question If frameProcessorFps is 5, shouldn't frameProcessor run 5 times per second? Assigning 1 to frameProcessorFps calls exactly once every second. However, if I assign a number greater than...

❓ question

Hi, I was going to distribute a project(using nextjs, typescripts, sanity) to vercel. However, when I look at package.json on sanity-project, I get the following error, even though all the...