| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetSensorTestImage |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetSensorTestImage (LONG TestImage, LONG Param)
Description
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 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.
Parameters
TestImage |
The test image to be set. See also 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