You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I´m trying to use the back camera of the phone to scan, and to do that i am changing the default constraints to { facingMode: 'environment' }.
The camera that is used is still the front one, and it only flips the video horizontally. I can reproduce this on my project aswell as on the demo of the package. Tried on different phones aswell.
I also tried { facingMode: { exact: 'environment' } } and { facingMode: { ideal: 'environment' } } but with no success.
The text was updated successfully, but these errors were encountered:
Hello @JonatanSalas !
I´m trying to use the back camera of the phone to scan, and to do that i am changing the default constraints to
{ facingMode: 'environment' }
.The camera that is used is still the front one, and it only flips the video horizontally. I can reproduce this on my project aswell as on the demo of the package. Tried on different phones aswell.
I also tried
{ facingMode: { exact: 'environment' } }
and{ facingMode: { ideal: 'environment' } }
but with no success.The text was updated successfully, but these errors were encountered: