public enum BarcodeImageGenerationType
The type of barcode image generation.
public static BarcodeImageGenerationType NONE
No barcode image generation.
public static BarcodeImageGenerationType VIDEO_FRAME
Generating barcode image from the last video frame. Faster, but has lower resolution.
public static BarcodeImageGenerationType CAPTURED_IMAGE
Generating barcode image from separately captured frame. Higher resolution, but might have a slight delay.