Grabber::setExternalTrigger Method

Enables/disables the external trigger.
Syntax:
bool setExternalTrigger( bool newValue );
Parameter Description
newValue

If set to true, the external trigger will be enabled. If set to false, it will be disabled

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

<< Grabber