What is Motioneye? motionEye is a web-based frontend for motion, a CCTV solution for Linux What is Motion? Motion is a nice lightweight, yet capable application for operating surveillance cameras on Linux How to Install Motioneye 1. sudo apt-get install ssh curl motion ffmpeg v4l-utils -y 2. reboot 3. Install the python 2.7 and pip2 4. sudo apt-get install python2 -y 5. curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py 6. sudo python2 get-pip.py There will be a warning that python 2.7 and pip2 are outdated and will not be updated This is normal and to be expected, as Python 2.7 is beyond EOL, as is pip2. When motionEye is updated to Python3, these messages will go away. Install all prerequisites 1. sudo apt-get install libffi-dev libzbar-dev libzbar0 -y 2. sudo apt-get install python2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y 3. sudo apt-get install python-pil -y Installing...