ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Video functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Stops decoding bar codes in a Camera control.
Example
// Stops decoding bar codes in the Camera control
CAM_Camera1.StopDecoding()
Syntax
<Camera control>.StopDecoding()
<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, <Camera>.StopDecoding 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: wd290android.aar
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help