| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.ImageCaptureProfile | |
The ImageCaptureProfile is an enumeration defining the scanner profile
 for image capture.
 
 The type is one of:
 
| AUTOMATIC_BY_ENABLED_SYMBOLOGIES | Capture frames according to the enabled symbologies | 
| MOTION_TOLERANCE | Capture frames taking into account the motion | 
| REFLECTIONS_TOLERANCE | Capture frames taking into account possible reflections | 
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ImageCaptureProfile | AUTOMATIC_BY_ENABLED_SYMBOLOGIES | The profile is set according to the enabled symbologies | |||||||||
| ImageCaptureProfile | CUSTOM | This allows to customize a profile to improve the performance taking into account specific needs | |||||||||
| ImageCaptureProfile | MOTION_TOLERANCE | The profile improves the performance taking into account the motion | |||||||||
| ImageCaptureProfile | REFLECTIONS_TOLERANCE | The profile improves the performance taking into account possible reflections | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
The profile is set according to the enabled symbologies
This allows to customize a profile to improve the performance taking into account specific needs
The profile improves the performance taking into account the motion
The profile improves the performance taking into account possible reflections