VIDEO_MJPEG_QUALITY
Description
Get or Set the Video Quality in MJPEG mode.
This URL will not take effect if the encoder type is MPEG4 and H264 (refer to VIDEO_ENCODER).
The lower value in this setting, the lower video quality could be got. Note that the video bit rate also lower in this case.
Input Argument
1~100
Attribute
Return of Message
Read Operation
VIDEO_MJPEG_QUALITY='60'
OK: VIDEO_MJPEG_QUALITY='60'
or
ERROR: VIDEO_MJPEG_QUALITY='60'
Applicability
Status
Valid
See Also
VIDEO_ENCODER, VIDEO_BITRATE, VIDEO_MAX_BITRATE, VIDEO_MPEG4_QUALITY, VIDEO_H264_QUALITY
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_MJPEG_QUALITY
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_MJPEG_QUALITY
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_MJPEG_QUALITY=60
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_MJPEG_QUALITY=60
Back to