gev2002 / react-native-vision-camera-text-recognition

https://www.npmjs.com/package/react-native-vision-camera-text-recognition
MIT License
45 stars 7 forks source link

[Feature Request] - Add support for Orientation to the Frame Processor #17

Open denisbevilacqua opened 1 week ago

denisbevilacqua commented 1 week ago

For live detection, this library does not support yet Orientation and only will work in Portrait mode.

Here the author of Vision Camera explains how to add support for Orientation to this library.

Here is more information about Orientation.

If a Frame Processor Plugin wants to actually support rotation, they just need to add a parameter to their plugin where you can pass the current outputOrientation of the Camera.

ramirogavagnin commented 1 week ago

Same issue here!!

gev2002 commented 1 week ago

Hello. I know the problem, but I don't have enough free time to fix it, it will be fixed in the next release.