This package is designed to work with Datalogic's item tracking systems,
allowing developers to integrate item detection capabilities into their applications.
The package includes classes for enabling real-time detection, tracking, and handling item detection events.
See the following classes: ItemTrackingManager
.
ItemTrackingManager.EventListener | Listener interface for receiving item tracking events. |
ItemTrackingManager | This class provides the main interface to manage the item tracking system, which enables real-time detection of items added into or removed from a shopping cart. |
ItemTrackingManager.ImageSavingConfiguration | Configuration used when setting up the storage of camera images processed by the item tracking algorithm. |
ItemTrackingManager.Session | The item tracking session created by the manager. |
ItemTrackingManager.EventListener.EventType | Enum representing the type of event received from the item tracking system. |
ItemTrackingManager.ImageSavingConfiguration.Type | The type of camera frames to save. |
ItemTrackingManager.Session.State | Represents the state of the item tracking session, indicating the current execution status of the item tracking algorithm. |
ItemTrackingException | This exception is used to handle errors related to item tracking. |