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

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

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

Open denisbevilacqua opened 1 month ago

denisbevilacqua commented 1 month 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 month ago

Same issue here!!

gev2002 commented 1 month 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.