Obtain Original Image
This page is the guide of how to obtain the original image that used for data capturing.
Use Original Image Hash ID
func onDecodedBarcodesReceived(_ result: DecodedBarcodesResult) {
let hashId = result.originalImageHashId
let intermediateResultManager:IntermediateResultManager = cvr.getIntermediateResultManager()
let imageData:ImageData = intermediateResultManager.getOriginalImage(hashId)!
}
Use Debug Sample
Debug sample is a simple sample for you to easily get the original image for debugging.
Use Barcode Scanner Mobile Demo
- Go to Advanced Scan –> Settings, enable the Image Cropper.
- Back to scan page, click the button on the top-right corner.
- It takes a while for capturing. When it finishes, the images are saved as a .zip file. The APP asks you how to open the file. (You can share the file via the Teams).