码迷,mamicode.com
首页 > 其他好文 > 详细

树莓派motion安装配置

时间:2018-04-17 22:13:21      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:config   oca   存储   off   自己   root   摄像头设备   mount   /etc/   

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安装配置

标签:config   oca   存储   off   自己   root   摄像头设备   mount   /etc/   

原文地址:https://www.cnblogs.com/xiaobo-Linux/p/8870083.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!