Syntax
DeviceFeature_GetSupportedFeatures (INT* pnCap)
Description
Returns the functions supported by the camera.
IS_DEVICE_FEATURE_CAP_BLACK_REFERENCE |
Displays the black level reference in the image which can be used to calibrate the black level: |
IS_DEVICE_FEATURE_CAP_EXTENDED_PIXELCLOCK_RANGE |
The use of the extended pixel clock range is supported. |
IS_DEVICE_FEATURE_CAP_FPN_CORRECTION |
Fixed pattern noise correction is supported: |
IS_DEVICE_FEATURE_CAP_IMAGE_EFFECT |
Image effects are supported: |
IS_DEVICE_FEATURE_CAP_JPEG_COMPRESSION |
JPEG compression is supported: |
IS_DEVICE_FEATURE_CAP_LEVEL_CONTROLLED_TRIGGER |
The use of the level controlled trigger is supported (UI-306x and UI-326x/UI-526x only). |
IS_DEVICE_FEATURE_CAP_LINESCAN_MODE_FAST |
Fast line scan mode is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_LINESCAN_NUMBER |
Line number at fast line scan mode is supported/Set number: |
IS_DEVICE_FEATURE_CAP_LOG_MODE |
Log mode is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_MEMORY_MODE |
Internal image memory is supported (USB 3 uEye CP Rev. 2 only). |
IS_DEVICE_FEATURE_CAP_MULTI_INTEGRATION |
Multi integration mode is supported (UI-325x only) |
IS_DEVICE_FEATURE_CAP_REPEATED_START_CONDITION_I2C |
Enabling/disabling the I2C stop bit for the read command is supported. |
IS_DEVICE_FEATURE_CAP_SENSOR_BIT_DEPTH |
Sets the bit depth of the sensor. With the IS_SENSOR_BIT_DEPTH_AUTO setting the software selects the appropriate sensor bit depth to the chosen image format. The bit depth can also be selected independent from the image format. Attention: As you can choose combinations that does not fit, this function should be used by experts only. In most cases the auto control are sufficient. |
IS_DEVICE_FEATURE_CAP_SENSOR_SOURCE_GAIN |
Analog master gain of the sensor is supported: |
IS_DEVICE_FEATURE_CAP_SHUTTER_MODE_GLOBAL |
Global shutter mode is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_SHUTTER_MODE_GLOBAL_ ALTERNATIVE_TIMING |
Global shutter mode with different timing parameters is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_SHUTTER_MODE_ROLLING |
Rolling shutter mode is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_SHUTTER_MODE_ROLLING_ GLOBAL_START |
Rolling shutter mode with global start is supported/Set mode: |
IS_DEVICE_FEATURE_CAP_TEMPERATURE_STATUS |
Monitoring the temperature status is supported (USB 3 uEye CP Rev. 2 only). |
IS_DEVICE_FEATURE_CAP_TIMESTAMP_CONFIGURATION |
Configuration of the timestamp (e.g. reset the timestamp to 0 at a signal on the trigger pin). |
IS_DEVICE_FEATURE_CAP_VERTICAL_AOI_MERGE |
Special AOI merge mode which combines the lines of an AOI to a new image. Example: The AOI merge mode height is 1 line for a monochrome sensor. That means that the image is composed of 4000 "merged" AOIs. If the AOI merge mode height is 100 lines, the image is composed of 400 "merged" AOIs. |
Parameter
•pnCap: Pointer to the variable in which the return value is written.
Interface