Discover and explore top open-source AI tools and projects—updated daily.
motioneye-projectWeb frontend for motion, a video surveillance program
Top 11.1% 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 motioneyesudo motioneye_initpip, 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-devsudo apt --no-install-recommends install ca-certificates curl python3 python3-distutilsbreak-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.
2 days ago
1 day