Skip to content
Allan Bogh edited this page Jan 20, 2020 · 11 revisions

Here you can view complete usage instructions and demos of nMotion's functionality.

nMotion is a video camera viewer and motion detection system written in NodeJS and React. It can connect to several different webcam systems using FFMpeg, including RTSP streams, USB webcams, or mpegts streams (to name a few) and detect movement. The system will store mp4s in a folder configured in the settings screen, or by default in a folder called "recordings", which can be a symlink to any file system.

The goal of nMotion is to be easy to configure, flexible, and to never complicate motion detection.

Each camera includes its own settings screen to modify the default settings for that particular camera. This includes adding additional ffmpeg settings to help in connecting to some of the more pesky video cameras.

Adding and removing cameras can be done through the website and is very easy.

nMotion includes a debug mode to visualize how the motion detection system "sees" motion.

Motion Detection Debugger nMotion in debug mode showing the motion interface

Motion Detection Debugger nMotion in debug mode

Clone this wiki locally