ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Camera functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Lists the video capture drivers installed on the current computer.
Note: This function is equivalent to VideoListDriver.
Example
// Connaître les drivers Vidéo installés
// Affichage dans la liste LISTE_ListeDriver
ListAdd(LISTE_ListeDriver, CameraListDriver(viDirectShow))
Syntax
<Result> = CameraListDriver([<Technology used>])
<Result>: Character string
List of video drivers installed on the computer, in the following format:
<Name of driver 1> + TAB + <Version of driver 1> + CR + ...
<Name of driver N> + TAB + <Version of driver N>
Where:
  • <Nom du driver 1>... <Nom du driver N> correspond to the names of the video drivers,
  • <Version du driver 1>... <Version du driver N> correspond to the driver version.
<Technology used>: Integer constant
Type of technology used to list the drivers:
vidDirectShowTechnology used: Direct Show.
This constant must be used to select a driver used in a Conference control (StreamChangeDriver).
vidVideoForWindows
(Default value)
Technology used: Video for Windows
Component: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help