--
You received this message because you are subscribed to the Google Groups "motioneye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to motioneye+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/139d7ed2-d877-4b50-8e9a-9d479decf77en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/7441078c-dfe2-4381-a283-751f78951600n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/41e908b2-ca93-4f4c-a4fa-82fb3495f30en%40googlegroups.com.
sudo add-apt-repository universe
sudo apt update
sudo apt install python2
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
sudo python2 get-pip.py
Part 3: (I'll need to update these instructions, too much of Python2.7 is not in
the upstream repositories any more, especially for the ARM-Ubuntu...)
sudo su
add-apt-repository -y ppa:kirillshkrogalev/ffmpeg-next
apt-get update
apt install -y libffi-dev
apt-get install libzbar-dev libzbar0
apt-get install motion ffmpeg v4l-utils
apt-get install python2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev
apt-get install python-pil
pip2 install motioneye
mkdir -p /etc/motioneye
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
systemctl daemon-reload
systemctl enable motioneye
systemctl start motioneye
If you get any errors, let me know, I had to add a BUNCH of extras to get it to work...
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/0184727b-1ade-4a9a-9824-5d5717fe8510n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/bd7c68b0-a092-4cbf-945c-20080f92cb3bn%40googlegroups.com.