OverlayBitmap::setFlipVertical Method

Enables or disables the vertical flip of the overlay bitmap.
Syntax:
bool setFlipVertical( bool bFlip );
Parameter Description
bFlip

Specifies whether the the bitmap of the OverlayBitmap object should be flipped vertically. If bFlip is true, then the bitmap of the OverlayBitmap object will be copied bottom up on the video stream. If set to false, the bitmap of the OverlayBitmap object will be copied bottom down on the video stream.

Return value:

true on success, false otherwise.

Remarks:

This method is used to specify whether the bitmap of the OverlayBitmap object should be copied bottom up or bottom down on the live video. This is useful, if the video capture device delivers vertically flipped video images.

See also: OverlayBitmap, OverlayBitmap::getFlipVertical

<< OverlayBitmap