Fu
n
c
tio
n
s
DSP Operation
24
x
Example of gamma command
Set the gamma mode to 1, and set level 500 to 300 and
save it.
> GAMMA-MODE 1
OK
> GAMMA 500 300
OK
Set the gamma mode to 4, then set the point “512” to
level 3 and check the picture. The setting is not saved
here. After that, set the gamma mode to 2, and save it.
> GAMMA-MODE 4
OK
> GAMMA 512 3 (Check the picture. The setting is
not saved.)
OK
> GAMMA-MODE 2
OK
> GAMMA 512 3 (The setting is saved.)
OK
Set the gamma mode to 2. You cannot set a value other
than 5 points (“256”, “512”, “1024”, “2048”, “3072”).
500 is not correct in the following.
> GAMMA-MODE 2
OK
> GAMMA 500 300
ERROR SYNTAX
OK
Turn off the gamma mode. You cannot input the
GAMMA command here.
> GAMMA-MODE 0 (Gamma mode off)
OK
> GAMMA 512 1
ERROR STATUS