Quantcast
Channel: Raspberry Pi – IT Solutions Technology Blog
Viewing all articles
Browse latest Browse all 1169

Raspberry Pi – install ‚motionEye‘ a security camera

$
0
0

motionEye is a web-based frontend for motion – install on Raspbian

# apt-get install ffmpeg libmariadb3 libpq5 libmicrohttpd12
# wget https://github.com/Motion-Project/motion/releases/download/release-4.2.2/pi_buster_motion_4.2.2-1_armhf.deb
# dpkg -i pi_buster_motion_4.2.2-1_armhf.deb
# apt-get install python-pip python-dev libssl-dev libcurl4-openssl-dev libjpeg-dev libz-dev
# pip install motioneye
# 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
http://<IP@>:8765/


Viewing all articles
Browse latest Browse all 1169

Trending Articles