Устанавливаем и настраиваем motionEye
Оригинал инструкции по установке motionEye на Raspbian можно посмотреть по ссылке
Краткое изложение:
Установка:
wget https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb dpkg -i ffmpeg_3.1.1-1_armhf.deb apt-get remove libavcodec-extra-56 libavformat56 libavresample2 libavutil54 apt-get install v4l-utils python-pip python-dev curl libssl-dev libcurl4-openssl-dev libjpeg-dev libx264-142 wget https://github.com/ccrisan/motioneye/wiki/precompiled/motion-mrdave-raspbian -O /usr/local/bin/motion chmod +x /usr/local/bin/motion pip install motioneye 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
Не уверен, что нужно, но видел, что еще в файл /etc/modules добавляли строку:
bcm2835_v4l2
Обновление:
pip install motioneye --upgrade systemctl restart motioneye
Результат:
Результат будет доступен по ссылке http://192.168.XX.YY:8765/, где http://192.168.XX.YY - IP малины
Проблема:
MotionEye, в браузере, попросило авторизоваться, потом добавить камеру (камера в списке появилась), но дальше появляться не информативная ошибка о том, что что-то пошло не так и страницу нужно обновить
Немного поискав причину, нашел в логе motion (/var/log/motion.log) сообщение об ошибке:
error while loading shared libraries: libavdevice.so.55: cannot open shared object file: No such file or directory
А вот дальше я встрял, на поиске вариантов решения проблемы.
Конечное решение:
Уже после того, как все установлено, я повторил установку
wget https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb
dpkg -i ffmpeg_3.1.1-1_armhf.deb