UNPKG

pi-motion-detection

Version:

A software based detection module for the Raspberry Pi camera

16 lines (12 loc) 219 B
'use strict'; module.exports = { camera: { photoTimeout: 1000, photoWidth: 100, photoHeight: 100, videoTimeout: 5000, videoWidth: 1920, videoHeight: 1080, compareThreshold: 0.1, }, };