mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
6.64k stars 983 forks source link

Incorrect Photo Orientation Value After Upgrading to Version 4.0.0 💭 #2796

Closed MariaFF closed 3 weeks ago

MariaFF commented 3 weeks ago

Question

In the previous version (2.15.2), I was able to retrieve the correct orientation value using the property photo.metadata.Orientation, which is no longer available in version 4.0.0.I've changed it to photo.orientation but I only get the portrait value

What I tried

No response

VisionCamera Version

4.0.0

Additional information

mrousavy commented 3 weeks ago

Orientation is not yet supported. See the first pinned issue in this repo if you want to support the development of this feature :)