VIDEO_BRIGHTNESS, VIDEO_CONTRAST,
VIDEO_SATURATION, VIDEO_HUE

 

Description

Get or set the video parameters.

Note that VIDEO_HUE is Read-Only in some EPL and PlatformT encoders. Please check devices' specifications.

If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNEL 1 video parameter configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.

Input Argument

0~100.

Attribute

Return of Message

VIDEO_BRIGHTNESS='50'
VIDEO_CONTRAST='50'
VIDEO_SATURATION='50'>
VIDEO_HUE='50'

OK: VIDEO_BRIGHTNESS='50'
OK: VIDEO_CONTRAST='50'
OK: VIDEO_SATURATION='50'
OK: VIDEO_HUE='50'
or
ERROR: VIDEO_BRIGHTNESS='50'
ERROR: VIDEO_CONTRAST='50'
ERROR: VIDEO_SATURATION='50'
ERROR: VIDEO_HUE='50'

Applicability

Status

Valid

See Also

None

Example

http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_BRIGHTNESS
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_CONTRAST
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_SATURATION
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_HUE
or
http://ip:port/cgi-bin/cmd/CGI?VIDEO_BRIGHTNESS
http://ip:port/cgi-bin/cmd/CGI?VIDEO_CONTRAST
http://ip:port/cgi-bin/cmd/CGI?VIDEO_SATURATION
http://ip:port/cgi-bin/cmd/CGI?VIDEO_HUE

where CGI could be mpeg4 or encoder

http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_BRIGHTNESS=50
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_CONTRAST=50
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_SATURATION=50
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_HUE=50
or
http://ip:port/cgi-bin/cmd/CGI?VIDEO_BRIGHTNESS=50
http://ip:port/cgi-bin/cmd/CGI?VIDEO_CONTRAST=50
http://ip:port/cgi-bin/cmd/CGI?VIDEO_SATURATION=50
http://ip:port/cgi-bin/cmd/CGI?VIDEO_HUE=50

where CGI could be mpeg4 or encoder

Back to

HOME, MPEG4 CGI, ENCODER CGI