February 5th, 2013, 02:28 PM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Feb 2013
Location: Sao Paulo, Brazil
Gender: Male
Posts: 2
Device(s): Motorola Defy
Nexus 4
Nexus 7
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
Camera rotation in Galaxy phones
Hi all,
I have a QR Code reader inside my application.
And to adjust to my layout i have to rotate the camera to be in portrait.
It works well, except in the Galaxy family.
Does anyone had this problem or has any clues?
I already have done this:
1) mCamera.setDisplayOrientation(90);
2) parameters.set("orientation", "portrait");
parameters.set("rotation", 90);
parameters.setPreviewSize(h, w);Thanks for the attention!
|
|
|