Web frontend for motion, a video surveillance program
Top 11.5% on sourcepulse
motionEye provides a web-based interface for the motion surveillance software, enabling users to manage and monitor video streams with motion detection capabilities. It is designed for users who need a flexible and accessible video surveillance solution.
How It Works
motionEye acts as a frontend to the motion
daemon, a command-line utility for video surveillance. It offers a user-friendly web interface for configuring motion detection, recording, and viewing live streams, abstracting away the complexities of the underlying motion
configuration.
Quick Start & Requirements
sudo python3 -m pip install --pre motioneye
sudo motioneye_init
pip
, build-essential
(for non-ARM systems), libcurl4-openssl-dev
, libssl-dev
.sudo apt update && sudo apt --no-install-recommends install ca-certificates curl python3 python3-dev libcurl4-openssl-dev gcc libssl-dev
sudo apt --no-install-recommends install ca-certificates curl python3 python3-distutils
break-system-packages=true
to pip.conf
.Highlighted Details
Maintenance & Community
dev
).Licensing & Compatibility
Limitations & Caveats
The motioneye_init
script assumes APT- or RPM-based distributions with systemd. Users on other systems or with different init systems will need to perform a manual setup. The README does not specify the project's license.
1 day ago
1 day