java.lang.Object | |
↳ | com.datalogic.itemtracking.ItemTrackingManager.ImageSavingConfiguration |
Configuration used when setting up the storage of camera images processed by the item tracking algorithm.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ItemTrackingManager.ImageSavingConfiguration.Type | The type of camera frames to save. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Configuration constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the path where the images are saved.
| |||||||||||
Gets the type of camera frames to save.
| |||||||||||
Check if the image saving is enabled in this configuration object.
| |||||||||||
Method used to enable/disable the image saving in this configuration object.
| |||||||||||
Set the path where the images are saved.
| |||||||||||
Sets the type of camera frames to save.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Configuration constructor.
enabled | True when the image saving is enabled, false otherwise. |
---|---|
path | Path to where the images will be saved. |
type | Type of camera frames to save. |
Get the path where the images are saved.
Gets the type of camera frames to save.
Check if the image saving is enabled in this configuration object.
Method used to enable/disable the image saving in this configuration object.
enabled | True to enable the image saving, false to disable it. |
---|
Set the path where the images are saved.
path | The images path. |
---|
Sets the type of camera frames to save.
type | The type of camera frames to save. |
---|