User`s guide

FUNCTIONS
SDK SECTION 11
Page 227
SetImageFlip
unsigned int WINAPI SetImageFlip(int iHFlip, int iVFlip)
Description
This function will cause data output from the SDK to be flipped on one or both axes. This
flip is not done in the camera, it occurs after the data is retrieved and will increase
processing overhead. If flipping could be implemented by the user more efficiently then
use of this function is not recomended. E.g writing to file or displaying on screen.
Parameters
int iHFlip: Sets horizontal flipping.
int iVFlip: Sets vertical flipping..
1 - Enables Flipping
0 - Disables Flipping
If this function is used in conjunction with the
SetImageRotate function the rotation will
occur before the flip regardless of which order the functions are called.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
DRV_P2INVALID
All parameters accepted.
System not initialized.
HFlip parameter invalid.
VFlip parameter invalid
See also
SetImageRotate