© 2016 Thorlabs Scientific Imaging250
DCx Camera Functional Description and SDK Manual
4.3.50 is_GetSensorInfo
Syntax
INT is_GetSensorInfo (HIDS hCam, SENSORINFO* pInfo)
Description
Using is_GetSensorInfo(), you can query information about the sensor type used in the camera.
The information contained in the SENSORINFO structure is listed in the table below.
The ueye.h file provides a complete up-to-date list of all supported sensor types. To quickly locate
the list, search the file for the keyword "Sensor types".
Input parameters
Pointer to the SENSORINFO Structure
Contents of the SENSORINFO structure
Returns the sensor type (e.g.: IS_SENSOR_xxxxx_x).
Returns the camera model (e.g.: xxxxxxx-x).
Returns the sensor color mode.
IS_COLORMODE_BAYER
IS_COLORMODE_MONOCHROME
Returns the maximum image width
Returns the maximum image height
Indicates whether the sensor provides analog master gain
Indicates whether the sensor provides analog red channel
gain
Indicates whether the sensor provides analog green
channel gain
Indicates whether the sensor provides analog blue channel
gain
Indicates whether the sensor has a global shutter.
TRUE = global shutter
FALSE = rolling shutter
Returns the pixel size in µ m (e.g. 465 is equivalent to 4.65
µ m)
Return values
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.