Ja sehr schade; das Projekt ist sehr cool und bald darf man keine updates auf seinen raspberry mehr fahren..
Beiträge von cimi25
-
-
Hallo liebe Community, ich bin am verzweifeln
wenn ich versuche den Mjpg-streamer nach der Anleitung hier im Forum zu installieren bekomme ich ständig eine Fehlermeldung mit der ich nicht umgehen kann. Ich hoffe einer von euch kann mir helfen. PS: Ich benutze Raspian Buster und auf dem System ist sonst nichts drauf.
Liebe Grüße
Chris
Bash
Alles anzeigenpi@raspberrypi:~/mjpg-streamer-code/mjpg-streamer $ make USE_LIBV4L2=true clean all make -C plugins/input_uvc clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_uvc' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_uvc' make -C plugins/input_testpicture clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_testpicture' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_testpicture' make -C plugins/output_file clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_file' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_file' make -C plugins/output_http clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_http' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_http' make -C plugins/output_udp clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_udp' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_udp' make -C plugins/output_autofocus clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_autofocus' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_autofocus' make -C plugins/input_gspcav1 clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_gspcav1' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_gspcav1' make -C plugins/output_viewer clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_viewer' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_viewer' make -C plugins/input_control clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_control' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/input_control' make -C plugins/output_rtsp clean make[1]: Entering directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_rtsp' rm -f *.a *.o core *~ *.so *.lo make[1]: Leaving directory '/home/pi/mjpg-streamer-code/mjpg-streamer/plugins/output_rtsp' rm -f *.a *.o mjpg_streamer core *~ *.so *.lo gcc -D'SVN_REV="3:172M"' -O2 -DLINUX -D_GNU_SOURCE -Wall -c -o mjpg_streamer.o mjpg_streamer.c gcc -D'SVN_REV="3:172M"' -O2 -DLINUX -D_GNU_SOURCE -Wall -c -o utils.o utils.c In file included from /usr/include/arm-linux-gnueabihf/sys/stat.h:446, from utils.c:33: /usr/include/arm-linux-gnueabihf/bits/statx.h:25:8: error: redefinition of ‘struct statx_timestamp’ struct statx_timestamp ^~~~~~~~~~~~~~~ In file included from utils.c:32: /usr/include/linux/stat.h:56:8: note: originally defined here struct statx_timestamp { ^~~~~~~~~~~~~~~ In file included from /usr/include/arm-linux-gnueabihf/sys/stat.h:446, from utils.c:33: /usr/include/arm-linux-gnueabihf/bits/statx.h:36:8: error: redefinition of ‘struct statx’ struct statx ^~~~~ In file included from utils.c:32: /usr/include/linux/stat.h:99:8: note: originally defined here struct statx { ^~~~~ make: *** [<builtin>: utils.o] Error 1
-
Hallo,
die Idee finde ich super. Leider ist der google Drive link nicht mehr aktiv. Hat noch jemand zufällig die Installationsdatei rumfliegen? Ich würde mich dafür sehr interessieren
-
Hallo liebe Community,
bevor ich mir die Arbeit mache, wollte ich fragen, ob das jemand schon einmal ausprobiert hat. Ich möchte eine Anlange aufbauen und die Tür mittels Gesichtserkennung öffnen. Hat schon jemand etwas in dieser Richtung ausprobiert. Ich glaube, dass VGG-Face ein gutes System um das zu verwirklichen?
Freue mich auf Anregungen