© 2016 Thorlabs Scientific Imaging366
DCx Camera Functional Description and SDK Manual
4.3.93 is_SetRopEffect
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
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.
Returns the current settings.
Turns the Rop effect on/off.
0 = Turn off
1 = Turn on
Reserved. 0 must be passed.
Return values
When used with
IS_GET_ROP_EFFECT
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed because
no driver has been loaded.
An attempt to initialize or select the camera
failed (no camera connected or initialization
error).
The camera type defined in the .ini file does not
match the current camera model.
The function can not be executed in the current
camera operating mode (free run, trigger or
standby).
Camera is in standby mode, function not allowed
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
An IO request from the uc480 driver failed.
Possibly the versions of the uc480.dll (API) and
the driver file (uc480_usb.sys) do not match.