© 2013 Thorlabs GmbH340
DCx Cameras
4.3.91 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_api.dll (API) and the driver file
(uc480_usb.sys) do not match.
The camera does not contain any calibration data.
The camera model used here does not support this
function or setting.
Function executed successfully
A timeout occurred. An image capturing process could
not be terminated within the allowable period.