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 / Video functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
VideoListDriver (Function)
In french: VidéoListeDriver
Lists the video capture drivers installed on the current computer.
Example
// Connaître les drivers Vidéo installés
// Affichage dans le champ LISTE_ListeDriver
ListAdd(LISTE_ListeDriver, VideoListDriver(viDirectShow))
Syntax
<Result> = VideoListDriver([<Technology used>])
<Result>: Character string
List of video drivers installed on the computer, in the following format:
<Nom du driver 1> + TAB + <Version du driver 1> + RC + ...
<Nom du driver N> + TAB + <Version du 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> corresponds to the driver version.
<Technology used>: Integer constant
Type of technology used to list the drivers:
viDirectShowTechnology used: Direct Show.
This constant must be used:
  • to list the drivers corresponding to the different cameras installed (on a tablet for example).
  • to select a driver used in a Conference control (StreamChangeDriver).
viVideoForWindows
(Default value)
Technology used: Video for Windows

Remarks
  • To display the list of video drivers in a List Box or Combo Box control, use the following syntax:
    ListeAjoute(<Nom du champ Liste>, <Résultat>)

    where
    ListeAjoute(<Nom du champ Liste>, VidéoListeDriver())
  • This function is equivalent to CameraListDriver.
Component: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help