Webcam startet nicht. Kein Bild nach Start des Rpi Repetier-Servers. Webcam Server crasht.
kingpin3000 said:
But I still have to manually restart the webcam server 2, 5, 10 times.
Have now for safety's sake a second camera ordered to rule out a defect of the first camera. If the error still occurs then it would not be so nice. On the standard Pi operating system, the camera runs in any case without problems.Repetier said:Ok, new system is if a stream is started it will never end. In the background it will always try to reconnect and stream will continue on it's own. So it is good that this is now working.
Restarting the webcam server should not be needed and in fact I never needed this. So the question is why do you need it. Does the mjpg_streamer crash after a start so you need to restart? If you login using ssh you shoudl see the pid (first number in the row) using
ps aux | grep mjpg
If streamer disappears or gets a new pid then the streamer crashes and the question would be to check why this happens.
Which image are you using? V9 or an older one. V9 has a newer version of the streamer then the older images.
Ich bekomme aktuell meine Webcam nur mittels mehrmaligen
neustarten des Webcam Servers zum Laufen. Direkt nach dem starten des RPI
Repetier-Servers. Kommt kein Bild von der Webcam. Ein paarmal manuell den Webcam
Server neustarten... dann geht Sie irgendwann.
Anscheinend Crasht tatsächlich der Webcam Server. Siehe Bild
vom "ps aux | grep mjpg" Kommando.
Als Image benutze ich die letzte Version.
Comments
So sieht der syslog vom MJPG-streamer.
Oben [1805] funktioniert die webcam nicht. Nach dem cut [1901] dort ist Sie aktiv und funktioniert auch.
Ich sehe dort schon mal keinen Unterschied.
Gestern ist mir dann noch mehr aufgefallen. Wenn ich ein Zeitraffer starten möchte crasht alles. Die komplette Cam incl. Einstellungen ist dann weg. Muss dann alles neustarten. Irgendwo ist da ein Problem. Mit strace tue ich mich schwer. Dort stecke ich nicht so in der Materie drin.
Wie sollte ich jetzt weiter vorgehen? So weit mir das möglich ist.
Also ich habe jetzt noch einmal ein wenig rumprobiert. Ich bekomme es nicht hin. Habe jetzt versucht Repetier-Server über Raspian-OS laufen zu lassen. Nichts. Was mir aber aufgefallen ist. Wenn ich dort per "raspistill" ein Einzelbild mache. Schaltet er erst dann die webcam an, macht das Bild und schaltet Sie dann wieder aus.
Falls die Info noch fehlt / hilft ... die webcam läuft bei mir direkt über den RPI Camera Port.
Modell: https://www.amazon.de/gp/product/B016EY9MJK/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
Ok, ich habe die Dateien aus V9 mal auf meinen pi mit der Raspicam gepackt, aber weiterhin keine Probleme. Mit dem Befehl
sudo /usr/local/bin/mjpg_streamer -i "/usr/local/lib/mjpg-streamer/input_raspicam.so -fps 15 -x 800 -y 600 -quality 85" -o "/usr/local/lib/mjpg-streamer/output_http.so -p 9000 -w /usr/local/share/mjpg-streamer/www"
startest du die Raspcam auf Port 9000. Dann siehst du auch alle ausgaben wenn er sich beendet. Alternativ wie gesagt mit strace:
sudo strace /usr/local/bin/mjpg_streamer -i "/usr/local/lib/mjpg-streamer/input_raspicam.so -fps 15 -x 800 -y 600 -quality 85" -o "/usr/local/lib/mjpg-streamer/output_http.so -p 9000 -w /usr/local/share/mjpg-streamer/www"
Mir ist aufgefallen das es ein Pi-Cam Clone ist. Da er aber gelegentlich auch fehlerfrei Funktioniert sollte es daran eigentlich nicht liegen.
Gib vielleicht auch mal free an um zu sehen ob dir einfach nur der Speicher ausgeht. Ist ja schon komisch das er es manchmal kann und manchmal nicht. Programme machen ja bekanntlich alles immer gleich, was ist also anders in dem Fall wo es klappt.
Für Wünsche gibts die Kategorie Feature Requests.