V2_SHARPNESS
Description
Get or set the Frequency Directive Sharpening parameters.
This URL is only available in some PlatformT encoders which has the VX1129 video processor. As like the naming, sharpness can be adjust by separate high, middle, low frequencies. With the combination of these settings generated a curve on the histogram, which is limited by the ClipMin and ClipMax values.
Input Argument
n,min,max,hf,mf,lf
where
n could be 0:disable, 1:default, 2:manual. If n = 0 or 1, the min, max, hf, mf and lf are forbidden.
min : 0~127 ClipMin
max : 0~127 ClipMax
hf : 0~63 High Frequency
mf : 0~63 Middle Frequency
lf: 0~63 Low Frequency
Attribute
Return of Message
Read Operation
V2_SHARPNESS='1,10,240,20,20,20'
OK: V2_SHARPNESS='1,10,240,20,20,20'
or
ERROR: V2_SHARPNESS='1,10,240,20,20,20'
¡@
Applicability
Status
Valid
See Also
VIDEO_SHARPNESS, VIDEO_BLACKLEVEL, VIDEO_DEINTERLACE, VIDEO_DNR, VIDEO_WDR, VIDEO_SKINTONE
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&V2_SHARPNESS
or
http://ip:port/cgi-bin/cmd/V2_SHARPNESS
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&V2_SHARPNESS=1,10,240,20,20,20
or
http://ip:port/cgi-bin/cmd/V2_SHARPNESS=1,10,240,20,20,20or
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&V2_SHARPNESS=0
or
http://ip:port/cgi-bin/cmd/V2_SHARPNESS=0
Back to