Grabber::isLive Method

Checks whether the current video capture device is in live mode.
Syntax:
bool isLive() const;
Return value:

true ,if the grabber is currently in live mode, false otherwise.

Remarks:

If the grabber is in live mode, images are continuously grabbed and either copied to the screen or to a memory buffer. The behavior of the grabber, while in live mode, is selected with the Grabber::startLive method.

See also: Grabber, Grabber::startLive, Grabber::stopLive

<< Grabber