|
|
|
|
|
CameraListDriver (Function) In french: CaméraListeDriver Lists the video capture drivers installed on the current computer.
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: | | vidDirectShow | Technology 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 |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|