https://kotlinlang.org logo
Title
u

user

07/22/2022, 12:41 PM
Limit resolution of images when taking photos using REQUEST_IMAGE_CAPTURE I have little app in which I take photos like this startActivityForResult(intent, REQUEST_IMAGE_CAPTURE) and in the onActivityResult Method I recall takePhoto. But the photos are taken in the maximum camera size and with actual Samsung phones it is no longer possible to limit the resolution of the images. But when the photos are getting too big the app gets unstable when many photos are taken in quick succession. So I would like to limit the resolution of the camera, but I cannot find a way...