Grabber::setExternalTrigger Method |
||||||||||||||
Enables/disables the external trigger. | ||||||||||||||
Syntax: | bool setExternalTrigger( bool newValue ); |
|||||||||||||
|
||||||||||||||
Return value: | true on success, false otherwise. |
|||||||||||||
Remarks: | Enables/disables the external trigger of the current device. Returns true, if the operation was successful, false, otherwise. This method is only available, if a device is open and valid. If live mode is active, this method is not available. Calling setExternalTrigger while live mode is active returns false. |
|||||||||||||
See also: | Grabber, Grabber::hasExternalTrigger, Grabber::getExternalTrigger |