Loading An Lut Into The Camera - AVT Pike Technical Manual

Table of Contents

Advertisement

Description of the data path

Loading an LUT into the camera

Loading the LUT is carried out through the data exchange buffer called
GPDATA_BUFFER. As this buffer can hold a maximum of 2 kB, and a complete
LUT at 16384 x 14 bit is 28 kByte, programming can not take place in a one
block write step because the size of an LUT is larger than GPDATA_BUFFER.
Therefore input must be handled in several steps. The flow diagram below
shows the sequence required to load data into the camera.
Query limits from
register:
LUT_INFO and
GPDATA_INFO
Set EnableMemWR
to true (1)
Set AddrOffset to 0
Write n databytes
GPDATA_BUFFER
Offset is increased
in camera after n
bytes are written
EnableMemWR for
no change
Set EnableMemWR
to false (0)
Note
Configuration
• To configure this feature in an advanced register: See
Table 131: Advanced register: LUT
• For information on GPDATA_BUFFER: See Chapter
GPDATA_BUFFER
in
Repeat steps until
all data is written
Check
Figure 62: Loading an LUT
on page 309.
on page 276.
PIKE Technical Manual V4.1.0
120

Advertisement

Table of Contents
loading

Table of Contents