Alessandro (Alex) Russo
Alessandro (Alex) Russo
Has this been merged @westonganger ? I keep having issues with wrong camera orientation (I wish we could set correctOrientation:true via the camera preview plugin. so far cameraPreview has the...
@mikewagz did you find a solution? I have the same issue. I keep seeing the camera preview in one way, and the actual picture of a different size (zoomed)
Same issue this.$window.CameraPreview.takePicture(opts,` (base64PictureData) => { this.pictureTaken = true; // Stop the camera this.$window.CameraPreview.stopCamera(); /* base64PictureData is base64 encoded jpeg image. Use this data to store to a file or...
@westonganger any updates? Anyone found a solution to set the camera orientation to the CameraPreview one?