I'm using the zxing 2.1 version, I need to capture the qr code in portrait mode, I've set the displayOrientation to "90" in CameraConfigurationManager.
Modified Methods,
CameraConfigurationManager->initFromCameraParameters(Camera camera)
-> setDesiredCameraParameters(Camera camera, boolean safeMode)
But problem in setting the ViewFinder to match for portrait mode,can some one help me on how to do this..
Sam