标签: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
标签:config oca 存储 off 自己 root 摄像头设备 mount /etc/
原文地址:https://www.cnblogs.com/xiaobo-Linux/p/8870083.html