capacitor-community / camera-preview

Capacitor plugin that allows camera interaction from HTML code
MIT License
189 stars 166 forks source link

how to return binary image file #313

Open mobiliseapplabllp opened 1 year ago

mobiliseapplabllp commented 1 year ago

how to return binary image files, this plugin return base64 image but i want return binary image file becase if image quality is high then base64 image too long that time app will crash so i want binary file

Thanks

xulihang commented 11 months ago

This plugin allows getting the frame with reflection and taking a photo to a local file: https://github.com/xulihang/capacitor-plugin-camera

I think the camera preview plugin should add such features as well.