You are on page 1of 1

CONFIGURACIÓN ZONEMINDER

Abra un terminal

sudo su

apt-get update && apt-get upgrade -y

apt-get install motion ffmpeg v4l-utils

apt-get install python-pip python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev

pip install motioneye

note: If pillow installation fails, you can try installing it from official repos using apt-get install
python-pillow.

mkdir -p /etc/motioneye

cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf

mkdir -p /var/lib/motioneye

cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local
/etc/systemd/system/motioneye.service

systemctl daemon-reload

systemctl enable motioneye

systemctl start motioneye

pip install motioneye –upgrade

systemctl restart motioneye

Asegurarse de que MotionEyefuncione, abra un Mozilla Firefox y digite 127.0.0.1:8765, luego


seleccione aceptar y clic en aplicar.

Para ingresar utilice el usuario admin sin clave.

You might also like