VIDEO_MJPEG_FPS
Description
Get or set the FPS (Frame Per Second) number (Frame Rate) configuration in the VIDEO_FPS is MODE1 when the VIDEO_ENCODER is MJPEG
This URL will not take effect if the VIDEO_FPS is MODE2.
The supported constant FPS number depends on the sensor and encoder (platform) capabilities. Here is the summary of the FPS number with sensors and encoders. Note that supported constant FPS number listed blow doesn't mean you could set them successfully. You need to check the return code to see if the URL was set successfully.
- Mutli-Channel Encoder
For 4CH and 16CH video server, the available video resolution is the same as the EPL video server.
For 8CH video server, this command is not available.
- EPL Platform
Encoder Type TV Standard Supported FPS Number Camera (Sensor is ADV7180 or MT9V135) NTSC (not configurable) 1,2,3,4,5,6,7,10,15,30 PAL (not configurable) 1,2,3,4,5,6,8,12,25 Camera (sensor is MT9M131) NTSC @ N1280x1024 1,2,4,8 NTSC @ N1280x720 1,2,5,10 NTSC @ N640x480 1,2,3,4,5,6,7,10,15,30 Video Server NTSC (auto sense, not configurable) 1,2,3,4,5,6,7,10,15,30 PAL (auto sense, not configurable) 1,2,3,4,5,6,8,12,25 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 server's VIDEO_MJPEG_NUM configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
FPS Number. Refer to the table above
Attribute
Return of Message
Read Operation
VIDEO_MJPEG_FPS='30'
OK: VIDEO_MJPEG_FPS='30'
or
ERROR: VIDEO_MJPEG_FPS='30'
Applicability
Status
Valid
See Also
VIDEO_FPS, VIDEO_VARIABLE_FPS, VARIABLE_FPS_NUM, VIDEO_FPS_NUM, VIDEO_H264_FPS
VIDEO_FPS (Read-Only)
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_MJPEG_FPS
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_MJPEG_FPS
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_MJPEG_FPS=30
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_MJPEG_FPS=30
Back to