barkoder-cordova
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "barkoder-cordova", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Cordova plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -644,2 +644,12 @@ var exec = require("cordova/exec"); | ||
/** | ||
* Enable or disable video stabilization for smoother video capture. | ||
* @param {*} value - A boolean indicating whether video stabilization should be enabled/disabled. | ||
* @param {*} success - The callback function to be invoked on successful execution | ||
* @param {*} error - The callback function to be invoked on execution error | ||
*/ | ||
exports.setVideoStabilization = function (value, success, error) { | ||
exec(success, error, barkoderScanner, "setVideoStabilization", [value]); | ||
}; | ||
// - Getters | ||
@@ -646,0 +656,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25765
83170882