USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_GetSupportedTestImages (HIDS hCam, INT* SupportedTestImages)
Description
is_GetSupportedTestImages() returns all test images supported by the camera. You can enable the sensor test image feature using is_SetSensorTestImage() (see uEye Cockpit: Properties Miscellaneous).
This function is currently not supported by the following camera models: •UI-1007XS |
Input parameters
hCam |
Camera handle |
||
|
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The camera model used here does not support this function or setting. |
IS_SUCCESS |
Function executed successfully |
Related functions