I want to capture image size 2048x1536 from android camera. How is it possible? Also save in SD Card folder. Can anybody please help me if it is possible.
Asked
Active
Viewed 406 times
0
-
Just as an added note: not all devices will be able to support that kind of image size – Cruceo May 06 '14 at 18:49
-
This might help you solve your issue: http://stackoverflow.com/questions/22865598/android-camera-parameter-setpicturesize-causes-streaked-picture. If the image size isn't supported you could capture in a size with similar dimensions and scale it to the size you need. – Gravitoid May 06 '14 at 21:49
-
possible duplicate of [How to capture image from android camera and set Custom dimention (width X height) without deinformation(keep original image qualily)?](http://stackoverflow.com/questions/23508445/how-to-capture-image-from-android-camera-and-set-custom-dimention-width-x-heigh) -- the other question appears to be a restatement of this one. – fadden May 07 '14 at 14:36
-
no, that is very difference of this. – kablu May 20 '14 at 12:38