-
node-pi-motion是pi-motion-lite的节点封装
资源介绍
节点运动
该模块使用来检测RaspberryPi上的运动。
安装
安装类型
npm install node-pi-motion
用法示例
var PiMotion = require('node-pi-motion');
var options = {
verbose: true,
throttle: 200
}
var nodePiMotion = new PiMotion(options);
nodePiMotion.on('DetectedMotion', function() {
console.log('Motion detected! Now do something.');
});
选项
一般的
verbose -如果为true,则pi-motion-lite脚本将输出其调试信息。 (默认值: false )
pythonPath机器上安装python的路
- 上一篇: 西门子s7以太网报文可用wireshark打开
- 下一篇: 德国Softing公司的标准OPC客户端