to top
Datalogic APIs
public final enum

ImageCaptureProfile

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.ImageCaptureProfile

Class Overview

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

Summary

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

Enum Values

public static final ImageCaptureProfile AUTOMATIC_BY_ENABLED_SYMBOLOGIES

Added in revision 19

The profile is set according to the enabled symbologies

public static final ImageCaptureProfile CUSTOM

Added in revision 20

This allows to customize a profile to improve the performance taking into account specific needs

public static final ImageCaptureProfile MOTION_TOLERANCE

Added in revision 19

The profile improves the performance taking into account the motion

public static final ImageCaptureProfile REFLECTIONS_TOLERANCE

Added in revision 19

The profile improves the performance taking into account possible reflections

Public Methods

public static ImageCaptureProfile valueOf (String name)

Added in revision 19

public static final ImageCaptureProfile[] values ()

Added in revision 19