User`s guide
FUNCTIONS
SDK SECTION 11
Page 135
GetID
unsigned int WINAPI GetID (int devNum, int* id)
Description THIS FUNCTION IS RESERVED.
GetImageFlip
unsigned int WINAPI GetImageFlip(int* iHFlip, int* iVFlip)
Description
This function will obtain whether the acquired data output is flipped in either the horizontal
or vertical direction.
Parameters
int* iHFlip: Gets horizontal flipping.
int* iVFlip: Gets vertical flipping.
1 – Flipping Enabled
0 – Flipping Disabled
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 SetImageFlip
GetImageRotate
unsigned int WINAPI GetImageRotate(int* iRotate)
Description
This function will obtain whether the acquired data output is rotated in any direction.
Parameters
int* iRotate: Rotation setting
0 - No rotation
1 - Rotate 90 degrees clockwise
2 - Rotate 90 degrees anti-clockwise
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
All parameters accepted.
System not initialized.
Rotate parameter invalid.
See also
SetImageFlip SetImageRotate