barkoder-nativescript 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/barkoder-nativescript.android.ts +4 -0
- package/barkoder-nativescript.ios.ts +4 -0
- package/package.json +1 -1
- package/platforms/android/barkoder.aar +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/_CodeSignature/CodeResources +1 -1
|
@@ -1230,6 +1230,10 @@ export class BarkoderViewAndroid extends View {
|
|
|
1230
1230
|
this.bkdView.setCentricFocusAndExposure(enabled);
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
|
+
setVideoStabilization(enabled: boolean) : void {
|
|
1234
|
+
this.bkdView.setVideoStabilization(enabled)
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1233
1237
|
|
|
1234
1238
|
|
|
1235
1239
|
|
|
@@ -1243,6 +1243,10 @@ export class BarkoderViewIOS extends View {
|
|
|
1243
1243
|
this.bkdView.setCentricFocusAndExposure(enabled);
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
|
+
setVideoStabilization(enabled: boolean): void {
|
|
1247
|
+
this.bkdView.setVideoStabilization(enabled)
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1246
1250
|
|
|
1247
1251
|
/**
|
|
1248
1252
|
* Configures the Barkoder functionality based on the provided configuration
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|