| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.itemtracking.ItemTrackingManager.ImageSavingConfiguration.Type | |
The type of camera frames to save.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ItemTrackingManager.ImageSavingConfiguration.Type | ALL_FRAMES | Save all the frames received by the item tracking algorithm. | |||||||||
| ItemTrackingManager.ImageSavingConfiguration.Type | ONLY_DETECTOR_FRAMES | Save only the detector frames of the item tracking algorithm. | |||||||||
| ItemTrackingManager.ImageSavingConfiguration.Type | ONLY_EVENT_FRAMES | Save only the event frames of the item tracking algorithm. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Save all the frames received by the item tracking algorithm.
Save only the detector frames of the item tracking algorithm.
Save only the event frames of the item tracking algorithm.