nativescript-camera-plus icon indicating copy to clipboard operation
nativescript-camera-plus copied to clipboard

Device Orientation Issue

Open dgerges opened this issue 5 years ago • 1 comments

Hello, I'm using CameraPlus on an iPad which is in Landscape mode (orientation.getOrientation === 'landscape'). I'm using the front camera.

By default when I take a pic I need to apply a -90 rotation to get it right.

I've seen in the code that there's a useDeviceOrientationProperty property that solves my problem when I set it manually by modifying the plugin code - but I have no clue on how to set it properly ?

Any help much appreciated

dgerges avatar Jun 10 '19 10:06 dgerges

I have this same problem but with android

Sartori-RIA avatar Oct 02 '19 18:10 Sartori-RIA