VIDEO_FPS_CAP

 

Description

Get the video FPS number capabilities.

Because the TV Standard, NTSC and PAL, in D1 encoder could not be exist at the same time, the video FPS capabilities will be given based on the current TV standard in the device.

Because there is no specific FPS number in the PlatformT firmware 4.06 and before, the return of this URL is NONE.

If the CHANNEL=n was not set with this URL to the multiple channel video encoders, the CHANNEL 1 channel module's VIDEO_FPS_CAP configurations will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.

Important Note
We replace FPS=7 with FPS=8 in WEB UI. Although we support the FPS=7 in the URLs, no FPS=7 will be given in the return of FPS capability query URLs, like VIDEO_FPS_CAP and FPS_CAP_QUERY_ALL.

Input Argument

None

Attribute

Return of Message

In PlatformA cameras and video encoders, the format of return message is listed below.

CFPS1,CFPS2,CFPS2,CFPS3,...-VFPS1,VFPS2,VFPS3,...
where
CFPSn is the list of available FPS numbers in FPS Mode=MODE1 (Constant FPS Mode),
VFPSn is the list of available FPS numbers in FPS Mode=Mode2.
The '-' is used to separate these two FPS modes. The FPSn and VFPSn was presented in ascending order.
There is no space characters in the return message.

Here is an example.
VIDEO_FPS_CAP='1,2,3,4,5,6,7,8,10,15,30-1,2,3,5,7,8,15,30'

In PlatformT, PlatformK dual streaming cameras and video encoders, the format of return message is different.
No variable FPS mode in these devices.
Here is the format of return message for dual streaming devices.

S1FPS1,S1FPS2,S1FPS2,S1FPS3,...;S2FPS1,S2FPS2,S2FPS2,S2FPS3,...
where
S1FPSn is the list of available FPS numbers in video stream 1,
S2FPSn is the list of available FPS number in video stream 2.
The ';' is used to separate these two video streams. The S1FPSn and S2FPSn was presented in ascending order.
There is no space characters in the return message.

Here is an example.
VIDEO_FPS_CAP='1,2,3,4,5,6,8,10,15,30;1,2,3,4,5,6,8,10,15,30'

If the device is in the single streaming mode, the ';S2FPS1,S2FPS2,S2FPS2,S2FPS3,...' is not returned. The format of return message in this case is
S1FPS1,S1FPS2,S1FPS2,S1FPS3,...

Here is an example.
VIDEO_FPS_CAP='1,2,3,4,5,6,7,8,10,15,30'

Applicability

Status

Valid

See Also

VIDEO_RESOLUTION_CAP

Example

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

Back to

HOME, SYSTEM CGI