VIDEO_SKINTONE
Description
Get or set the Skin Tone adjustment.
This URL is only available in some PlatformT encoders which has the VX1129 video processor. It will manipulate the specific R, G, B colors in the video image based on the parameters in the URL.
Input Argument
n,m,r,g,b
where
n could be 0:disable, 1:default, 2:manual. When n=0 or 1, the m, r, g and b are forbidden.
m is the adjustment level. It is from 0 to 63
r : color level 0~255 in red
g : color level 0~255 in green
b : color level 0~255 in blue
Attribute
Return of Message
Read Operation
VIDEO_SKINTONE='1,63,255,255,255'
OK: VIDEO_SKINTONE='1,63,255,255,255'
or
ERROR: VIDEO_SKINTONE='1,63,255,255,255'
¡@
Applicability
Status
Valid
See Also
VIDEO_BLACKLEVEL, VIDEO_DEINTERLACE, VIDEO_DNR, VIDEO_WDR, V2_SHARPNESS
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SKINTONE
or
http://ip:port/cgi-bin/cmd/VIDEO_SKINTONE
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SKINTONE=1,63,255,255,255
or
http://ip:port/cgi-bin/cmd/VIDEO_SKINTONE=1,63,255,255,255or
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_SKINTONE=0
or
http://ip:port/cgi-bin/cmd/VIDEO_SKINTONE=0
Back to