sjfricke / OpenCV-NDK

Example of using OpenCV with Android NDK
Other
80 stars 26 forks source link

For FRONT_CAMERA, the display mirroring is not correct. #6

Open milinddeore opened 3 years ago

milinddeore commented 3 years ago

Thanks for your great work. For BACK_CAMERA no problems, but for FRONT_CAMERA the mirroring is not correct, if i move my hand to left-side it appears the opposite(right-side) on the display and vice versa.

milinddeore commented 3 years ago

I fixed it, the cset is here: https://github.com/milinddeore/OpenCV-NDK/commit/8668c851a44f63ed946f94946e78e26b224d946c

Can you please verify the change-set and let me know your comments? Thanks again!