Grabber::suspendLive Method

Suspends an image stream and puts it into prepared state.
Syntax:
bool suspendLive();
Return value:

true, if the operation was successful. If an error occurred, call getLastError to obtain extended error information.

Information:

Introduced in version 3.0

Sample:

For examples on how to use suspendLive, please refer to Grabber::prepareLive.

See also: Grabber, Grabber::prepareLive

<< Grabber