LYNX Manual RA02
Example C. Performing a non-standard 12 to 10 bit conversion:
The original camera data is D0 (LSB) to D11 (MSB)
D0
D1
D2
D3
D4
D5
D6
D7
D8
D9
D10 D11
Input Data - 12 bit
Create a LUT which truncates the 2 most significant bits (bits are
shifted with two to the right).
D0
D1
D2
D3
D4
D5
D6
D7
D8
D9
0
0
Modified 12 bit Output Data - (10 bit data + 2 bits shifted right)
During the 12 to 10 bit conversion, the 2 least significant bits will
be truncated.
D0
D1
D2
D3
D4
D5
D6
D7
D8
D9
0
0
Modified 12 bit Output Data - (10 bit data + 2 bits shifted right)
10 bit output data
The camera output will be 10 bits, but in this case bits D0 to D9
are mapped to the output.
D0
D1
D2
D3
D4
D5
D6
D7
D8
D9
Modified 10 bit Output Data
If only the standard conversion was applied, D2 to D11 would
have been mapped to the output.
D10 D11
D2
D3
D4
D5
D6
D7
D8
D9
Standard 10 bit Output Data
www.imperx.com
79
of
154
5/6/2005
Содержание IPX-11M5-L
Страница 28: ...LYNX Manual RA02 IPX 1M48 L Dimensional Drawings Figure 1 10 IPX 1M48 L www imperx com 28 of 154 5 6 2005...
Страница 30: ...LYNX Manual RA02 IPX 4M15 L Dimensional Drawings Figure 1 12 IPX 4M15 L www imperx com 30 of 154 5 6 2005...
Страница 31: ...LYNX Manual RA02 IPX 11M5 L Dimensional Drawings Figure 1 13 IPX 11M5 L www imperx com 31 of 154 5 6 2005...