camera-preview icon indicating copy to clipboard operation
camera-preview copied to clipboard

how to return binary image file

Open mobiliseapplabllp opened this issue 2 years ago • 1 comments

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

mobiliseapplabllp avatar Sep 06 '23 06:09 mobiliseapplabllp

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.

xulihang avatar Jan 02 '24 09:01 xulihang