Closed vic797 closed 7 years ago
Please do not put Bitmaps into Intent - there is a limitation on how much data you can fit in there and Bitmap is certainly going over that limit.
Consider saving image to a file and then returning just a file path.
With an Alcatel A3 XL.
I am having some problems while taking photos. I want to take a photo and return it as an intent extra but:
Fotoapparat.takePicture().toBitmap().whenAvailable(Callback<BitmapPhoto>)
does nothing.CameraView
stops for a second and after that nothing happens.Note that I don't want to save the picture to a file in this activity.
This is my activity. I don't know if I am doing something wrong.