Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetSensorTestImage |
uEye Camera Manual Version 3.80
is_SetSensorTestImage
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetSensorTestImage (HIDS hCam, INT TestImage, INT Param)
Description
is_SetSensorTestImage() enables a test image function in the sensor. You can select different test images. The test images supported by a particular camera can be queried using the is_GetSupportedTestImages() function. For some test images, the Param parameter provides additional options. If the test image does not support additional parameters, Param will be ignored.
|
Input Parameters
hCam |
Camera handle |
TestImage |
The test image to be set. See also is_GetSupportedTestImages(). |
Param |
Additional parameter for used to modify the test image. Not available for all test images. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_INVALID_PARAMETER |
The Param parameter is not within the allowed value range. |
IS_NOT_SUPPORTED |
The test image function is not supported by the camera. |
Related Functions