Open mobiliseapplabllp opened 1 year 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.
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