Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetRopEffect |
uEye Camera Manual Version 3.80
is_SetRopEffect
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetRopEffect (HIDS hCam, INT effect, INT param, INT reserved)
Description
is_SetRopEffect() enables functions for real-time image geometry modification (Rop = raster operation).
Input Parameters
hCam |
Camera handle |
effect |
|
IS_SET_ROP_MIRROR_UPDOWN |
Mirrors the image along the horizontal axis. |
IS_SET_ROP_MIRROR_LEFTRIGHT |
Mirrors the image along the vertical axis. Depending on the sensor, this operation is performed in the camera or in the PC software. |
IS_GET_ROP_EFFECT |
Returns the current settings. |
param |
Turns the Rop effect on / off. 0 = Turn off 1 = Turn on |
reserved |
Reserved. 0 must be passed. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
|
IS_INVALID_MODE |
Camera is in standby mode, function not allowed. |
Related Functions