Standard Features AW00118303000
188 Basler racer GigE
10.11.1Test Images in Detail
Test Image 1 - Fixed Diagonal Gray Gradient (8 bit)
The 8 bit fixed diagonal gray gradient test image is best suited for use when the camera is set for
monochrome 8 bit output. The test image consists of fixed diagonal gray gradients ranging from 0
to 255.
If the camera is set for 8 bit output, test image one will look similar to Fig. 56.
The mathematical expression for this test image is:
Gray Value = [column number + row number] MOD 256
Fig. 56: Test Image One
Test Image 2 - Moving Diagonal Gray Gradient (8 bit)
The 8 bit moving diagonal gray gradient test image is similar to test image 1, but it is not stationary.
The image moves by one pixel from right to left whenever a new frame acquisition is initiated. The
test pattern uses a counter that increments by one for each new frame acquisition.
The mathematical expression for this test image is:
Gray Value = [column number + row number + counter] MOD 256