<< Click to Display Table of Contents >>

ImagePickMode

Camera shooting mode.

Set Camera to take pictures, Seal to scan seals, or ID to scan IDs.

The PC Viewer, the open dialog is running so that you can select an image file, regardless of the property value.

If there is no rear camera or the seal/ID scanning module is not driven, the ImagePicker works as Camera.

When using the seal scan function in the HTML5JS Mobile viewer, it is recommended to run the SSL-certified https protocol. Also, only Safari is supported in the iOS environment.

To scan the seal or ID, set the ImagePickMode property to Seal or ID and set as follows according to the viewer type.

Android

1.Add libraries to Eclipse project.

libopencv_java.so

libozrpack_recognition.so

2.Add permission to use the vibration function when the scan is complete(AndroidManifest.xml).

<uses-permission android:name="android.permission.VIBRATE"/>

iOS

1.Add libraries and frameworks to Xcode project.

libstdc++.dylib

libc++.dylib

opencv2.framework

OZPackRecognition.framework

CoreVideo.framework

AudioToolbox.framework

CoreMedia.framework

CoreGraphics.framework

CoreImage.framework

2.Add scripts

Call the __OZPack_load_recognition() function before using this function.