User`s manual
Smart Features
5-26
BASLER A600f
DRAFT
Using the SFF Viewer to Upload a Lookup Table
The Configurator window in the Basler SFF Viewer (see Section 5.4) includes an Upload button
that can be used to easily load a file containing a customized lookup table into the camera. The
file must be plain text and must be formatted correctly. The file must have 1024 lines with each
line containing two comma-separated values. The first value on each line represents a 10 bit pixel
reading from the sensor and the second value represents the corresponding 8 bit output that will
be transmitted from the camera.
The sample below shows part of a typical text file for a lookup table. Assuming that you have
enabled the lookup table feature on your camera and used the
Upload button to load a file similar
to the sample into the camera:
• If the sensor reports that a pixel has a value of 1, the camera will output a value of 0.
• If the sensor reports that a pixel has a value of 6, the camera will output a value of 1.
• If the sensor reports that a pixel has a value of 1019, the camera will output a value of 254.
Figure 5-7: Sample Text File for Use With
Upload Button
0,0
1,0
2,0
3,0
4,1
5,1
6,1
7,1
8,2
9,2
10,2
11,2
12,3
13,3
14,3
15,3
16,4
17,4
18,4
19,4
20,5
21,5
1010,252
1011,252
1012,253
1013,253
1014,253
1015,253
1016,254
1017,254
1018,254
1019,254
1020,255
1021,255
1022,255
1023,255