ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Camera 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
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: wd290android.jar
Minimum version required
  • Version 22
Comments
Click [Add] to post a comment

Last update: 06/23/2022

Send a report | Local help