树莓派motion安装配置
Posted xiaobo-linux
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了树莓派motion安装配置相关的知识,希望对你有一定的参考价值。
apt-get install motion -y
编辑配置文件
vim /etc/motion/motion.cnf
daemon off #关掉deamon模式
locate_motion_mode on #探测到图像中有运动时,把运动区域用矩形框起来
videodevice /dev/video0 #加载USB摄像头的设备(对应自己的摄像头设备)
width 640 #图像宽度
height 480 #图像高度
target_dir /root/motion #设置拍摄图片的存储目录
threshold 3000 #这个是改变探测灵敏度,越小越灵敏,这里设为3000像素值
挂载优盘:
apt-get install ntfs-3g -y
mount -t ntfs-3g /dev/sda /camdata/
设置时间
输入sudo dpkg-reconfigure tzdata
以上是关于树莓派motion安装配置的主要内容,如果未能解决你的问题,请参考以下文章