Installation on debian
This procedure was tested in Raspbian bullseye and Debian bullseye, but should work on other distributions based on debian.
-
If motioneye is installed, uninstall it: refer to its documentation.
-
Install recommended packages:
sudo apt-get install python3-tornado python3-jinja2 python3-pillow python3-pycurl python3-babel python3-numpy python3-boto3
- Install MotionEye.eo :
sudo pip install motioneye.eo
- launch the installation of dependencies and the initialization of the system:
sudo motioneye_init
Motioneye.eo is now accessible at port 8765: http://localhost:8765/ ( or http://IP_or_nomo:8765/ from another station on the local network). The default user is «admin», without a password.