代码树莓派4b那个教程,卡顿跟盒子有关系吗。
安装motion
sudo apt-get install motion
修改配置文件打开守护进程
vi /etc/default/motion
#no修改成yes:
start_motion_daemon=yes
修改配置文件修改分辨率
vi /etc/motion/motion.conf
#deamon off 改成 on
deamon on
#设置分辨率
width 800
height 600
#关闭 localhost 的限制
webcontrol_localhost off
stream_localhost off
运行
sudo motion
开启或关闭motion服务
sudo service motion start //开启motion服务
sudo service motion stop //关闭motion服务
daemon on #off改成on
width 640
height 480 #根据摄像头像素自行更改
framerate 50 #这个代表帧率,50左右效果还行,可根据效果自行更改
stream_localhost off #设为off
8080端口