Android Question jpg_size_Control

Thuls@Dev24

New Member
Hi team, Have A question

i know you can set how much of the camera quality to be used when taking picture which is:

Camera1.setjpegquality(50) but
What if a phone has 24Mpx camera meaning it will use (12Mpx) of it and that picture might exceed 1mb >

IF i want to limit any picture to 1mb or less. How do i do it???
Thanks.
 

kimstudio

Active Member
Licensed User
Longtime User
I believe the image pixels will still be 24Mpx but it is more blurred as the quality is low.

See if this link helps:
 
Upvote 0
Top