AndroidScannerDemo
AndroidScannerDemo copied to clipboard
Image automatically rotate to landscape
I am also facing the same issue.
here is the fix already https://github.com/jhansireddy/AndroidScannerDemo/pull/62
@vsk-21 Could you give me steps to reproduce, I don't see this issue.
@jhansireddy I am also facing the same issue. whenever I scan passport photos especially image is getting auto-rotated.
I have attached a recording of the issue.
How to reproduce: If u click image by holding a phone in landscape, issue is not occuring. but if u click the image in portrait mode (the way normally we hold the phone), clicked image will get 90 degree rotated view in the preview screen.
@jhansireddy I am also facing this auto landscape rotation issue, please help
@jhansireddy I am also facing the same issue. whenever I scan passport photos especially image is getting auto-rotated.
I have attached a recording of the issue.
Did you fixed the issue??
@vsk-21 here is the fix already #62 , replace the code in it, and it will work
@vsk-21 @nazeera8 Comment out the line matrix.postRotate(90);
in the getBitmap()
function in the ScanFragment
class
or replace 90 to 0 degree