dlazaro66/QRCodeReaderView

Mirror/Flip camera

Closed this issue · 1 comments

Is there a way to flip the camera preview? I see the preview mirrored.

Thank you

Ok, I solved adding
parameters.set("preview-flip", "flip-v")
in setDesiredCameraParameters method.