You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/15 18:39:50 UTC

[GitHub] [cordova-plugin-camera] PabbleDabble edited a comment on issue #448: Incorrect Orientation on Windows 10

PabbleDabble edited a comment on issue #448: Incorrect Orientation on Windows 10
URL: https://github.com/apache/cordova-plugin-camera/issues/448#issuecomment-574780339
 
 
   I'll be picking this ticket up in our upcoming sprint.  If anyone is alerted by this message and has any new information, I would be greatly appreciative.  I'll report back findings as they arise.  
   
   This is the options I'm passing to getPicture()
   // this.camera is ionic-native/camera import
   const options: CameraOptions = {
     quality: 25
     , destinationType: this.camera.DestinationType.NATIVE_URI
     , encodingType: this.camera.EncodingType.JPEG
     , mediaType: this.camera.MediaType.PICTURE
     , sourceType: source
     , correctOrientation: true
   };
   
   Note: "allowEdit: true" here gave an interesting UI to zoom / pan the image, and did end up keeping the correct orientation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org