donaldp24 / CanvasCameraPlugin

Phonegap CanvasCameraPlugin
107 stars 119 forks source link

Feature Request: stop/off #20

Open MikeBurgher opened 9 years ago

MikeBurgher commented 9 years ago

HI,

This is a great plugin. Good job.

It would be nice if you could turn the whole thing off, and turn it on again later. Thanks for any consideration for this. Again, nice job.

telepriest commented 9 years ago

this seems to be missing in the CanvasCamera.js file

CanvasCamera.prototype.stop = function() { cordova.exec(false, false, "CanvasCamera", "stopCapture"); };

but the function is already implemented and working in iOS

luckylooke commented 7 years ago

There is a pull request for this https://github.com/donaldp24/CanvasCameraPlugin/pull/30 but the plugin seems to be not maintained anymore :sob: