Grabber::setFPS Method

Sets the frame rate of the device.
Syntax:
bool setFPS( double fps );
Parameter Description
fps

The frame rate to be set, specified in frames per second.

Return value:

true, if the frame rate could be set successfully, false, otherwise.

Remarks:

The frame rate can only be set, if the device is not in live mode.

Information:

Introduced in version 2.0

See also: Grabber, Grabber::hasFPSList, Grabber::getAvailableFPS, Grabber::getFPS

<< Grabber