Version 1.0.0.1
Date: 2022-01-22
8.
Remote Control & Setup (for developers)
With camera’s IP address, you can use HTTP commands to configure or manipulate your camera
remotely from either a computer or mobile device.
Command list:
1. Zoom in/out
http://192.168.4.148/cgi-bin/foream_remote_control?dzoom=1
where the value set to dzoom can be from 1 to 10.
2. Setup RTMP live streaming
http://192.168.4.148/cgi-bin/foream_remote_control?start_rtmp_with_param=192.168.3.133:1935/liv
e/5&stream_res=720P&stream_bitrate=2000000
where 192.168.3.133:1935/live/5 stands for the URL of your RTMP server, here rtmp:// is omitted.
You can also setup the livestream resolution & bitrate with this command.
Note
:
in case the RTMP URL contains
【
&
】
character, please replace it with
【
***
】
.
3. Stop live stream
http://192.168.4.148/cgi-bin/foream_remote_control?stop_rtmp
4. Setup Livestream Resolution
http://192.168.4.148/cgi-bin/foream_remote_control?stream_res=0
where the value of stream_res can be:
3(1080P), 4(720P), 5(WVGA).
5. Setup Livestream Bitrate
http://192.168.4.148/cgi-bin/foream_remote_control?stream_bitrate=1000000
where stream bitrate value is in Byte, 1000000 means 1Mbyte, 8Mbps.
6. Setup Livestream Framerate
http://192.168.4.148/cgi-bin/foream_remote_control?stream_framerate=30
1080P
(
1920 * 1080,16
:
9
):
30 / 60FPS
720P
(
1280 * 720
,
16
:
9
):
30 / 60FPS
WVGA
(
854 * 480
,
16
:
9
)
30 / 60FPS
7. Start Recording
http://192.168.4.148/cgi-bin/foream_remote_control?start_record