|
|
|
|
|
VideoStopDecoding (Function) In french: VidéoArrêteDécodage Stops decoding bar codes in a Camera control. // Stops decoding bar codes in the Camera control VideoStopDecoding(CAM_Camera1)
Syntax
VideoStopDecoding(<Camera control>)
<Camera control>: Character string Name of the Camera control to be used. Remarks - When the Camera control is configured to allow the decoding of bar codes (in the description window), the decoding automatically starts when the window is opened. To prevent this behavior, VideoStopDecoding can be called in the "Initializing" event of the Camera control.
- When the decoding of bar codes is stopped, the decoding crosshair is not displayed in the Camera control anymore.
- If the Camera control was not configured to support bar code decoding (in the description window) or if no decoding is in progress, the function has no effect.
- This function is equivalent to CameraStopDecoding.
Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|