Goals - nodeminderjs/NodeMinder.js GitHub Wiki

Project goals

  • Control a small number of cameras, up to 16, maybe up to 32.
    • Provide a video stream from each one.
    • Allow image recordings with or without motion/change detection.
  • Work with low frame rates, tipically 1 to a max of 4 fps.
  • A very simple algorithm to motion/change detection.

Design goals

  • Speed
  • Simple design
  • Less features
  • Less complexity
  • Less options
  • Less configuration
  • Robust and reliable
  • More tracking

Tracking

  • Monitor all spent times and cpu load. Show total statistics, by camera, by function, etc.