V2_VIDEO_RESOLUTION

 

Description

Get or set the video resolution in pixels.
This URL is almost the same as VIDEO_RESOLUTION URL. It just remove the video TV prefix from the input argument in VIDEO_RESOLUTION URL.
The device will check its video TV to compare the video resolution from this URL in write command.

If the CHANNEL=n was not set with this URL to the multiple channel video server, this command becomes read-only command and the CHANNEL 1 video server's V2_VIDEO_RESOLUTION configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.

Important Note
Note 1 :
The motion detection configurations will be reset to default settings if the motion window is out of video resolution range after change the video resolution.
The motion detection will be disabled in this case and the location and size will back to default settings based on runtime video resolution.

Note 2 :
The firmware will disconnect all runtime video connections when their video resolutions were changed. This new implementation will be available in the following firmware.

Input Argument

WWWxHHH
where
WWW: the width in pixel of the video image
HHH: the height in pixel of the video image

Attribute

Return of Message

V2_VIDEO_RESOLUTION='720x480'

OK: V2_VIDEO_RESOLUTION='720x480'
or
ERROR: V2_VIDEO_RESOLUTION='720x480'
or
ERROR: V2_VIDEO_RESOLUTION not found

Applicability

Platform Devices Supported Firmware Version
PlatformW Camera, Video server Not Supported
PlatformA Camera, Video server A1D-220-V3.13 and later
PlatformT Camera, Video server A1D-310-V4.10 and later
Multiple channel Encoder Video server A1X-M2N-V2.07.03 + video server firmware version

Statue

Valid

See also

VIDEO_RESOLUTION

Example

http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&V2_VIDEO_RESOLUTION
or
http://ip:port/cgi-bin/cmd/encoder?V2_VIDEO_RESOLUTION

http://ip:port/cgi-bin/encoder?USER=admin&PWD=123456&V2_VIDEO_RESOLUTION=720x480
or
http://ip:port/cgi-bin/cmd/encoder?V2_VIDEO_RESOLUTION=720x480

Back To

HOME, ENCODER CGI