|
|
|
|
|
- Managing the drivers for video capture
Driver (Property) In french: Driver
The Driver property is used to get the video capture driver the Camera control is associated with. 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|