ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Managing the drivers for video capture
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
The Driver property is used to get the video capture driver the Camera control is associated with.
Example
Info("The Camera control in this window is associated with the driver " + CAM_Camera1.Driver)
Syntax
<Result> = <Camera control>.Driver
<Result>: Character string
  • Empty string ("") if the camera control is associated with no driver for video capture. No Video function can be used.
  • Driver for video capture associated with the specified Camera control. This result has the following format:
    <Driver name> + TAB + <Driver version>

    Where:
    • <Driver Name> corresponds to the name of the video driver,
    • <Driver Version> corresponds to the version of the driver.
<Camera control>: Control name
Name of the Camera control to be used
Remarks

Managing the drivers for video capture

VideoSetDriver is used to modify the driver for video capture associated with the Camera control and VideoListDriver is used to get the list of drivers for video capture installed on the computer.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help