Version 1.0.0.1
Date: 2022-01-22
where video bitrate value is in Byte, 1000000 means 1Mbyte, 8Mbps.
19. Setup Video Recording Framerate
http://192.168.4.148/cgi-bin/foream_remote_control?video_framerate=30
4K
(
4096 * 2160 17
:
9
):
24 / 25FPS
4KUHD
(
3840 * 2160
,
16
:
9
):
24 / 25 / 30FPS
2.7K
(
2704 * 1520
,
16
:
9
):
24 / 25 / 30 /50 FPS
1080P
(
1920 * 1080,16
:
9
):
24 / 25 / 30 / 50 / 60 / 100 / 120FPS
720P
(
1280 * 720
,
16
:
9
):
25 / 30 / 50 / 60FPS
WVGA
(
854 * 480
,
16
:
9
)
25 / 30FPS .
20 Setup Video Bitrate Quality
http://192.168.4.148/cgi-bin/foream_remote_control?video_
quality=0
where video_quality means the bitrate level of video file. N1/N2 doesn't support this API.
where the value: 0 stands for SFine (High bitrate) , 1 stands for Fine (Medium bitrate) and 2 stands for
Normal (Low bitrate).
21 Get camera current status
http://192.168.4.148/cgi-bin/foream_remote_control?get_camera_status
return camera status in XML, for example:
<?xml version="1.0" encoding="utf-8"?>
<Response>
<Status>1</Status>
<Cam_Status>
<camera_status>
<capture_mode>0</capture_mode>
<battery>1</battery>
<sd_free>31150080</sd_free>
<sd_total>31154688</sd_total>
<rec_time>0</rec_time>
<fw_ver>8022</fw_ver>
<model_name>N1</model_name>
</camera_status>
<video_setting>
<res>2</res>
<framerate>30</framerate>
<bitrate>2000000</bitrate>
<quality>2</quality>