Features AW00123409000
318 Basler ace USB 3.0
Test Image Reset and Hold
When the Test Image Reset and Hold command is issued, all gradients will be displayed at their
starting positions and will stay fixed.
The command can be applied to both, static and dynamic test images. However, the command is
always "true" for static test images and therefore is only useful for dynamic (moving gradient-) test
images.
Test Image Reset and Hold allows you to obtain a defined and fixed state for each test image.
You can issue the Test Image Reset and Hold command from within your application software by
using the Basler pylon API. The following code snippet illustrates using the API:
// Set test image reset and hold and read the current setting
camera.TestImageResetAndHold.SetValue(true);
bool b = camera.TestImageResetAndHold.GetValue();
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 61.