Choppel
Choppel
In the success handler of startCamera set a global variable e.g. cameraStarted to true and in stop Camera set it to false. You can check if the camera is started...
@WeaponX86 Hi, I have an app where cordova-plugin-camera-preview is working together with cordova-plugin-screen-orientation. First of all the current version of cordova-plugin-screen-orientation seems to be 2.0.2. Please update the plugin and...
@WeaponX86 It seems this issue only applies to your app which seems to be large, looking at the config.xml. No one else seems to have that problem. So I advise...
@WeaponX86 @iisdan Hi, there seem to be different problems with the master version from github. Please try the version 0.9.0 directly from npm instead.
@eggyplanda Hi, please try again with the current version of this plugin and updated kindle fire. There was an update of the kindle fire that made lots of changes to...
@Farbdose 1.) Try to find out if the app crashes on the first or one of the other stopCamera calls. If it's never the first then you should call stopCamera...
Hi @tester12345678910111213 do you mean the picture that was taken, that under some circumstances has the wrong orientation?
Orientation detection is understandably not part of this plugin. But you could use cordova-plugin-orientation for that. When this plugin detects a change in the orientation you can resize the camera...
Sorry, I thought there was a way of changing the coordinates. I am afraid there isn't. It's just the dimensions that you can change. Why do you need to change...
@ngt14 I think these two bugs are connected. In "onResume" in line 217 the plugin tries to set parameters of the camera that's specified by "defaultCameraId" - which fails (bug...