pciGrabber-4x4
136
PHYTEC Messtechnik GmbH 2008 L-720e_0
Adjustment of the range of values
void LumaControl(WORD nDevNo,
WORD nRange,
WORD nCore);
nRange: 0 = luma range 16 - 253
1 = luma range 0 - 255
nCore:
0 = 0 all brightness values are transmitted
1 = 8 all brightness values <= 8 are interpreted as 0
2 = 16 all brightness values <= 16 are interpreted as 0
3 = 32 all brightness values <= 32 are interpreted as 0
With this function the output format of the brightness and color value
can be adapted to the application
The parameter
nRange
determines the range of values for the
brightness (permissible grey values).
nRange
=0 corresponds to the standard range of values specified in
CCIR 601. The range of values for the brightness is restricted to
the values 16 to 253 where Y=16 corresponds to black. The range
of values for colors is 2...253 with Cr/Cb=128 as zero (signed).
nRange
=1 allows the utilization of the whole range, that is for Y
the range 0...255 with 0=black, the chroma range is defined as for
nRange
=0.