上传者: 38557838
|
上传时间: 2021-12-23 23:55:36
|
文件大小: 77KB
|
文件类型: -
安装motion
sudo apt-get install motion
修改配置文件打开守护进程
sudo leafpad /etc/default/motion
#no修改成yes:
start_motion_daemon=yes
修改配置文件修改分辨率
sudo leafpad /etc/motion/motion.conf
#deamon off 改成 on
deamon on
#设置分辨率
width 800
height 600
#关闭 localhost 的限制
webcontrol_localhost off
stream_localhost off
运行
sudo m