Oemimagestreamstop, Oemleavelightson, Oemlightson – Hand Held Products 4X00 User Manual

Page 57: Oempoweroffimager

Advertising
background image

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

2 - 43

oemImageStreamStop

This function causes the Image Engine to stop continous collecting of images started by oemImageStreamInit() and
oemImageStreamStart(). If this function is not called, the imager will continue to acquire images (illumination will stay on) which
causes serious drain battery power.

Result_t

oemImageStreamStop ()

Return Values

RESULT_SUCCESS

Parameters

None.

oemLeaveLightsOn

This function configures the illumination LEDs to always be on, or in normal mode during scanning.

Result_t

oemLeaveLightsOn (
SetupType_t SetupType,
BOOL bEnable

)

Return Values

RESULT_SUCCESS
RESULT_ERR_NOTCONNECTED
RESULT_ERR_UNSUPPORTED
RESULT_ERR_DRIVER
RESULT_ERR_PARAMETER
RESULT_ERR_NORESPONSE

Parameters

SetupType

SETUP_TYPE_CURRENT for current settings, or SETUP_TYPE_DEFAULT for default settings.

bEnable

If FALSE, the illumination LEDs will be in normal operational mode and will be flashed on and off during scanning. If
TRUE, the illumination LEDs are always on during scanning and will not flash.

oemLightsOn

This function turns the engine's illumination LEDs on and off.

Result_t

oemLightsOn (
BOOL bEnable
)

Return Values

RESULT_SUCCESS
RESULT_ERR_DRIVER
RESULT_ERR_NORESPONSE

Parameters

bEnable

If TRUE, the illumination LEDs are turned on; otherwise they're turned off.

oemPowerOffImager

Note: This function is only available to certain applications, and is dependent upon the hardware that supplies switchable power

to the imager (V).

Advertising