VIDEO_H264_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 H264

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.

Input Argument

FPS Number. Refer to the table above

Attribute

Return of Message

OK: VIDEO_H264_FPS='30'
OK: VIDEO_H264_FPS='30'
or
ERROR: VIDEO_H264_FPS='30'

Applicability

Status

Valid

See Also

VIDEO_FPS, VIDEO_VARIABLE_FPS

VIDEO_FPS, VIDEO_VARIABLE_FPS, VARIABLE_FPS_NUM, VIDEO_FPS_NUM, VIDEO_MJPEG_FPS

VIDEO_FPS (Read-Only)

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_H264_FPS
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_H264_FPS
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_H264_FPS=30
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_H264_FPS=30

Back to

HOME, MPEG4 CGI, ENCODER CGI