|
|
|
|
|
CameraStopDecoding (Function) In french: CaméraArrêteDécodage Stops decoding bar codes in a Camera control. // Stops decoding bar codes in the Camera control CameraStopDecoding(CAM_Camera1)
Syntax
CameraStopDecoding(<Camera control>)
<Camera control>: Control name 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, CameraStopDecoding can be called in the initialization event of the Camera control.
- When bar code decoding is stopped, the viewfinder is no longer displayed in the Camera control.
- 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 VideoStopDecoding.
Component: wd300android.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|