capacitor-community / camera-preview

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

Rotation Camera #319

Closed StarleyDev closed 4 months ago

StarleyDev commented 11 months ago

Change the rotation camera when you take a photo, becouse in some case you need to send img in vertical position!

const cameraPreviewPictureOptions: CameraPreviewPictureOptions = { quality: 50, rotationFrontCamera: 90; // When use front camera in vertical position to return picture in the same angle! };

I hope this is usuful.