Compress captured image with camera, using Capacitor

Hello how are you?
I wanted more information, I already read the official documentation
The images taken by devices, what size and weight does it have?
Can you compress or handle this?

Kind Regards

Federico Ciampi

If you look at the CameraOptions interface in the documentation, you can specify width and height, and also the quality of the JPEG image. Lower quality results in smaller size.

2 Likes