File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes problem with image capturing from camera Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "problem with image capturing from camera" Watch "problem with image capturing from camera" New topic
Author

problem with image capturing from camera

Suzzane Pinto
Ranch Hand

Joined: Feb 10, 2012
Posts: 204
hi,
iam calling the in built camera using intent

iam showing the image captured in an imageview,
the problem iam facing is....when i capture the image in potrait mode it saves in landsacpe mode...and when capture in lanscape in saves in lanscape...
i want it to save the way user captures.
please help me with this....
thankyou



Suzzane Pinto
Ranch Hand

Joined: Feb 10, 2012
Posts: 204
Capture with portrait mode, the real image (save on SD card) always rotates 90 degree.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
These may help: http://stackoverflow.com/questions/4645960/how-to-set-android-camera-orientation-properly and http://stackoverflow.com/questions/3852154/android-camera-unexplainable-rotation-on-capture-for-some-devices-not-in-exif
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem with image capturing from camera
 
Similar Threads
getting real path from an image uri after camera and uploading-getting null pointer exception
how to create sdcard and mount on the emulator
Camera failed error
ftp uploads but only the second time a picture is taken?
OutOfMemoryError... Whats the solution?