Motioneye auf odroid xu4

Installations Braindump

  • Installiere Debian Jessie server auf SDcard, Quelle http://www.armbian.com/download/
  • Auslesen der IP im dhcp server, ssh mit root/1234   (Passwort ändern beim 1. Login)
  • Da mein Monitor kein Bild anzeigt –> auskommentieren der generischen 1024×768 zeile in /boot/boot.ini. Danach reboot
  • apt-get update
  • apt-get upgrade
  • installiere ffmpeg selbst, folge hierfür https://www.assetbank.co.uk/support/documentation/install/ffmpeg-debian-squeeze/ffmpeg-debian-jessie/
  • apt-get install motion  v4l-utils python-dev python-pip libssl-dev libjpeg-dev libcurl4-openssl-dev
  • pip install tornado jinja2 pillow pycurl
  • download motioneye from https://pypi.python.org/pypi/motioneye#downloads
  • pip install motioneye-0.34rc1.tar.gz
  •  mkdir /etc/motioneye
  • cp  /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
  • mkdir /var/lib/motioneye
  • meyectl startserver -c /etc/motioneye/motioneye.conf

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert