public static final enum

ItemTrackingManager.ImageSavingConfiguration.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.itemtracking.ItemTrackingManager.ImageSavingConfiguration.Type

Class Overview

The type of camera frames to save.

Summary

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
static ItemTrackingManager.ImageSavingConfiguration.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ItemTrackingManager.ImageSavingConfiguration.Type ALL_FRAMES

Added in revision 46

Save all the frames received by the item tracking algorithm.

public static final ItemTrackingManager.ImageSavingConfiguration.Type ONLY_DETECTOR_FRAMES

Added in revision 46

Save only the detector frames of the item tracking algorithm.

public static final ItemTrackingManager.ImageSavingConfiguration.Type ONLY_EVENT_FRAMES

Added in revision 46

Save only the event frames of the item tracking algorithm.

Public Methods

public static ItemTrackingManager.ImageSavingConfiguration.Type valueOf (String name)

Added in revision 46

public static final Type[] values ()

Added in revision 46