barkoder-cordova
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "barkoder-cordova", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Cordova plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -74,10 +74,10 @@ [ | ||
"userDefinedMetadata" : { | ||
"stride" : "32", | ||
"com.github.apple.coremltools.version" : "7.2", | ||
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"docs" : "https:\/\/docs.ultralytics.com", | ||
"stride" : "32", | ||
"task" : "obb", | ||
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121", | ||
"date" : "2024-08-01T09:34:45.251931", | ||
"imgsz" : "[256, 384]", | ||
"date" : "2024-08-01T09:34:45.251931", | ||
"batch" : "1", | ||
@@ -84,0 +84,0 @@ "names" : "{0: 'id_mrz_image', 1: 'mrz_2', 2: 'mrz_3', 3: 'id_mrz', 4: 'id_image', 5: 'face', 6: 'vin', 7: 'signature'}" |
@@ -77,5 +77,5 @@ [ | ||
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"task" : "obb", | ||
"docs" : "https:\/\/docs.ultralytics.com", | ||
"task" : "obb", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"imgsz" : "[384, 512]", | ||
@@ -82,0 +82,0 @@ "date" : "2024-08-01T17:19:19.267647", |
@@ -75,4 +75,4 @@ [ | ||
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"stride" : "32", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"docs" : "https:\/\/docs.ultralytics.com", | ||
@@ -79,0 +79,0 @@ "task" : "obb", |
@@ -74,10 +74,10 @@ [ | ||
"userDefinedMetadata" : { | ||
"stride" : "32", | ||
"com.github.apple.coremltools.version" : "7.2", | ||
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121", | ||
"com.github.apple.coremltools.source_dialect" : "TorchScript", | ||
"task" : "obb", | ||
"docs" : "https:\/\/docs.ultralytics.com", | ||
"task" : "obb", | ||
"stride" : "32", | ||
"imgsz" : "[384, 512]", | ||
"date" : "2024-08-01T17:19:19.267647", | ||
"imgsz" : "[384, 512]", | ||
"batch" : "1", | ||
@@ -84,0 +84,0 @@ "names" : "{0: 'id_mrz_image', 1: 'mrz_2', 2: 'mrz_3', 3: 'id_mrz', 4: 'id_image', 5: 'face', 6: 'vin', 7: 'signature'}" |
@@ -36,2 +36,7 @@ export enum DecodingSpeed { | ||
export enum BarkoderCameraPosition { | ||
BACK, | ||
FRONT, | ||
} | ||
export enum BarkoderResolution { | ||
@@ -38,0 +43,0 @@ HD, |
@@ -654,2 +654,12 @@ var exec = require("cordova/exec"); | ||
/** | ||
* Sets the camera to be used for scanning (back/front). | ||
* @param {*} value - The value which camera should be used. | ||
* @param {*} success - The callback function to be invoked on successful execution | ||
* @param {*} error - The callback function to be invoked on execution error | ||
*/ | ||
exports.setCamera = function (value, success, error) { | ||
exec(success, error, barkoderScanner, "setCamera", [value]); | ||
}; | ||
// - Getters | ||
@@ -656,0 +666,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
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
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 too big to display
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 too big to display
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 too big to display
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
83356206
26603