nativescript-camera-plus
nativescript-camera-plus copied to clipboard
I don't know whether this is really related to this plugin, but here's what I observed. I have an app with a text2speech function. The camera is loaded into a...
Hi! Everything works fine on Android. On iOS, it is not possible to make it to the full screen.  ``` ```
 Above is the attached screenshot from iPad, Wanted to change the width of the preview camera....
When first running the app with the plugin it works to take pictures that is saved to gallery - and I am notified each time through `photoCapturedEvent`. However when the...
Hi! Android works perfect, but iOS is crashing. NS 8.0.1 @nativescript/ios: 8.0.0 Angular: 12.0.1 
Hi I am getting below error in android. I am using @nstudio/nativescript-camera-plus 3.4.0 version ``` ERROR in ../node_modules/@nstudio/nativescript-camera-plus/camera-plus.js Module not found: Error: Can't resolve 'tns-core-modules/ui/core/view/view' in '/NativeScript/node_modules/@nstudio/nativescript-camera-plus' @ ../node_modules/@nstudio/nativescript-camera-plus/camera-plus.js 10:13-58...
Thanks for this plugin, it helps a lot to simplify the work. Now we need that the storage destination can be defined, so that the files are stored directly on...
Issue: failed to build after installing nativescript-camera-plus if already installed nativescript-imagepicker , this is the error: ``` [!] There are multiple dependencies with different sources for `QBImagePickerController` in `Podfile`: -...
On Android when capturing a video with the front-facing camera the video result is flipped. tns-android : 6.5.0 @nstudio/nativescript-camera-plus : 3.0.7
There doesn't appear to be a solution for disabling audio from the video capture. I have tried to set "androidMaxAudioBitRate" to 0 but this failed to work. Do you have...