Raspi Zero 2 W mit MotionEye

Um den Raspberry Zero 2 W als Kamera mit Wlan-Verbindung einzusetzen braucht es neben der Hardware folgendes:

  • Software MotionEye https://github.com/jawsper/motioneyeos/releases/tag/20211113
  • Diese Anleitung für die Installation: https://community.element14.com/members-area/personalblogs/b/ralph-yamamoto-s-blog/posts/raspberry-pi-zero-2-w—motioneyeos
  • Schreiben der wpa_supplicant-conf https://dl7ag.de/raspberry-zero-2w-wpa_supplicant-conf/
    aebei stellte sich dann bei mir heraus, dass die wpa_supplicant an einer Stelle anders erstellt werden musste:
    • Das Länderkennzeichen in Kleinbuchstaben
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=de

network={
ssid="Netzwerkname"
psk="Passwort"
key_mgmt=WPA-PSK
}