Ich habe jetzt bei beiden Installationen (aktuelles Rpi OS und Dein Image) obiges angewandt und nun funktioniert es einwandfrei Vielen Dank nochmals.
NEWS
Best posts made by RayJayVaughan
-
RE: Test Adapter doorio v2.1.2
Latest posts made by RayJayVaughan
-
RE: Test Adapter doorio v2.1.2
Ich habe jetzt bei beiden Installationen (aktuelles Rpi OS und Dein Image) obiges angewandt und nun funktioniert es einwandfrei Vielen Dank nochmals.
-
RE: Test Adapter doorio v2.1.2
Bislang habe ich mit Deinem Image gearbeitet. Ich werde jetzt aber noch einmal alles neu auf aktuellem RPi OS aufsetzen und dann so einzurichten, denn ich scheine mich im Kreis zu drehen. Danke für Euren Support.
-
RE: Test Adapter doorio v2.1.2
...den Typo habe ich korrigiert. Den daemon reloaded, den Service gestoppt, gestartet, gebootet....
pi@raspberrypi:~ $ sudo systemctl status doorcam.service ● doorcam.service - doorcam Loaded: loaded (/etc/systemd/system/doorcam.service; disabled; vendor preset: enabled) Active: inactive (dead) Jun 01 09:15:05 raspberrypi systemd[1]: Started doorcam. Jun 01 09:15:05 raspberrypi systemd[1]: doorcam.service: Succeeded. Jun 01 09:16:37 raspberrypi systemd[1]: Started doorcam. Jun 01 09:16:37 raspberrypi systemd[1]: doorcam.service: Succeeded. Jun 01 09:16:41 raspberrypi systemd[1]: Started doorcam. Jun 01 09:16:41 raspberrypi systemd[1]: doorcam.service: Succeeded. Jun 01 09:16:43 raspberrypi systemd[1]: Started doorcam. Jun 01 09:16:43 raspberrypi systemd[1]: doorcam.service: Succeeded. Jun 01 09:23:46 raspberrypi systemd[1]: Started doorcam. Jun 01 09:23:46 raspberrypi systemd[1]: doorcam.service: Succeeded.
...aber leider hat das nichts geändert. Der streamer startet nicht.
-
RE: Test Adapter doorio v2.1.2
pi@raspberrypi:~ $ getfacl /etc/systemd/system/doorcam.service getfacl: Entferne führende '/' von absoluten Pfadnamen # file: etc/systemd/system/doorcam.service # owner: root # group: root user::rwx group::rwx other::rwx
-
RE: Test Adapter doorio v2.1.2
Rootrechte waren mein letzter Versuch ich wollte die mit chmod wieder beschneiden wenn es läuft.
Acl hab ich jetzt installiert.
-
RE: Test Adapter doorio v2.1.2
pi@raspberrypi:/etc/systemd/system $ ls -la /etc/systemd/system/doorcam.service -rwxrwxrwx 1 root root 267 Mai 31 17:05 /etc/systemd/system/doorcam.service
-
RE: Test Adapter doorio v2.1.2
pi@raspberrypi:/etc/systemd/system $ getfacl /etc/systemd/system/doorcam.service -bash: getfacl: Kommando nicht gefunden.
-
RE: Test Adapter doorio v2.1.2
pi@raspberrypi:/etc/systemd/system $ systemctl status doorcam ● doorcam.service - doorcam Loaded: loaded (/etc/systemd/system/doorcam.service; disabled; vendor preset: enabled) Active: inactive (dead) Mai 31 17:05:08 raspberrypi systemd[1]: Stopped doorcam. Mai 31 17:05:08 raspberrypi systemd[1]: Started doorcam. Mai 31 17:05:08 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:05:10 raspberrypi systemd[1]: Stopped doorcam. Mai 31 17:05:37 raspberrypi systemd[1]: Started doorcam. Mai 31 17:05:37 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:08:01 raspberrypi systemd[1]: Started doorcam. Mai 31 17:08:01 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:20:14 raspberrypi systemd[1]: Started doorcam. Mai 31 17:20:14 raspberrypi systemd[1]: doorcam.service: Succeeded.
-
RE: Test Adapter doorio v2.1.2
Hallo zusammen,
ich sezte gerade auf einem zero w einen baresip-client auf Basis des hier verfügbaren images um. Um Videotelefonie zu ermöglichen bzw. das Bild von meiner Haustür einzufangen, habe ich noch den mjpg-controller installiert. Ich bekomme diesen auch problemlos gestartet. Will ich diesen aber automatisch per Systemdienst starten, funktioniert das nicht.
Meine Servicedatei sieht wie folgt aus /etc/systemd/system/doorcam.service
[Unit] Description=doorcam After=syslog.target network.target [Service] Type=simple User=pi ExecStart=/usr/local/bin/doorcam.sh WorkingDirectory=/usr/local/bin/ StandardOutput=inherit StandardError=inherit [Install] WantedBy=multi-user.target
Die script-Datei /usr/local/bin/doorcam.sh
#!/bin/sh export LD_LIBRARY_PATH=/urs/local/bin sudo /usr/local/bin/mjpg_streamer -i "input_uvc.so -r 1280x720 -d /dev/video0 -f 30" -o "output_http.so -p 8080 -w /usr/local/share/mjpg-streamer/www" &
Führe ich die Datei doorcam.sh lokal über putty aus, dann sieht es wie folgt aus (und die Camera ist über den WebBrowser erreichbar).
pi@raspberrypi:/etc/systemd/system $ MJPG Streamer Version: git rev: 310b29f4a94c46652b20c4b7b6e5cf24e532af39 i: Using V4L2 device.: /dev/video0 i: Desired Resolution: 1280 x 720 i: Frames Per Second.: 30 i: Format............: JPEG i: TV-Norm...........: DEFAULT UVCIOC_CTRL_ADD - Error at Pan (relative): Inappropriate ioctl for device (25) UVCIOC_CTRL_ADD - Error at Tilt (relative): Inappropriate ioctl for device (25) UVCIOC_CTRL_ADD - Error at Pan Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_ADD - Error at Tilt Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_ADD - Error at Pan/tilt Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_ADD - Error at Focus (absolute): Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Pan (relative): Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Tilt (relative): Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Pan Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Tilt Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Pan/tilt Reset: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Focus (absolute): Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at LED1 Mode: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at LED1 Frequency: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Disable video processing: Inappropriate ioctl for device (25) UVCIOC_CTRL_MAP - Error at Raw bits per pixel: Inappropriate ioctl for device (25) o: www-folder-path......: /usr/local/share/mjpg-streamer/www/ o: HTTP TCP port........: 8080 o: HTTP Listen Address..: (null) o: username:password....: disabled o: commands.............: enabled
sudo systemctl start doorcam
liefert
pi@raspberrypi:/etc/systemd/system $ sudo systemctl status doorcam ● doorcam.service - doorcam Loaded: loaded (/etc/systemd/system/doorcam.service; disabled; vendor preset: enabled) Active: inactive (dead) Mai 31 17:05:08 raspberrypi systemd[1]: Stopped doorcam. Mai 31 17:05:08 raspberrypi systemd[1]: Started doorcam. Mai 31 17:05:08 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:05:10 raspberrypi systemd[1]: Stopped doorcam. Mai 31 17:05:37 raspberrypi systemd[1]: Started doorcam. Mai 31 17:05:37 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:08:01 raspberrypi systemd[1]: Started doorcam. Mai 31 17:08:01 raspberrypi systemd[1]: doorcam.service: Succeeded. Mai 31 17:20:14 raspberrypi systemd[1]: Started doorcam. Mai 31 17:20:14 raspberrypi systemd[1]: doorcam.service: Succeeded.
Aber unter pstree ist kein Job sichtbar. Das Webfrontend des Streamers läuft ebenfalls nicht. Setze ich in der Service-Datei Restart auf always, dann startet er zwar in einer Endlosschleife (zumindest theoretisch) den Job, praktisch aber nicht. Das Protokoll sagt Folgendes dazu
May 31 17:20:14 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked executable. Please remove executable permission bits. Proceeding anyway. May 31 17:20:14 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. May 31 17:20:14 raspberrypi systemd[1]: Started doorcam. May 31 17:20:14 raspberrypi systemd[1]: doorcam.service: Succeeded. May 31 17:20:14 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked executable. Please remove executable permission bits. Proceeding anyway. May 31 17:20:14 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. May 31 17:20:35 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked executable. Please remove executable permission bits. Proceeding anyway. May 31 17:20:35 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway. May 31 17:20:35 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked executable. Please remove executable permission bits. Proceeding anyway. May 31 17:20:35 raspberrypi systemd[1]: Configuration file /etc/systemd/system/doorcam.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Sorry, will Euch nicht vollspammen.....aber ich hab das ganze Wochenende damit verbracht...leider erfolglos
-
RE: [Ausverkauft] Zigbee Fernbedienung 20 Tasten (anpassbar)
@Linusmann Welches Gateway benötige ich für die Fernbedienung? Funktioniert das mit dem Philips-Hue-Gateway oder Deconz? Ich würde dann nämlich die Fernbedienung selber bauen.