nstudio / nativescript-camera-plus

MIT License
79 stars 50 forks source link

Device Orientation Issue #89

Open dgerges opened 5 years ago

dgerges commented 5 years ago

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

Sartori-RIA commented 5 years ago

I have this same problem but with android