nativescript-camera-plus
nativescript-camera-plus copied to clipboard
I see that you're using the SwiftCam lib, curious on how to set the follow: public var videoGravity : SwiftyCamVideoGravity = .resizeAspect
It would be nice to have an option to zoom and crop the camera picture. Something like: ```xml ```
When executing the code below, the photo is still saved to the gallery. ```TS this.cameraPlus.takePicture({ saveToGallery: false, confirm: true }); ```
I upgraded to 2.1.7 and have an issue with the camera view not displaying properly. It seems like the camera view is being shifted by a value equivalent to however...
Fixes #15 & #30
I guess it's a bug with the plugin itself. Here is a workaround, https://stackoverflow.com/questions/55060954/custom-layout-in-nativescript-camera-plus-on-android-not-at-all-visible kindly update this to plugin if possible.
I am currently using this in a Vue project and get this error on record: > Terminating app due to uncaught exception 'NativeScript encountered a fatal error: TypeError: this.startVideoRecording is...
I have the following markup in angular: ``` ``` Before the camera loads you can see the label, but once the camera view is loaded it appears to cover the...
I've used your plugin, but stick with problem: How to get the path of the saved video?
hello thank you for this useful plugin, it helped me a lot. I have one small problem when I use this camera in [Modal Page](https://docs.nativescript.org/angular/code-samples/modal-page#modal-page) the galleryPickerMode stops working. is...