登录 注册
当前位置:主页 > 资源下载 > 10 > node-pi-motion是pi-motion-lite的节点封装

node-pi-motion是pi-motion-lite的节点封装

  • 更新:2024-10-23 18:03:20
  • 大小:7KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

节点运动 该模块使用来检测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的路