dynamsoft-capture-vision-react-native 3.4.1200 → 3.4.3000

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.
Files changed (222) hide show
  1. package/LICENSE +5 -5
  2. package/README.md +62 -66
  3. package/android/README.md +14 -14
  4. package/android/build.gradle +167 -163
  5. package/android/gradle.properties +20 -20
  6. package/android/settings.gradle +5 -5
  7. package/android/src/main/AndroidManifest.xml +6 -6
  8. package/android/src/main/AndroidManifest_noPackage.xml +5 -5
  9. package/android/src/main/cpp/CMakeLists.txt +21 -21
  10. package/android/src/main/cpp/ImgHO.cpp +94 -94
  11. package/android/src/main/cpp/ImgHO.h +34 -34
  12. package/android/src/main/cpp/JsiCore.cpp +296 -296
  13. package/android/src/main/cpp/JsiCore.h +51 -51
  14. package/android/src/main/cpp/JsiCvr.cpp +332 -332
  15. package/android/src/main/cpp/JsiCvr.h +54 -54
  16. package/android/src/main/cpp/JsiDbr.cpp +283 -283
  17. package/android/src/main/cpp/JsiDbr.h +26 -26
  18. package/android/src/main/cpp/JsiDce.cpp +59 -59
  19. package/android/src/main/cpp/JsiDce.h +17 -17
  20. package/android/src/main/cpp/JsiDcp.cpp +51 -51
  21. package/android/src/main/cpp/JsiDcp.h +31 -31
  22. package/android/src/main/cpp/JsiDdn.cpp +50 -50
  23. package/android/src/main/cpp/JsiDdn.h +28 -28
  24. package/android/src/main/cpp/JsiDlr.cpp +60 -60
  25. package/android/src/main/cpp/JsiDlr.h +26 -26
  26. package/android/src/main/cpp/JsiUtility.cpp +604 -604
  27. package/android/src/main/cpp/JsiUtility.h +26 -26
  28. package/android/src/main/cpp/RawBuffer.cpp +23 -23
  29. package/android/src/main/cpp/RawBuffer.h +24 -24
  30. package/android/src/main/cpp/android_log.h +14 -14
  31. package/android/src/main/dysJniLibs/debug/arm64-v8a/librn_dys.so +0 -0
  32. package/android/src/main/dysJniLibs/debug/armeabi-v7a/librn_dys.so +0 -0
  33. package/android/src/main/dysJniLibs/debug/x86/librn_dys.so +0 -0
  34. package/android/src/main/dysJniLibs/debug/x86_64/librn_dys.so +0 -0
  35. package/android/src/main/dysJniLibs/release/arm64-v8a/librn_dys.so +0 -0
  36. package/android/src/main/dysJniLibs/release/armeabi-v7a/librn_dys.so +0 -0
  37. package/android/src/main/dysJniLibs/release/x86/librn_dys.so +0 -0
  38. package/android/src/main/dysJniLibs/release/x86_64/librn_dys.so +0 -0
  39. package/android/src/main/dysJniLibsFor81/debug/arm64-v8a/librn_dys.so +0 -0
  40. package/android/src/main/dysJniLibsFor81/debug/armeabi-v7a/librn_dys.so +0 -0
  41. package/android/src/main/dysJniLibsFor81/debug/x86/librn_dys.so +0 -0
  42. package/android/src/main/dysJniLibsFor81/debug/x86_64/librn_dys.so +0 -0
  43. package/android/src/main/dysJniLibsFor81/release/arm64-v8a/librn_dys.so +0 -0
  44. package/android/src/main/dysJniLibsFor81/release/armeabi-v7a/librn_dys.so +0 -0
  45. package/android/src/main/dysJniLibsFor81/release/x86/librn_dys.so +0 -0
  46. package/android/src/main/dysJniLibsFor81/release/x86_64/librn_dys.so +0 -0
  47. package/android/src/main/dysJniLibsFor82/debug/arm64-v8a/librn_dys.so +0 -0
  48. package/android/src/main/dysJniLibsFor82/debug/armeabi-v7a/librn_dys.so +0 -0
  49. package/android/src/main/dysJniLibsFor82/debug/x86/librn_dys.so +0 -0
  50. package/android/src/main/dysJniLibsFor82/debug/x86_64/librn_dys.so +0 -0
  51. package/android/src/main/dysJniLibsFor82/release/arm64-v8a/librn_dys.so +0 -0
  52. package/android/src/main/dysJniLibsFor82/release/armeabi-v7a/librn_dys.so +0 -0
  53. package/android/src/main/dysJniLibsFor82/release/x86/librn_dys.so +0 -0
  54. package/android/src/main/dysJniLibsFor82/release/x86_64/librn_dys.so +0 -0
  55. package/android/src/main/dysJniLibsFor86/debug/arm64-v8a/librn_dys.so +3 -0
  56. package/android/src/main/dysJniLibsFor86/debug/armeabi-v7a/librn_dys.so +3 -0
  57. package/android/src/main/dysJniLibsFor86/debug/x86/librn_dys.so +3 -0
  58. package/android/src/main/dysJniLibsFor86/debug/x86_64/librn_dys.so +3 -0
  59. package/android/src/main/dysJniLibsFor86/release/arm64-v8a/librn_dys.so +3 -0
  60. package/android/src/main/dysJniLibsFor86/release/armeabi-v7a/librn_dys.so +3 -0
  61. package/android/src/main/dysJniLibsFor86/release/x86/librn_dys.so +3 -0
  62. package/android/src/main/dysJniLibsFor86/release/x86_64/librn_dys.so +3 -0
  63. package/android/src/main/java/com/dynamsoft/reactnativelib/CVRModule.kt +137 -137
  64. package/android/src/main/java/com/dynamsoft/reactnativelib/CameraViewManager.kt +62 -62
  65. package/android/src/main/java/com/dynamsoft/reactnativelib/DCEModule.kt +125 -125
  66. package/android/src/main/java/com/dynamsoft/reactnativelib/DynamsoftBaseModule.kt +8 -8
  67. package/android/src/main/java/com/dynamsoft/reactnativelib/ISAModule.kt +73 -73
  68. package/android/src/main/java/com/dynamsoft/reactnativelib/ImageEditorViewManager.kt +14 -14
  69. package/android/src/main/java/com/dynamsoft/reactnativelib/ImageEditorViewModule.kt +35 -35
  70. package/android/src/main/java/com/dynamsoft/reactnativelib/ImageManagerModule.kt +15 -15
  71. package/android/src/main/java/com/dynamsoft/reactnativelib/LicenseModule.kt +29 -29
  72. package/android/src/main/java/com/dynamsoft/reactnativelib/MultiCrossFilterModule.kt +83 -83
  73. package/android/src/main/java/com/dynamsoft/reactnativelib/ReactNativeDcvPackage.kt +32 -32
  74. package/android/src/main/java/com/dynamsoft/reactnativelib/VersionsModule.kt +41 -41
  75. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/Basic.kt +44 -44
  76. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForCore.kt +50 -50
  77. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForCvr.kt +129 -129
  78. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForDBR.kt +157 -157
  79. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForDCE.kt +110 -110
  80. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForDCP.kt +49 -49
  81. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForDDN.kt +85 -85
  82. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ForDLR.kt +72 -72
  83. package/android/src/main/java/com/dynamsoft/reactnativelib/basicutils/ImageUtil.kt +58 -58
  84. package/android/src/main/java/com/dynamsoft/reactnativelib/core/ImageSourceAdapterModuleImpl.kt +120 -120
  85. package/android/src/main/java/com/dynamsoft/reactnativelib/cvr/CaptureVisionRouterModuleImpl.kt +306 -306
  86. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/CameraEnhancerModuleImpl.kt +247 -247
  87. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/CameraLifeCycleOwner.java +14 -14
  88. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/CameraViewManagerImpl.kt +77 -77
  89. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/ImageEditorViewManagerImpl.kt +15 -15
  90. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/ImageEditorViewModuleImpl.kt +110 -110
  91. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/RNCameraView.kt +20 -20
  92. package/android/src/main/java/com/dynamsoft/reactnativelib/dce/RNImageEditorView.kt +19 -19
  93. package/android/src/main/java/com/dynamsoft/reactnativelib/license/LicenseModuleImpl.kt +39 -39
  94. package/android/src/main/java/com/dynamsoft/reactnativelib/utility/ImageManagerModuleImpl.kt +120 -120
  95. package/android/src/main/java/com/dynamsoft/reactnativelib/utility/MultiCrossFilterModuleImpl.kt +111 -111
  96. package/app.plugin.js +21 -21
  97. package/dynamsoft-capture-vision-react-native.podspec +24 -24
  98. package/ios/CPP/DSImageData+HostObject.h +18 -18
  99. package/ios/CPP/DSImageData+HostObject.mm +38 -38
  100. package/ios/CPP/ImageDataHostObject.cpp +87 -87
  101. package/ios/CPP/ImageDataHostObject.hpp +35 -35
  102. package/ios/CPP/MutableRawBuffer.cpp +23 -23
  103. package/ios/CPP/MutableRawBuffer.hpp +23 -23
  104. package/ios/CPP/RNDynamsoft+JSI.h +22 -22
  105. package/ios/CPP/RNDynamsoft+JSI.mm +303 -303
  106. package/ios/CPP/RNDynamsoft+Json.h +93 -93
  107. package/ios/CPP/RNDynamsoft+Json.m +733 -733
  108. package/ios/CPP/YeetJSIUtils.h +56 -56
  109. package/ios/CPP/YeetJSIUtils.mm +208 -208
  110. package/ios/RNDynamsoftCameraView.h +31 -31
  111. package/ios/RNDynamsoftCameraView.m +108 -108
  112. package/ios/RNDynamsoftCameraViewManager.h +14 -14
  113. package/ios/RNDynamsoftCameraViewManager.m +195 -195
  114. package/ios/RNDynamsoftCaptureVisionRouter.h +18 -18
  115. package/ios/RNDynamsoftCaptureVisionRouter.mm +532 -532
  116. package/ios/RNDynamsoftImageEditorView.h +17 -17
  117. package/ios/RNDynamsoftImageEditorView.m +25 -25
  118. package/ios/RNDynamsoftImageEditorViewManager.h +14 -14
  119. package/ios/RNDynamsoftImageEditorViewManager.mm +183 -183
  120. package/ios/RNDynamsoftImageManager.h +14 -14
  121. package/ios/RNDynamsoftImageManager.mm +369 -369
  122. package/ios/RNDynamsoftImageSourceAdapter.h +19 -19
  123. package/ios/RNDynamsoftImageSourceAdapter.mm +255 -255
  124. package/ios/RNDynamsoftLicense.h +14 -14
  125. package/ios/RNDynamsoftLicense.m +62 -62
  126. package/ios/RNDynamsoftMultiCrossFilter.h +14 -14
  127. package/ios/RNDynamsoftMultiCrossFilter.m +145 -145
  128. package/ios/RNDynamsoftVersions.h +13 -13
  129. package/ios/RNDynamsoftVersions.m +27 -27
  130. package/package.json +48 -48
  131. package/src/NativeDynamsoftVersionsModule.tsx +20 -20
  132. package/src/VersionsModule.tsx +7 -7
  133. package/src/core/CapturedResultBase.tsx +18 -18
  134. package/src/core/CapturedResultItem.tsx +23 -23
  135. package/src/core/CoreModule.tsx +9 -9
  136. package/src/core/DSRect.tsx +29 -29
  137. package/src/core/EnumCaptureResultItemType.tsx +52 -52
  138. package/src/core/EnumColourChannelUsageType.tsx +26 -26
  139. package/src/core/EnumCrossVerificationStatus.tsx +46 -46
  140. package/src/core/EnumGrayscaleEnhancementMode.tsx +46 -46
  141. package/src/core/EnumGrayscaleTransformationMode.tsx +35 -35
  142. package/src/core/EnumImageFileFormat.tsx +6 -6
  143. package/src/core/EnumPixelFormat.tsx +53 -53
  144. package/src/core/ImageData.tsx +87 -87
  145. package/src/core/ImageSourceAdapter.tsx +160 -160
  146. package/src/core/NativeDynamsoftImageSourceAdapterModule.tsx +29 -29
  147. package/src/core/Point.tsx +13 -13
  148. package/src/core/Quadrilateral.tsx +12 -12
  149. package/src/core/index.tsx +18 -18
  150. package/src/cvr/CaptureVisionRouter.tsx +683 -683
  151. package/src/cvr/CaptureVisionRouterModule.tsx +9 -9
  152. package/src/cvr/CapturedResult.tsx +123 -123
  153. package/src/cvr/CapturedResultFilter.tsx +13 -13
  154. package/src/cvr/CapturedResultReceiver.tsx +71 -71
  155. package/src/cvr/EnumPresetTemplate.tsx +81 -81
  156. package/src/cvr/NativeDynamsoftCaptureVisionRouterModule.tsx +25 -25
  157. package/src/cvr/SimplifiedCaptureVisionSettings.tsx +61 -61
  158. package/src/cvr/index.tsx +11 -11
  159. package/src/dbr/BarcodeDetails.tsx +51 -51
  160. package/src/dbr/BarcodeReaderModule.tsx +9 -9
  161. package/src/dbr/BarcodeResultItem.tsx +65 -65
  162. package/src/dbr/DecodedBarcodesResult.tsx +14 -14
  163. package/src/dbr/ECISegment.tsx +23 -23
  164. package/src/dbr/EnumBarcodeFormat.tsx +112 -112
  165. package/src/dbr/EnumDeblurMode.tsx +29 -29
  166. package/src/dbr/EnumLocalizationMode.tsx +27 -27
  167. package/src/dbr/EnumQRCodeErrorCorrectionLevel.tsx +6 -6
  168. package/src/dbr/SimplifiedBarcodeReaderSettings.tsx +80 -80
  169. package/src/dbr/index.tsx +9 -9
  170. package/src/dce/CameraEnhancer.tsx +254 -254
  171. package/src/dce/CameraEnhancerModule.tsx +9 -9
  172. package/src/dce/CameraView.tsx +100 -100
  173. package/src/dce/DynamsoftCameraViewNativeComponent.ts +96 -96
  174. package/src/dce/DynamsoftImageEditorViewNativeComponent.ts +9 -9
  175. package/src/dce/EnumCameraPosition.tsx +25 -25
  176. package/src/dce/EnumDrawingLayerId.tsx +17 -17
  177. package/src/dce/EnumEnhancedFeatures.tsx +24 -24
  178. package/src/dce/EnumFocusMode.tsx +6 -6
  179. package/src/dce/EnumResolution.tsx +8 -8
  180. package/src/dce/EnumTorchState.tsx +10 -10
  181. package/src/dce/FeedBack.tsx +28 -28
  182. package/src/dce/ImageEditorView.tsx +131 -131
  183. package/src/dce/NativeDynamsoftCameraViewModule.tsx +47 -47
  184. package/src/dce/NativeDynamsoftImageEditorViewModule.ts +9 -9
  185. package/src/dce/index.tsx +13 -13
  186. package/src/dcp/CodeParserDedicatorModule.tsx +9 -9
  187. package/src/dcp/CodeParserModule.tsx +9 -9
  188. package/src/dcp/EnumMappingStatus.tsx +14 -14
  189. package/src/dcp/EnumValidationStatus.tsx +14 -14
  190. package/src/dcp/ParsedResult.tsx +14 -14
  191. package/src/dcp/ParsedResultItem.tsx +50 -50
  192. package/src/dcp/index.tsx +8 -8
  193. package/src/ddn/DeskewedImageResultItem.tsx +40 -40
  194. package/src/ddn/DetectedQuadResultItem.tsx +31 -31
  195. package/src/ddn/DocumentNormalizerModule.tsx +9 -9
  196. package/src/ddn/EnhancedImageResultItem.tsx +20 -20
  197. package/src/ddn/EnumImageColourMode.tsx +14 -14
  198. package/src/ddn/ProcessedDocumentResult.tsx +27 -27
  199. package/src/ddn/SimplifiedDocumentNormalizerSettings.tsx +65 -65
  200. package/src/ddn/index.tsx +11 -11
  201. package/src/dip/ImageProcessingModule.tsx +9 -9
  202. package/src/dip/index.tsx +1 -1
  203. package/src/dlr/CharacterResult.tsx +28 -28
  204. package/src/dlr/LabelRecognizerModule.tsx +9 -9
  205. package/src/dlr/RecognizedTextLinesResult.tsx +19 -19
  206. package/src/dlr/SimplifiedLabelRecognizerSettings.tsx +33 -33
  207. package/src/dlr/TextLineResultItem.tsx +41 -41
  208. package/src/dlr/index.tsx +8 -8
  209. package/src/index.tsx +13 -13
  210. package/src/license/LicenseManager.tsx +49 -49
  211. package/src/license/LicenseModule.tsx +9 -9
  212. package/src/license/NativeDynamsoftLicenseModule.tsx +7 -7
  213. package/src/license/index.tsx +7 -7
  214. package/src/utility/CrossVerificationCriteria.tsx +11 -11
  215. package/src/utility/EnumFilterType.tsx +5 -5
  216. package/src/utility/ImageManager.tsx +348 -348
  217. package/src/utility/MultiFrameResultCrossFilter.tsx +183 -183
  218. package/src/utility/NativeDynamsoftImageManagerModule.tsx +7 -7
  219. package/src/utility/NativeDynamsoftMultiCrossFilterModule.tsx +18 -18
  220. package/src/utility/UtilityModule.tsx +9 -9
  221. package/src/utility/index.tsx +4 -4
  222. package/android/.gitignore +0 -4
@@ -1,62 +1,62 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.dynamsoft.dce.CameraView
4
- import com.dynamsoft.reactnativelib.basicutils.setCameraToggleButtonState
5
- import com.dynamsoft.reactnativelib.basicutils.toCameraToggleButtonState
6
- import com.dynamsoft.reactnativelib.dce.CameraViewManagerImpl
7
- import com.facebook.react.bridge.ReadableArray
8
- import com.facebook.react.bridge.ReadableMap
9
- import com.facebook.react.uimanager.SimpleViewManager
10
- import com.facebook.react.uimanager.ThemedReactContext
11
- import com.facebook.react.uimanager.annotations.ReactProp
12
-
13
- class CameraViewManager : SimpleViewManager<CameraView>() {
14
- private val impl = CameraViewManagerImpl()
15
- override fun createViewInstance(context: ThemedReactContext): CameraView {
16
- return impl.createViewInstance(context)
17
- }
18
-
19
- override fun getName(): String {
20
- return impl.getName()
21
- }
22
-
23
- @ReactProp(name = "visibleLayerIds")
24
- fun setVisibleLayerIds(view: CameraView?, value: ReadableArray?) {
25
- if (value != null) {
26
- view?.let { impl.setVisibleLayerIds(it, value) }
27
- }
28
- }
29
-
30
- @ReactProp(name = "scanRegionMaskVisible")
31
- fun setScanRegionMaskVisible(view: CameraView?, value: Boolean) {
32
- view?.let { impl.setScanRegionMaskVisible(it, value) }
33
- }
34
-
35
- @ReactProp(name = "scanLaserVisible")
36
- fun setScanLaserVisible(view: CameraView?, value: Boolean) {
37
- view?.let { impl.setScanLaserVisible(it, value) }
38
- }
39
-
40
- @ReactProp(name = "torchButton")
41
- fun setTorchButton(view: CameraView?, value: ReadableMap?) {
42
- if (value != null) {
43
- view?.let { impl.setTorchButton(it, value) }
44
- }
45
- }
46
-
47
- @ReactProp(name = "torchButtonVisible")
48
- fun setTorchButtonVisible(view: CameraView?, value: Boolean) {
49
- view?.let { impl.setTorchButtonVisible(it, value) }
50
- }
51
-
52
- @ReactProp(name = "cameraToggleButton")
53
- fun setCameraToggleButton(view: CameraView, cameraToggleButton: ReadableMap) {
54
- view.setCameraToggleButtonState(cameraToggleButton.toCameraToggleButtonState())
55
- }
56
-
57
- @ReactProp(name = "cameraToggleButtonVisible")
58
- fun setCameraToggleButtonVisible(view: CameraView, isVisible: Boolean) {
59
- view.cameraToggleButtonVisible = isVisible
60
- }
61
-
62
- }
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.dynamsoft.dce.CameraView
4
+ import com.dynamsoft.reactnativelib.basicutils.setCameraToggleButtonState
5
+ import com.dynamsoft.reactnativelib.basicutils.toCameraToggleButtonState
6
+ import com.dynamsoft.reactnativelib.dce.CameraViewManagerImpl
7
+ import com.facebook.react.bridge.ReadableArray
8
+ import com.facebook.react.bridge.ReadableMap
9
+ import com.facebook.react.uimanager.SimpleViewManager
10
+ import com.facebook.react.uimanager.ThemedReactContext
11
+ import com.facebook.react.uimanager.annotations.ReactProp
12
+
13
+ class CameraViewManager : SimpleViewManager<CameraView>() {
14
+ private val impl = CameraViewManagerImpl()
15
+ override fun createViewInstance(context: ThemedReactContext): CameraView {
16
+ return impl.createViewInstance(context)
17
+ }
18
+
19
+ override fun getName(): String {
20
+ return impl.getName()
21
+ }
22
+
23
+ @ReactProp(name = "visibleLayerIds")
24
+ fun setVisibleLayerIds(view: CameraView?, value: ReadableArray?) {
25
+ if (value != null) {
26
+ view?.let { impl.setVisibleLayerIds(it, value) }
27
+ }
28
+ }
29
+
30
+ @ReactProp(name = "scanRegionMaskVisible")
31
+ fun setScanRegionMaskVisible(view: CameraView?, value: Boolean) {
32
+ view?.let { impl.setScanRegionMaskVisible(it, value) }
33
+ }
34
+
35
+ @ReactProp(name = "scanLaserVisible")
36
+ fun setScanLaserVisible(view: CameraView?, value: Boolean) {
37
+ view?.let { impl.setScanLaserVisible(it, value) }
38
+ }
39
+
40
+ @ReactProp(name = "torchButton")
41
+ fun setTorchButton(view: CameraView?, value: ReadableMap?) {
42
+ if (value != null) {
43
+ view?.let { impl.setTorchButton(it, value) }
44
+ }
45
+ }
46
+
47
+ @ReactProp(name = "torchButtonVisible")
48
+ fun setTorchButtonVisible(view: CameraView?, value: Boolean) {
49
+ view?.let { impl.setTorchButtonVisible(it, value) }
50
+ }
51
+
52
+ @ReactProp(name = "cameraToggleButton")
53
+ fun setCameraToggleButton(view: CameraView, cameraToggleButton: ReadableMap) {
54
+ view.setCameraToggleButtonState(cameraToggleButton.toCameraToggleButtonState())
55
+ }
56
+
57
+ @ReactProp(name = "cameraToggleButtonVisible")
58
+ fun setCameraToggleButtonVisible(view: CameraView, isVisible: Boolean) {
59
+ view.cameraToggleButtonVisible = isVisible
60
+ }
61
+
62
+ }
@@ -1,125 +1,125 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.dynamsoft.reactnativelib.dce.CameraEnhancerModuleImpl
4
- import com.facebook.react.bridge.Promise
5
- import com.facebook.react.bridge.ReactApplicationContext
6
- import com.facebook.react.bridge.ReactContextBaseJavaModule
7
- import com.facebook.react.bridge.ReactMethod
8
- import com.facebook.react.bridge.ReadableMap
9
-
10
- class DCEModule(reactApplicationContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactApplicationContext) {
11
- val impl = CameraEnhancerModuleImpl(reactApplicationContext)
12
-
13
- override fun getName(): String = impl.getName()
14
-
15
- @ReactMethod(isBlockingSynchronousMethod = true)
16
- fun createInstance(): String {
17
- return impl.createInstance()
18
- }
19
-
20
- @ReactMethod(isBlockingSynchronousMethod = true)
21
- fun destroyInstance(id: String): Boolean {
22
- return impl.destroyInstance(id)
23
- }
24
-
25
- @ReactMethod
26
- fun requestCameraPermission() {
27
- impl.requestCameraPermission()
28
- }
29
-
30
- @ReactMethod
31
- fun open() {
32
- impl.open()
33
- }
34
-
35
- @ReactMethod
36
- fun close() {
37
- impl.close()
38
- }
39
-
40
- @ReactMethod
41
- fun setCameraView(viewId: Double) {
42
- impl.setCameraView(viewId.toInt())
43
- }
44
-
45
- @ReactMethod
46
- fun selectCamera(position: Double) {
47
- impl.selectCamera(position.toInt())
48
- }
49
-
50
- @ReactMethod
51
- fun getCameraPosition(promise: Promise) {
52
- impl.getCameraPosition(promise)
53
- }
54
-
55
- @ReactMethod
56
- fun setFocus(floatX: Double, floatY: Double, focusMode: Double) {
57
- impl.setFocus(floatX.toFloat(), floatY.toFloat(), focusMode.toInt())
58
- }
59
-
60
-
61
- fun getFocusMode(promise: Promise) {
62
- impl.getFocusMode(promise)
63
- }
64
-
65
- @ReactMethod
66
- fun setZoomFactor(factor: Double) {
67
- impl.setZoomFactor(factor.toFloat())
68
- }
69
-
70
- @ReactMethod
71
- fun getZoomFactor(promise: Promise) {
72
- impl.getZoomFactor(promise)
73
- }
74
-
75
- @ReactMethod
76
- fun enableEnhancedFeatures(features: Double) {
77
- impl.enableEnhancedFeatures(features.toInt())
78
- }
79
-
80
- @ReactMethod
81
- fun disableEnhancedFeatures(features: Double) {
82
- impl.disableEnhancedFeatures(features.toInt())
83
- }
84
-
85
- @ReactMethod
86
- fun setScanRegion(region: ReadableMap?) {
87
- impl.setScanRegion(region)
88
- }
89
-
90
- @ReactMethod
91
- fun getScanRegion(promise: Promise) {
92
- impl.getScanRegion(promise)
93
- }
94
-
95
- @ReactMethod
96
- fun turnOnTorch() {
97
- impl.turnOnTorch()
98
- }
99
-
100
- @ReactMethod
101
- fun turnOffTorch() {
102
- impl.turnOffTorch()
103
- }
104
-
105
- @ReactMethod
106
- fun setResolution(resolution: Int) {
107
- impl.setResolution(resolution)
108
- }
109
-
110
- @ReactMethod
111
- fun getResolution(promise: Promise) {
112
- impl.getResolution(promise)
113
- }
114
-
115
- @ReactMethod
116
- fun beep() {
117
- impl.beep()
118
- }
119
-
120
- @ReactMethod
121
- fun vibrate() {
122
- impl.vibrate()
123
- }
124
-
125
- }
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.dynamsoft.reactnativelib.dce.CameraEnhancerModuleImpl
4
+ import com.facebook.react.bridge.Promise
5
+ import com.facebook.react.bridge.ReactApplicationContext
6
+ import com.facebook.react.bridge.ReactContextBaseJavaModule
7
+ import com.facebook.react.bridge.ReactMethod
8
+ import com.facebook.react.bridge.ReadableMap
9
+
10
+ class DCEModule(reactApplicationContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactApplicationContext) {
11
+ val impl = CameraEnhancerModuleImpl(reactApplicationContext)
12
+
13
+ override fun getName(): String = impl.getName()
14
+
15
+ @ReactMethod(isBlockingSynchronousMethod = true)
16
+ fun createInstance(): String {
17
+ return impl.createInstance()
18
+ }
19
+
20
+ @ReactMethod(isBlockingSynchronousMethod = true)
21
+ fun destroyInstance(id: String): Boolean {
22
+ return impl.destroyInstance(id)
23
+ }
24
+
25
+ @ReactMethod
26
+ fun requestCameraPermission() {
27
+ impl.requestCameraPermission()
28
+ }
29
+
30
+ @ReactMethod
31
+ fun open() {
32
+ impl.open()
33
+ }
34
+
35
+ @ReactMethod
36
+ fun close() {
37
+ impl.close()
38
+ }
39
+
40
+ @ReactMethod
41
+ fun setCameraView(viewId: Double) {
42
+ impl.setCameraView(viewId.toInt())
43
+ }
44
+
45
+ @ReactMethod
46
+ fun selectCamera(position: Double) {
47
+ impl.selectCamera(position.toInt())
48
+ }
49
+
50
+ @ReactMethod
51
+ fun getCameraPosition(promise: Promise) {
52
+ impl.getCameraPosition(promise)
53
+ }
54
+
55
+ @ReactMethod
56
+ fun setFocus(floatX: Double, floatY: Double, focusMode: Double) {
57
+ impl.setFocus(floatX.toFloat(), floatY.toFloat(), focusMode.toInt())
58
+ }
59
+
60
+
61
+ fun getFocusMode(promise: Promise) {
62
+ impl.getFocusMode(promise)
63
+ }
64
+
65
+ @ReactMethod
66
+ fun setZoomFactor(factor: Double) {
67
+ impl.setZoomFactor(factor.toFloat())
68
+ }
69
+
70
+ @ReactMethod
71
+ fun getZoomFactor(promise: Promise) {
72
+ impl.getZoomFactor(promise)
73
+ }
74
+
75
+ @ReactMethod
76
+ fun enableEnhancedFeatures(features: Double) {
77
+ impl.enableEnhancedFeatures(features.toInt())
78
+ }
79
+
80
+ @ReactMethod
81
+ fun disableEnhancedFeatures(features: Double) {
82
+ impl.disableEnhancedFeatures(features.toInt())
83
+ }
84
+
85
+ @ReactMethod
86
+ fun setScanRegion(region: ReadableMap?) {
87
+ impl.setScanRegion(region)
88
+ }
89
+
90
+ @ReactMethod
91
+ fun getScanRegion(promise: Promise) {
92
+ impl.getScanRegion(promise)
93
+ }
94
+
95
+ @ReactMethod
96
+ fun turnOnTorch() {
97
+ impl.turnOnTorch()
98
+ }
99
+
100
+ @ReactMethod
101
+ fun turnOffTorch() {
102
+ impl.turnOffTorch()
103
+ }
104
+
105
+ @ReactMethod
106
+ fun setResolution(resolution: Int) {
107
+ impl.setResolution(resolution)
108
+ }
109
+
110
+ @ReactMethod
111
+ fun getResolution(promise: Promise) {
112
+ impl.getResolution(promise)
113
+ }
114
+
115
+ @ReactMethod
116
+ fun beep() {
117
+ impl.beep()
118
+ }
119
+
120
+ @ReactMethod
121
+ fun vibrate() {
122
+ impl.vibrate()
123
+ }
124
+
125
+ }
@@ -1,9 +1,9 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.facebook.react.bridge.ReactApplicationContext
4
- import com.facebook.react.bridge.ReactContextBaseJavaModule
5
-
6
-
7
- abstract class DynamsoftBaseModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
8
- override fun getName() = "Dynamsoft"+javaClass.simpleName
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.facebook.react.bridge.ReactApplicationContext
4
+ import com.facebook.react.bridge.ReactContextBaseJavaModule
5
+
6
+
7
+ abstract class DynamsoftBaseModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
8
+ override fun getName() = "Dynamsoft"+javaClass.simpleName
9
9
  }
@@ -1,73 +1,73 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.dynamsoft.reactnativelib.core.ImageSourceAdapterModuleImpl
4
- import com.facebook.react.bridge.Promise
5
- import com.facebook.react.bridge.ReactApplicationContext
6
- import com.facebook.react.bridge.ReactContextBaseJavaModule
7
- import com.facebook.react.bridge.ReactMethod
8
-
9
- class ISAModule(reactApplicationContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactApplicationContext) {
10
- val impl = ImageSourceAdapterModuleImpl(reactApplicationContext)
11
-
12
- override fun getName(): String = impl.getName()
13
- @ReactMethod(isBlockingSynchronousMethod = true)
14
- fun install(): Boolean {
15
- return impl.install()
16
- }
17
-
18
- @ReactMethod(isBlockingSynchronousMethod = true)
19
- fun createDefaultNativeISA(): String {
20
- return impl.createDefaultNativeISA()
21
- }
22
-
23
- @ReactMethod
24
- fun destroy(isaId: String) {
25
- impl.destroy(isaId)
26
- }
27
-
28
- @ReactMethod
29
- fun getImageCount(isaId: String, promise: Promise) {
30
- impl.getImageCount(isaId, promise)
31
- }
32
-
33
- @ReactMethod
34
- fun isBufferEmpty(isaId: String, promise: Promise) {
35
- impl.isBufferEmpty(isaId, promise)
36
- }
37
-
38
- @ReactMethod
39
- fun clearBuffer(isaId: String, promise: Promise) {
40
- impl.clearBuffer(isaId)
41
- }
42
-
43
- @ReactMethod
44
- fun getColourChannelUsageType(isaId: String, promise: Promise) {
45
- impl.getColourChannelUsageType(isaId, promise)
46
- }
47
-
48
- @ReactMethod
49
- fun setColourChannelUsageType(isaId: String, type: Double, promise: Promise) {
50
- impl.setColourChannelUsageType(isaId, type.toInt())
51
- }
52
-
53
- @ReactMethod
54
- fun getMaximumImageCount(isaId: String, promise: Promise) {
55
- impl.getMaximumImageCount(isaId, promise)
56
- }
57
-
58
- @ReactMethod
59
- fun setMaximumImageCount(isaId: String, maxCount: Double, promise: Promise) {
60
- impl.setMaximumImageCount(isaId, maxCount.toInt())
61
- }
62
-
63
- @ReactMethod
64
- fun startFetching(isaId: String) {
65
- impl.startFetching(isaId)
66
- }
67
-
68
- @ReactMethod
69
- fun stopFetching(isaId: String) {
70
- impl.stopFetching(isaId)
71
- }
72
-
73
- }
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.dynamsoft.reactnativelib.core.ImageSourceAdapterModuleImpl
4
+ import com.facebook.react.bridge.Promise
5
+ import com.facebook.react.bridge.ReactApplicationContext
6
+ import com.facebook.react.bridge.ReactContextBaseJavaModule
7
+ import com.facebook.react.bridge.ReactMethod
8
+
9
+ class ISAModule(reactApplicationContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactApplicationContext) {
10
+ val impl = ImageSourceAdapterModuleImpl(reactApplicationContext)
11
+
12
+ override fun getName(): String = impl.getName()
13
+ @ReactMethod(isBlockingSynchronousMethod = true)
14
+ fun install(): Boolean {
15
+ return impl.install()
16
+ }
17
+
18
+ @ReactMethod(isBlockingSynchronousMethod = true)
19
+ fun createDefaultNativeISA(): String {
20
+ return impl.createDefaultNativeISA()
21
+ }
22
+
23
+ @ReactMethod
24
+ fun destroy(isaId: String) {
25
+ impl.destroy(isaId)
26
+ }
27
+
28
+ @ReactMethod
29
+ fun getImageCount(isaId: String, promise: Promise) {
30
+ impl.getImageCount(isaId, promise)
31
+ }
32
+
33
+ @ReactMethod
34
+ fun isBufferEmpty(isaId: String, promise: Promise) {
35
+ impl.isBufferEmpty(isaId, promise)
36
+ }
37
+
38
+ @ReactMethod
39
+ fun clearBuffer(isaId: String, promise: Promise) {
40
+ impl.clearBuffer(isaId)
41
+ }
42
+
43
+ @ReactMethod
44
+ fun getColourChannelUsageType(isaId: String, promise: Promise) {
45
+ impl.getColourChannelUsageType(isaId, promise)
46
+ }
47
+
48
+ @ReactMethod
49
+ fun setColourChannelUsageType(isaId: String, type: Double, promise: Promise) {
50
+ impl.setColourChannelUsageType(isaId, type.toInt())
51
+ }
52
+
53
+ @ReactMethod
54
+ fun getMaximumImageCount(isaId: String, promise: Promise) {
55
+ impl.getMaximumImageCount(isaId, promise)
56
+ }
57
+
58
+ @ReactMethod
59
+ fun setMaximumImageCount(isaId: String, maxCount: Double, promise: Promise) {
60
+ impl.setMaximumImageCount(isaId, maxCount.toInt())
61
+ }
62
+
63
+ @ReactMethod
64
+ fun startFetching(isaId: String) {
65
+ impl.startFetching(isaId)
66
+ }
67
+
68
+ @ReactMethod
69
+ fun stopFetching(isaId: String) {
70
+ impl.stopFetching(isaId)
71
+ }
72
+
73
+ }
@@ -1,14 +1,14 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.dynamsoft.dce.ImageEditorView
4
- import com.dynamsoft.reactnativelib.dce.ImageEditorViewManagerImpl
5
- import com.facebook.react.uimanager.SimpleViewManager
6
- import com.facebook.react.uimanager.ThemedReactContext
7
-
8
- class ImageEditorViewManager :SimpleViewManager<ImageEditorView>() {
9
- private val impl = ImageEditorViewManagerImpl()
10
- override fun getName() = impl.getName()
11
- override fun createViewInstance(context: ThemedReactContext): ImageEditorView {
12
- return impl.createViewInstance(context)
13
- }
14
- }
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.dynamsoft.dce.ImageEditorView
4
+ import com.dynamsoft.reactnativelib.dce.ImageEditorViewManagerImpl
5
+ import com.facebook.react.uimanager.SimpleViewManager
6
+ import com.facebook.react.uimanager.ThemedReactContext
7
+
8
+ class ImageEditorViewManager :SimpleViewManager<ImageEditorView>() {
9
+ private val impl = ImageEditorViewManagerImpl()
10
+ override fun getName() = impl.getName()
11
+ override fun createViewInstance(context: ThemedReactContext): ImageEditorView {
12
+ return impl.createViewInstance(context)
13
+ }
14
+ }
@@ -1,36 +1,36 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import android.util.Log
4
- import com.dynamsoft.reactnativelib.dce.ImageEditorViewModuleImpl
5
- import com.facebook.react.bridge.Arguments
6
- import com.facebook.react.bridge.Promise
7
- import com.facebook.react.bridge.ReactApplicationContext
8
- import com.facebook.react.bridge.ReactContextBaseJavaModule
9
- import com.facebook.react.bridge.ReactMethod
10
- import com.facebook.react.bridge.ReadableArray
11
-
12
- class ImageEditorViewModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
13
- val impl = ImageEditorViewModuleImpl(reactContext)
14
-
15
-
16
- override fun getName(): String {
17
- return impl.getName()
18
- }
19
-
20
- @ReactMethod(isBlockingSynchronousMethod = true)
21
- fun install(): Boolean {
22
- Log.e("TAG", "install: ")
23
- return impl.install()
24
- }
25
-
26
- @ReactMethod
27
- fun setQuads(viewTag: Double, quads: ReadableArray?, layerId: Double, promise: Promise) {
28
- impl.setQuads(viewTag.toInt(), quads?: Arguments.createArray(), layerId.toInt(), promise)
29
- }
30
-
31
- @ReactMethod
32
- fun getSelectedQuad(viewTag: Double, promise: Promise) {
33
- impl.getSelectedQuad(viewTag.toInt(), promise)
34
- }
35
-
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import android.util.Log
4
+ import com.dynamsoft.reactnativelib.dce.ImageEditorViewModuleImpl
5
+ import com.facebook.react.bridge.Arguments
6
+ import com.facebook.react.bridge.Promise
7
+ import com.facebook.react.bridge.ReactApplicationContext
8
+ import com.facebook.react.bridge.ReactContextBaseJavaModule
9
+ import com.facebook.react.bridge.ReactMethod
10
+ import com.facebook.react.bridge.ReadableArray
11
+
12
+ class ImageEditorViewModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
13
+ val impl = ImageEditorViewModuleImpl(reactContext)
14
+
15
+
16
+ override fun getName(): String {
17
+ return impl.getName()
18
+ }
19
+
20
+ @ReactMethod(isBlockingSynchronousMethod = true)
21
+ fun install(): Boolean {
22
+ Log.e("TAG", "install: ")
23
+ return impl.install()
24
+ }
25
+
26
+ @ReactMethod
27
+ fun setQuads(viewTag: Double, quads: ReadableArray?, layerId: Double, promise: Promise) {
28
+ impl.setQuads(viewTag.toInt(), quads?: Arguments.createArray(), layerId.toInt(), promise)
29
+ }
30
+
31
+ @ReactMethod
32
+ fun getSelectedQuad(viewTag: Double, promise: Promise) {
33
+ impl.getSelectedQuad(viewTag.toInt(), promise)
34
+ }
35
+
36
36
  }
@@ -1,16 +1,16 @@
1
- package com.dynamsoft.reactnativelib
2
-
3
- import com.dynamsoft.reactnativelib.utility.ImageManagerModuleImpl
4
- import com.facebook.react.bridge.ReactApplicationContext
5
- import com.facebook.react.bridge.ReactContextBaseJavaModule
6
- import com.facebook.react.bridge.ReactMethod
7
-
8
- class ImageManagerModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
9
- private val impl = ImageManagerModuleImpl(reactContext)
10
- override fun getName() = impl.getName()
11
-
12
- @ReactMethod(isBlockingSynchronousMethod = true)
13
- fun install(): Boolean {
14
- return impl.install()
15
- }
1
+ package com.dynamsoft.reactnativelib
2
+
3
+ import com.dynamsoft.reactnativelib.utility.ImageManagerModuleImpl
4
+ import com.facebook.react.bridge.ReactApplicationContext
5
+ import com.facebook.react.bridge.ReactContextBaseJavaModule
6
+ import com.facebook.react.bridge.ReactMethod
7
+
8
+ class ImageManagerModule(reactContext: ReactApplicationContext) : ReactContextBaseJavaModule(reactContext) {
9
+ private val impl = ImageManagerModuleImpl(reactContext)
10
+ override fun getName() = impl.getName()
11
+
12
+ @ReactMethod(isBlockingSynchronousMethod = true)
13
+ fun install(): Boolean {
14
+ return impl.install()
15
+ }
16
16
  }