Barcode Ar Session

Defined under the namespace Scandit.Datacapture.Barcode.Ar

BarcodeArSession
class BarcodeArSession

Added in version 7.1.0

The BarcodeAr session holds the ongoing state of a running BarcodeAr.

addedTrackedBarcodes
get addedTrackedBarcodes(): Record<string, TrackedBarcode>

Added in version 7.1.0

Newly tracked barcodes.

removedTrackedBarcodes
get removedTrackedBarcodes(): string[]

Added in version 7.1.0

An array of identifiers of lost barcodes that were removed in the last frame.

allTrackedBarcodes
get allTrackedBarcodes(): Record<string, TrackedBarcode>

Added in version 7.1.0

A map from identifiers to barcodes. It contains all currently tracked barcodes.

Note

This class cannot be instantiated directly. Use the appropriate methods in BarcodeAr to obtain instances of this class.