Motorola CoreScanner Driver Wrapper
Properties | List of all members
Motorola.Snapi.Attributes.Imaging Class Reference

Provides properties for accessing and modifying scanner imaging attributes. More...

Inheritance diagram for Motorola.Snapi.Attributes.Imaging:
Motorola.Snapi.Attributes.MotorolaAttributeSet

Properties

ushort CropTop [get, set]
 
ushort CropLeft [get, set]
 
ushort CropRight [get, set]
 
ushort CropBottom [get, set]
 
ushort JPEGFileSize [get, set]
 
ushort Exposure [get, set]
 
bool SnapshotByMotionEnabled [get, set]
 
bool ContinuousSnapshotEnabled [get, set]
 
ushort ImageEdgeSharpen [get, set]
 
ImageRotation ImageRotation [get, set]
 
bool ContrastEnhancement [get, set]
 
ushort ImageResolution [get, set]
 
ushort AimBrightness [get, set]
 
ushort IlluminationBrightness [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
 MotorolaAttributeSet (int scannerId, CCoreScanner scannerDriver)
 Initializes this base class. Must be inherited More...
 
ScannerAttribute GetAttribute (ushort id)
 Get an attribute from the scanner given it's ID. More...
 
IDictionary< ushort, ScannerAttributeGetAttributes (List< ushort > ids)
 Get a Dictionary of attributes from the scanner given a List of attribute IDs. More...
 
void SetAttribute (ScannerAttribute attribute)
 Sets an attribute on the scanner given a ScannerAttribute object. More...
 
- Protected Attributes inherited from Motorola.Snapi.Attributes.MotorolaAttributeSet
readonly string _getAttributesXml
 
readonly string _setAttributeXml
 
CCoreScanner _scannerDriver
 
int _scannerId
 

Detailed Description

Provides properties for accessing and modifying scanner imaging attributes.

Property Documentation

ushort Motorola.Snapi.Attributes.Imaging.AimBrightness
getset

Driver Attribute Name: AimBrightness

Sets the brightness of the aim patterns by altering the aim duration.

Values: 0 to 255 in .5ms increments

bool Motorola.Snapi.Attributes.Imaging.ContinuousSnapshotEnabled
getset

Driver Attribute Name: ContinuousSnapshot

Set to true to stay in Snapshot mode, and false to return to normal decode mode after image capture. This only applies in Presentation Snapshot by Motion mode.

Values: true(On) false(Off)

bool Motorola.Snapi.Attributes.Imaging.ContrastEnhancement
getset

Driver Attribute Name: ContrastEnhancement

Enhances the image contrast.

Values: false (Disable), true (Enable)

ushort Motorola.Snapi.Attributes.Imaging.CropBottom
getset

Driver Attribute Name: CropBottom

This parameter sets the value at which the image is cropped from the bottom.

Values: 0 to 1023

ushort Motorola.Snapi.Attributes.Imaging.CropLeft
getset

Driver Attribute Name: CropLeft

This parameter sets the value at which the image is cropped from the left.

Values: 0 to 1279

ushort Motorola.Snapi.Attributes.Imaging.CropRight
getset

Driver Attribute Name: CropRight

This parameter sets the value at which the image is cropped from the right.

Values: 0 to 1279

ushort Motorola.Snapi.Attributes.Imaging.CropTop
getset

Driver Attribute Name: CropTop

This parameter sets the value at which the image is cropped from the top.

Values: 0 to 1023

ushort Motorola.Snapi.Attributes.Imaging.Exposure
getset

Driver Attribute Name: Exposure

Sets the time of exposure.

Values: 5 to 5000

ushort Motorola.Snapi.Attributes.Imaging.IlluminationBrightness
getset

Driver Attribute Name: IlluminationBrightness

Sets the brightness of the illumination.

Values: 0 (weakest) to 10 (strongest)

ushort Motorola.Snapi.Attributes.Imaging.ImageEdgeSharpen
getset

Driver Attribute Name: ImageEdgeSharpen

Sharpen image edges.

Values: 0(Off) to 100(High)

ushort Motorola.Snapi.Attributes.Imaging.ImageResolution
getset

Driver Attribute Name: VideoSubsample

Sets the image resolution. Image size will be changed if you manipulate this parameter.

Values: 0 to 3

ImageRotation Motorola.Snapi.Attributes.Imaging.ImageRotation
getset

Driver Attribute Name: ImageRotation

Rotate images by the ammount of this value.

Values:

0 – 0 degrees

1 – 90 degrees

2 – 180 degrees

3 – 270 degrees

ushort Motorola.Snapi.Attributes.Imaging.JPEGFileSize
getset

Driver Attribute Name: JPEGFileSizeWord

This parameter sets the size of the JPEG image in multiples of 1K.

Values: 5 to 600

bool Motorola.Snapi.Attributes.Imaging.SnapshotByMotionEnabled
getset

Driver Attribute Name: SnapshotByMotion

When enabled, once an object in the field of view remains stationary, an image will be taken and transmitted to the host. This applies to Snapshot mode only.

Values: 5 to 5000


The documentation for this class was generated from the following file: