Class
Accessible
Camera.TestImage.Set
Syntax
uEye.TestImage.Set(uEye.Defines.TestImageMode mode, int s32Param)
Description
Enables/duisables the test image function in the sensor. You can select different test images. The test images supported by a particular camera can be queried using GetSupported(). For some test images, the s32Param parameter provides additional options. If the test image does not support additional parameters, s32Param will be ignored.
Manually changing the pixel clock will disable the test image mode. |
Parameter
mode |
Test image to be set, see GetSupported() |
s32Param |
Additional parameter used for modifying the test image. Not available for all test images. |