Séverin Ferard
Séverin Ferard
I am currently working on implementing a feature that would allow this. see [this issue](https://github.com/rodgomesc/vision-camera-code-scanner/issues/125#issuecomment-1421283655)
I'm currently working on this. I have a working iOS version [here](https://github.com/severinferard/vision-camera-code-scanner). https://user-images.githubusercontent.com/51379148/217338554-d7ec76ce-0a8f-4cc1-a920-1d83f70bb3b2.mov ```tsx const frameProcessor = useFrameProcessor((frame) => { 'worklet'; const squareSize = frame.width * MARKER_WIDTH_RATIO - 100; const...
I plan on making the feature available on Android as well, I just don't have an Android device to test it on right now.
Having the same issue here