Barcode Ar Session
Defined in namespace Scandit.DataCapture.Barcode.Ar.Capture
- BarcodeArSession
class BarcodeArSession
Added in version 7.2.0
The BarcodeAr session holds the ongoing state of a running BarcodeAr.
- AddedTrackedBarcodes
IReadOnlyList<TrackedBarcode> AddedTrackedBarcodes { get; }
Added in version 7.2.0
Newly tracked barcodes.
- RemovedTrackedBarcodes
IReadOnlyList<
int
> RemovedTrackedBarcodes { get; }Added in version 7.2.0
An array of identifiers of lost barcodes that were removed in the last frame.
- TrackedBarcodes
IReadOnlyDictionary<
int
, TrackedBarcode> TrackedBarcodes { get; }Added in version 7.2.0
A map from identifiers to barcodes. It contains all currently tracked barcodes.
- Reset()
void
Reset()Added in version 7.2.0
Resets the session, clearing all barcodes and their states.
Note
This class cannot be instantiated directly. Use the appropriate methods in BarcodeAr to obtain instances of this class.