
Grabber::isPropertyAutomationAvailableWithCurDev Method |
|||||||||||||||||
| Checks whether the current video capture device is capable of setting a specific property automatically. | |||||||||||||||||
| Syntax: | bool isPropertyAutomationAvailableWithCurDev( tCameraPropertyEnum CameraPropType ) const; bool isPropertyAutomationAvailableWithCurDev( VideoPropertyEnum VideoPropType ) const; |
||||||||||||||||
|
|||||||||||||||||
| Return value: | true, if the device is capable of setting the value for the given property automatically, false otherwise. |
||||||||||||||||
| Remarks: | Note that the capability of setting a certain property automatically does not mean that all device properties may be set automatically. The Grabber::setProperty method may be used to enable automation of a certain property for the current video capture device. |
||||||||||||||||
| See also: | Grabber, Grabber::isPropertyAutomationEnabled, Grabber::setProperty, Grabber::tCameraPropertyEnum, Grabber::tVideoPropertyEnum | ||||||||||||||||