NIGHT_FPS_NUM

 

Description

Get or set the FPS (Frame Per Second) number (Frame Rate) configuration for night time mode.

This URLs is the same as the URL VIDEO_FPS_NUM in the ENCODER CGI and only available in PlatformT encoders. When the camera enters the night time state, the night time video profile will be loaded. The video FPS number is the one of parameters in the night time video profile. Please refer to the parameters of night time profile for further details.

The FPS number set by this URL will be set to the current encoder's FPS number. For example, the H.264 FPS number was set by this URL if the runtime encoder is H.264. When read, the runtime FPS number will be returned.

Input Argument

FPS Number. refer to the VIDEO_FPS_NUM URL.

Attribute

Return of Message

NIGHT_FPS_NUMBER='30'
OK: NIGHT_FPS_NUMBER='30'
or
ERROR: NIGHT_FPS_NUMBER='30'

Applicability

Status

Valid

See Also

VIDEO_FPS_NUM

Example

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

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

Back to

HOME, ENCODER CGI