BarcodeAccumulationMethod: "LAST_VISIBLE" | "INTERPOLATE_BY_CAMERA"

The method how to display barcodes from previous frames.

  • LAST_VISIBLE: The quad of a barcode is simply given as the last quad when it was detected.
  • INTERPOLATE_BY_CAMERA: The quad of barcode is interpolated by the camera movement. This option is recommended when the camera is moving, but the scanned object is not.