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
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: wd290android.aar
Minimum version required
  • Version 22
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help