Skip to content

cspeers/mmm-motiondetect

Repository files navigation

mmm-motiondetect

A simple port of the existing motion detection module but done in Typescript because


Settings

  • Uses DPMS or vgencmd depending on platform
  • Alternatively it will just force hide all modules to leave a black screen

Configuration Options

  • captureIntervalTime number
    • the interval for the video capture loop
  • scoreThreshold number
    • the motion detection score
  • captureWidth number
    • full captured image width
  • captureHeight number,
    • full captured image height
  • differenceHeight number
    • the height of the differencing image
  • differenceWidth number
    • the width of the differencing image
  • displayTimeout number
    • the time after which the display will power off in seconds
  • checkState boolean
    • whether to check the monitor state before changing
  • displayPreview boolean
    • whether to show the captured video
  • usePower boolean
    • whether to blank using power
  • fadeoutTime number
    • the time the module fade will be

About

Simple screen blanking module for the MagicMirror project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published