RaspberryPi.5.实时监控Motion

使用Motion做实时监控

第一步 更新

sudo apt-get update
sudo apt-get upgrade -y

第二步 安装motion

sudo apt-get install motion

第三步 修改motion配置

sudo vim /etc/motion/motion.conf

主要修改包括以下的几处

daemon on  # 后台

width 640    # 像素宽
height 480   # 像素高

framerate 100  # 帧速率 减小延时

stream-localhost off #仅本机访问

ffmpeg_output_movies off #保存视频

第四步 启动服务

sudo motion  # 启动
sudo service motion stop # 停止

第五步 网页访问

在浏览器中 使用 IP:Port 就能看到画面了。

via

http://shumeipai.nxez.com/2016/09/01/raspberry-pi-motion-cameras-for-remote-monitoring.html

 

posted @ 2019-07-22 20:50  写蛋炒饭的Bug  阅读(494)  评论(0编辑  收藏  举报