Grabber::getExternalTrigger Method

Returns true, if the external trigger is enabled.
Syntax:
bool getExternalTrigger() const;
Return value:

true, if the external trigger is enabled, false otherwise.

Remarks:

Returns true, if the external trigger is enabled, false otherwise. If an error occurs (e.g. the device has no external trigger), it returns false and sets the internal error value.

This method is only available, if a device is open and valid.

See also: Grabber, Grabber::hasExternalTrigger, Grabber::setExternalTrigger

<< Grabber