nativescript-camera-plus
nativescript-camera-plus copied to clipboard
Device Orientation Issue
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
I have this same problem but with android