Grabber::setFlipH Method

Specifies whether all frames of an image stream should be flipped horizontally.
Syntax:
bool setFlipH( bool flip = true );
Parameter Description
flip

Specifies whether the frames are flipped or not. true means: all frames will be flipped. false means: all frames will not be flipped.

Return value:

true on success, false otherwise.

See also: Grabber, Grabber::isFlipHAvailable, Grabber::getFlipH, Grabber::setFlipV

<< Grabber