Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetSupportedTestImages |
uEye Camera Manual Version 3.80
is_GetSupportedTestImages
USB 2.0 GigE |
USB 2.0 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().
Input Parameters
hCam |
Camera handle |
SupportedTestImages |
Returns a bit mask of all test images supported by the camera. |
IS_TEST_IMAGE_NONE |
No test image |
IS_TEST_IMAGE_WHITE |
White image |
IS_TEST_IMAGE_BLACK |
Black image |
IS_TEST_IMAGE_HORIZONTAL_GREYSCALE |
Horizontal greyscale |
IS_TEST_IMAGE_VERTICAL_GREYSCALE |
Vertical greyscale |
IS_TEST_IMAGE_DIAGONAL_GREYSCALE |
Diagonal greyscale |
IS_TEST_IMAGE_WEDGE_GRAY |
Grey wedges, generated by the GigE uEye |
IS_TEST_IMAGE_WEDGE_GRAY_SENSOR |
Grey wedges, generated by the sensor |
IS_TEST_IMAGE_WEDGE_COLOR |
Color wedges |
IS_TEST_IMAGE_ANIMATED_WEDGE_GRAY |
Grey wedges, animated, generated by the GigE uEye |
IS_TEST_IMAGE_ANIMATED_WEDGE_GRAY_SENSOR |
Grey wedges, animated, generated by the sensor |
IS_TEST_IMAGE_ANIMATED_WEDGE_COLOR |
Color wedges, animated |
IS_TEST_IMAGE_COLOR_BARS1 |
Color bars |
IS_TEST_IMAGE_GREY_AND_COLOR_BARS |
Grey and color bars |
IS_TEST_IMAGE_MOVING_GREY_AND_COLOR_BARS |
Grey and color bars, animated |
IS_TEST_IMAGE_ANIMATED_LINE |
Line, animated |
IS_TEST_IMAGE_ALTERNATE_PATTERN |
Alternating pattern (raw Bayer mode only) |
IS_TEST_IMAGE_RAMPING_PATTERN |
Diagonal color pattern |
IS_TEST_IMAGE_MONOCHROME_HORIZONTAL_BARS |
Monochrome bars, horizontal |
IS_TEST_IMAGE_MONOCHROME_VERTICAL_BARS |
Monochrome bars, vertical |
IS_TEST_IMAGE_COLDPIXEL_GRID |
Camera image overlaid with a grid of blue dots |
IS_TEST_IMAGE_HOTPIXEL_GRID |
Camera image overlaid with a grid of red dots |
IS_TEST_IMAGE_VARIABLE_GREY |
Adjustable greyscale image |
IS_TEST_IMAGE_VARIABLE_RED_PART |
Image with adjustable red content |
IS_TEST_IMAGE_VARIABLE_GREEN_PART |
Image with adjustable green content |
IS_TEST_IMAGE_VARIABLE_BLUE_PART |
Image with adjustable blue content |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The test image function is not supported by the camera. |
Related Functions