to top
Datalogic APIs
public class

FrameCaptureConfiguration

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.FrameCaptureConfiguration

Class Overview

FrameCaptureConfiguration is the class that configures the scanner to capture store and provide frames.

Summary

Fields
public BooleanProperty enable enable sets the intent mode.
public TextProperty filePath filePath indicates the directory where will be stored the frames saved by the Scanner.
public EnumProperty<FrameCaptureFormat> format format selects the format used for storing the frames captured by the Scanner.
public EnumProperty<FrameCaptureMode> mode mode selects the Scanner frame capture mode.
public BooleanProperty storage storage enables the Scanner to store captured frames.
Public Constructors
FrameCaptureConfiguration(PropertyGetter editor)
This is the constructor of FrameCaptureConfiguration.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable

Added in revision 22

enable sets the intent mode.

public TextProperty filePath

Added in revision 22

filePath indicates the directory where will be stored the frames saved by the Scanner. Only directory under getExternalStorageDirectory() are supported (eg. /storage/emulated/0/).

public EnumProperty<FrameCaptureFormat> format

Added in revision 22

format selects the format used for storing the frames captured by the Scanner.

public EnumProperty<FrameCaptureMode> mode

Added in revision 22

mode selects the Scanner frame capture mode.

public BooleanProperty storage

Added in revision 22

storage enables the Scanner to store captured frames.

Public Constructors

public FrameCaptureConfiguration (PropertyGetter editor)

Added in revision 22

This is the constructor of FrameCaptureConfiguration.