OverlayBitmap::setFlipVertical Method |
||||||||||||||
Enables or disables the vertical flip of the overlay bitmap. | ||||||||||||||
Syntax: | bool setFlipVertical( bool bFlip ); |
|||||||||||||
|
||||||||||||||
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 |