I\'m trying to rotate Zxing display after reading a few questions and posts about the issue. After following the instructions, the display did rotate, but the rectangle of t
Well I made a small change in ProjectLibrary (xzing project) and able to change orientation landscape to portrait
In setDesiredCameraParameters method of class CameraConfigurationManager added
camera.setDisplayOrientation(90);
.. in my original project's AndroidManifest.xml file. I set screenOrientation = portrait and Its working fine on my ICS 4.0.3