Hi guys. anybody know disabling mirror effect on v...
# android
a
Hi guys. anybody know disabling mirror effect on video capture CameraX? It is possible on ImageCapture like:
Copy code
ImageCapture.Metadata().isReversedHorizontal = false
but i can't find anything for VideoCapture.
stackoverflow 1