Grabber::setFlipV Method

Specifies whether all frames of an image stream will be flipped vertically.
Syntax:
bool setFlipV( 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::isFlipVAvailable, Grabber::getFlipV, Grabber::setFlipH

<< Grabber