I use CameraExClass to save the images on Mobiles Galaxy 3 and 4
When mobile phone is turned so that the.GetField ("orientation") is 180 degrees (landscape up and down), the image appears upright in preview mode in the screen. But the image taken is however, sideways (Up and down).
The following code in CameraExClass does not affect the result
r. RunMethod2 ("setDisplayOrientation", previewResult, "java.lang.int")
r. RunMethod2 ("setRotation", result, "java.lang.int") ' no response
The next problem is that the image is impossible to rotate, all functions I try results in "out of memory"!
The mobile are mounted and can’t change orientation!
How do I resolve the presentation of the image in an upright position in the Mobile?
/Johneriksson
When mobile phone is turned so that the.GetField ("orientation") is 180 degrees (landscape up and down), the image appears upright in preview mode in the screen. But the image taken is however, sideways (Up and down).
The following code in CameraExClass does not affect the result
r. RunMethod2 ("setDisplayOrientation", previewResult, "java.lang.int")
r. RunMethod2 ("setRotation", result, "java.lang.int") ' no response
The next problem is that the image is impossible to rotate, all functions I try results in "out of memory"!
The mobile are mounted and can’t change orientation!
How do I resolve the presentation of the image in an upright position in the Mobile?
/Johneriksson