oemSetDecodeMode

This function sets the decoding mode of the engine.

Result_t oemSetDecodeMode (

SetupType_t SetupType,

WORD nMode

)

Return Values

RESULT_SUCCESS

RESULT_ERR_PARAMETER

RESULT_ERR_UNSUPPORTED

Parameters

SetupType

SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.

pnMode

Points to a WORD variable that contains the desired decode mode: 1 = Standard

2 = Advanced Linear

4 = Quick Omni

oemSetExposureMode

This function is used to select the exposure mode to be used during image acquisition.

Result_t oemSetExposureMode (

ExposureMode_t ExposureMode

)

Return Values

RESULT_SUCCESS

RESULT_ERR_UNSUPPORTED

RESULT_ERR_DRIVER

RESULT_ERR_PARAMETER

Parameters

ExposureMode

The exposure modes that may be used are: fixed, on chip or Hand Held Products.

oemSetExposureSettings

This function is used to set various image parameters that are used during image acquisition.

Result_t oemSetExposureSettings (

ExposureSettings_t *pExpsoureSettings

)

Return Values

RESULT_SUCCESS

RESULT_ERR_UNSUPPORTED

RESULT_ERR_DRIVER

Parameters

pExposureSettings

A pointer to an exposure settings structure. See the definition of the ExposureSettings_t struct in oemdecodece.h for details.

IMAGETEAM™ 4X00 Series Software Development Kit (SDK) User’s Guide

2 - 45

Page 59
Image 59
Hand Held Products 4X00 manual OemSetDecodeMode, OemSetExposureMode, OemSetExposureSettings