motion处理程序:
1.motion.conf的设置
# Command to be executed when an event starts. (default: none)
# An event starts at first motion detected after a period of no motion defined by gap
on_event_start /motion_shell/alarmon.sh ==>>启动脚本
# Command to be executed when an event ends after a period of no motion
# (default: none). The period of no motion is defined by option gap.
on_event_end /motion_shell/alarmoff.sh ===>>关闭脚本
gap 60 (秒)//在探测到运动的图像后一段时间内如果不变化就执行on_event_end指定的脚本
mknod /dev/led c 500 0
mknod /dev/pwm c 501 0
msg ft5x0x_i2c_rxdata i2c read error: -6
fs4412开发板学习笔记(十九)
最新推荐文章于 2019-12-09 11:40:55 发布
本文深入探讨了motion处理程序的配置细节,包括事件开始和结束的脚本执行、gap参数设置以及设备节点创建等关键部分。
9449

被折叠的 条评论
为什么被折叠?



