Kriegs einfach nich hin den Raspi Cam Stream zu starten bzw. zu erreichen...

  • Kriegs einfach nich hin den Raspi Cam Stream zu starten bzw. zu erreichen...? Schau mal ob du hier fündig wirst!

  • octopi.txt :

    ### Additional webcam devices known to cause problems with -f

    #

    # Apparently there a some devices out there that with the current

    # mjpg_streamer release do not support the -f parameter (for specifying

    # the capturing framerate) and will just refuse to output an image if it

    # is supplied.

    #

    # The webcam daemon will detect those devices by their USB Vendor and Product

    # ID and remove the -f parameter from the options provided to mjpg_streamer.

    #

    # By default, this is done for the following devices:

    # Logitech C170 (046d:082b)

    # GEMBIRD (1908:2310)

    # Genius F100 (0458:708c)

    # Cubeternet GL-UPC822 UVC WebCam (1e4e:0102)

    #

    # Using the following option it is possible to add additional devices. If

    # your webcam happens to show above symptoms, try determining your cam's

    # vendor and product id via lsusb, activating the line below by removing # and

    # adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"

    #

    # additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")

    #

    # If this fixes your problem, please report it back so we can include the device

    # out of the box: https://github.com/guysoft/OctoPi/issues

    #

    #additional_brokenfps_usb_devices=()

    ### Configuration of camera HTTP output

    #

    # Usually you should NOT need to change this at all! Only touch if you

    # know what you are doing and what the parameters mean.

    #

    # Below settings are used in the mjpg-streamer call like this:

    #

    # -o "output_http.so -w $camera_http_webroot $camera_http_options"

    #

    # Current working directory is the mjpg-streamer base directory.

    #

    camera_http_webroot="./www-octopi"

    camera_http_options="-n"

    # Configuration of network monitoring

    #

    # This enables network monitoring for wifi connections with a simple ping test.

    # If connection terminates by variable reasons system tries to restart the wifi connection to reestablish a connection.

    # The connection test is done every minute.

    # By default it is disabled (0 = off / 1 = on)

    # destination_host can be an ip address or a hostname (for hostname ensure dns resosultion is working correctly)

    enable_network_monitor=0

    destination_host=192.168.1.1

    ### EXPERIMENTAL

    # Support for different streamer types.

    #

    # Available options:

    # mjpeg [default] - stable MJPG-streamer

    # hls - experimental FFMPEG HLS streamer

    #camera_streamer=mjpeg

    config.txt:

    arm_64bit=0

    # For more options and information see

    # http://rpf.io/configtxt

    # Some settings may impact device functionality. See link above for details

    # uncomment if you get no picture on HDMI for a default "safe" mode

    #hdmi_safe=1

    # uncomment the following to adjust overscan. Use positive numbers if console

    # goes off screen, and negative if there is too much border

    #overscan_left=16

    #overscan_right=16

    #overscan_top=16

    #overscan_bottom=16

    # uncomment to force a console size. By default it will be display's size minus

    # overscan.

    #framebuffer_width=1280

    #framebuffer_height=720

    # uncomment if hdmi display is not detected and composite is being output

    #hdmi_force_hotplug=1

    # uncomment to force a specific HDMI mode (this will force VGA)

    #hdmi_group=1

    #hdmi_mode=1

    # uncomment to force a HDMI mode rather than DVI. This can make audio work in

    # DMT (computer monitor) modes

    #hdmi_drive=2

    # uncomment to increase signal to HDMI, if you have interference, blanking, or

    # no display

    #config_hdmi_boost=4

    # uncomment for composite PAL

    #sdtv_mode=2

    #uncomment to overclock the arm. 700 MHz is the default.

    #arm_freq=800

    # Uncomment some or all of these to enable the optional hardware interfaces

    #dtparam=i2c_arm=on

    #dtparam=i2s=on

    #dtparam=spi=on

    # Uncomment this to enable infrared communication.

    #dtoverlay=gpio-ir,gpio_pin=17

    #dtoverlay=gpio-ir-tx,gpio_pin=18

    # Additional overlays and parameters are documented /boot/overlays/README

    # Enable audio (loads snd_bcm2835)

    dtparam=audio=on

    # Automatically load overlays for detected cameras

    camera_auto_detect=0

    # Automatically load overlays for detected DSI displays

    display_auto_detect=1

    # Enable DRM VC4 V3D driver

    dtoverlay=vc4-kms-v3d

    max_framebuffers=2

    # Disable compensation for displays with overscan

    disable_overscan=1

    [cm4]

    # Enable host mode on the 2711 built-in XHCI USB controller.

    # This line should be removed if the legacy DWC2 controller is required

    # (e.g. for USB device mode) or if USB support is not required.

    otg_mode=1

    [all]

    [pi4]

    # Run as fast as firmware / board allows

    arm_boost=1

    [all]

    enable raspicam

    start_x=1

    gpu_mem=128


    octo supplicant:

    # Use this file to configure your wifi connection(s).

    #

    # Just uncomment the lines prefixed with a single # of the configuration

    # that matches your wifi setup and fill in SSID and passphrase.

    #

    # You can configure multiple wifi connections by adding more 'network'

    # blocks.

    #

    # See https://linux.die.net/man/5/wpa_supplicant.conf

    # (or 'man -s 5 wpa_supplicant.conf') for advanced options going beyond

    # the examples provided below (e.g. various WPA Enterprise setups).

    #

    # !!!!! HEADS-UP WINDOWS USERS !!!!!

    #

    # Do not use Wordpad for editing this file, it will mangle it and your

    # configuration won't work. Use a proper text editor instead.

    # Recommended: Notepad++, VSCode, Atom, SublimeText.

    #

    # !!!!! HEADS-UP MACOSX USERS !!!!!

    #

    # If you use Textedit to edit this file make sure to use "plain text format"

    # and "disable smart quotes" in "Textedit > Preferences", otherwise Textedit

    # will use incompatible characters and your network configuration won't

    # work!

    ## WPA/WPA2 secured

    network={

    ssid="FRITZ!Box 6690 NU"

    psk="+++++mein password++++"

    }

    ## Open/unsecured

    #network={

    # ssid="put SSID here"

    # key_mgmt=NONE

    #}

    ## WEP "secured"

    ##

    ## WEP can be cracked within minutes. If your network is still relying on this

    ## encryption scheme you should seriously consider to update your network ASAP.

    #network={

    # ssid="put SSID here"

    # key_mgmt=NONE

    # wep_key0="put password here"

    # wep_tx_keyidx=0

    #}

    # Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above

    # For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

    country=GB # United Kingdom

    #country=CA # Canada

    #country=DE # Germany

    #country=FR # France

    #country=US # United States

    ### You should not have to change the lines below #####################

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

    update_config=1


    Also mein Wlan arbeitet und in die Oberfläche komme ich über den Browser rein...aber ich habe das selbe nicht erreichbar Bild des Camera Streams....und ich habe genau die sogenannte stable Version Octopi aus dem Raspberry Imager aufgespielt und eigentlich nichts verändert bis auf die WLAN config ich habe nichtmal den Drucker drinn da ich erstmal die Camera zum laufen bekommen wollte aber wie gesagt bin totaler Anfänger aber kann mit PC umgehen nur Linux etc ist halt neu für mich aber ich denke mit etwas Hilfe gehts bestimmt.....

    Jürgen Böhm wie hast du denn letztendlich das Problem behoben denn genau das ist auch meins....bzw ich weiss es nichtmal ob die Camera überhaupt geht....

    Villeicht ist die beim tausendmal überprüfen weil ich dachte ich bin einfach zu blöd die einzustecken schon kaputt gegeangen die Stecker sind ja sehr empfindlich.....

    Liebe Grüße ich hoffe Ihr könnt mir mit den Informationen nun helfen.....

    Danke schonmal für eure Mühe....

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

  • Also Jackhino schrieb ja soo einfach problemlos für mich halt nicht sorry bin Anfänger und da stand sollte so laufen aber irgendwas fehlt anscheinend also installieren WlAN eintragen und läuft war bei mir nicht angesagt....

    und bei Jürgen Böhm anscheinend ja auch nicht denn er schrieb ja" ziemlicher Aufwand" oder war das ironisch gemeint?'

    .... denn dann ist meine Kamera kaputt...

    bin doch schon dabei gewesen alles reinzuposten an Infos.....

    Wär schön wenn ich das Ding mit eurer Hilfe für die ich dankbar bin zum laufen zu bekomme !

    Und würd mich freuen auch noch mehr zu lernen denn wie soll man sich was aneignen wenn keiner einem es erklärt, klar muss man sich mit den Gepflogenheiten erstmal arrangieren und nebenbei hab echt viele Utube Videos geguckt und Google bemüht ich komm selbst nicht drauf was da fehlt und mir fehlt auch Grundwissen....dass geht einfach teilweise schneller mal zu fragen....

    Trozdem liebe Grüße und vielen Dank für die Mühe :bravo2::danke_ATDE:

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

    2 Mal editiert, zuletzt von arne123 (4. Juni 2023 um 07:30)

  • Ich kenne Dein spezielles OS zwar nicht, aber in dem darunterliegenden Linux fallen mir folgende Fehler auf.

    Der WIFI Ländercode steht noch auf GB (Auslieferungszustand). WIFI funktioniert normalerweise erst, wenn im "first-boot", oder danach, der Ländercode auf DE (bzw Deinen Ländercode) geändert wird.

    Im config.txt ist die automatische Cameraerkennung deaktiviert.

    [

    # Automatically load overlays for detected cameras

    camera_auto_detect=0

    ]

    Solange das deaktiviert ist, musst Du das passende dtoverlay (aus /bin/overlays/README) für Deine Camera aktivieren.

    In der config.txt sind zwei [all]-Filter eingetragen. Nach meinem Verständniss von https://www.raspberrypi.com/documentation/…itional-filters sollte nur ein [all]-Filter an letzter Stelle vorkommen.

    Inhaltlich müsste ich selbst erst in der Documentation von https://www.raspberrypi.com/documentation/computers/ alle Deine Einstellungen überprüfen, aber das kannst Du auch. V.a. wenn ich den Config-Files die passende Dokumentation (Url bzw. man page) direkt aufgezeigt wird. Auswendig kann ich nur sagen, dass die GPU_MEM mit 128 nicht passt.

    Servus !

    RTFM = Read The Factory Manual, oder so

  • ok ländercode hatte ich eigentlich DE check ich nochma das is kein thema....

    ich schalt auto detect ein ....

    und all filter ist einer vorm.1. steht ne "raute" so wie ich das verstanden habe zählt die zeile dann nicht

    was ist den.mit den 128? wieviel muss denn da rein?

    irgendwo soll man auch ne auflösung für die cam ei tragen kp wo , wie und wie die werte und der befehl dazu aussehen sollte...weiss jemand wie man das macht versteh gar nicht warum das so ein drama ist...überall steht soll so einfach sein also ich scbnalls nicht probiers eben und kürze die dateien mal soweit weg das nurnoch die befehle ohne raute stehen dann ist der nächste post auch kürzer und ich backupe die dateien natürlich


    so etwas gekürzt also die comments und geändert folgendes:

    ..autodetect..ländercode..und die 1 all zeile hab ich nach PI getan GPU MEM auf 256 geändert und mpeg streamer default eingeschaltet also (#) entfernt.... keine Ahnung ob das so richtig ist .....hab nur hier die änderungen orange gefärbt und ja halt die # comments teilweise gelöscht auch in meinen dateien ....

    irgendwie glaub ich muss die resolution bestimmt irgendwo eingetragen werden und der stream ist ja nicht erreichbar ist wohl nen h.264 codec den die camera braucht vielleichzt hat das auch damit zu tun naja mal hören was der Jürgen Böhm bei mir noch entdeckt er hats ja hinbekommen ich hab ja das selbe symptom irgendwas fehlt wohl noch....

    -------------------------------------------------------------------------------------------------------------

    #SUPPLICANT

    # Use this file to configure your wifi connection(s).


    # See https://linux.die.net/man/5/wpa_supplicant.conf

    # (or 'man -s 5 wpa_supplicant.conf') for advanced options going beyond

    # the examples provided below (e.g. various WPA Enterprise setups).


    ## WPA/WPA2 secured

    network={

    ssid="FRITZ!Box 6690 NU"

    psk="72749577708329967469"

    }


    country=DE # Germany


    ### You should not have to change the lines below #####################

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

    update_config=1

    ----------------------------------------------------------------------------------------------------------------------------------------

    #CONFIG

    #

    arm_64bit=0

    # For more options and information see

    # http://rpf.io/configtxt

    # Some settings may impact device functionality. See link above for details

    # uncomment if you get no picture on HDMI for a default "safe" mode

    #hdmi_safe=1

    # uncomment the following to adjust overscan. Use positive numbers if console

    # goes off screen, and negative if there is too much border

    #overscan_left=16

    #overscan_right=16

    #overscan_top=16

    #overscan_bottom=16

    # uncomment to force a console size. By default it will be display's size minus

    # overscan.

    #framebuffer_width=1280

    #framebuffer_height=720

    # uncomment if hdmi display is not detected and composite is being output

    #hdmi_force_hotplug=1

    # uncomment to force a specific HDMI mode (this will force VGA)

    #hdmi_group=1

    #hdmi_mode=1

    # uncomment to force a HDMI mode rather than DVI. This can make audio work in

    # DMT (computer monitor) modes

    #hdmi_drive=2

    # uncomment to increase signal to HDMI, if you have interference, blanking, or

    # no display

    #config_hdmi_boost=4

    # uncomment for composite PAL

    #sdtv_mode=2

    #uncomment to overclock the arm. 700 MHz is the default.

    #arm_freq=800

    # Uncomment some or all of these to enable the optional hardware interfaces

    #dtparam=i2c_arm=on

    #dtparam=i2s=on

    #dtparam=spi=on

    # Uncomment this to enable infrared communication.

    #dtoverlay=gpio-ir,gpio_pin=17

    #dtoverlay=gpio-ir-tx,gpio_pin=18

    # Additional overlays and parameters are documented /boot/overlays/README

    # Enable audio (loads snd_bcm2835)

    dtparam=audio=on

    # Automatically load overlays for detected cameras

    camera_auto_detect=1

    # Automatically load overlays for detected DSI displays

    display_auto_detect=1

    # Enable DRM VC4 V3D driver

    dtoverlay=vc4-kms-v3d

    max_framebuffers=2

    # Disable compensation for displays with overscan

    disable_overscan=1

    [cm4]

    # Enable host mode on the 2711 built-in XHCI USB controller.

    # This line should be removed if the legacy DWC2 controller is required

    # (e.g. for USB device mode) or if USB support is not required.

    otg_mode=1

    [all]

    [pi4]

    arm_boost=1

    #

    enable raspicam

    gpu_mem=256

    [all]

    start_x=1


    -----------------------------------------------------------------------------------------------

    #OCTOPI

    #

    #

    ### Heads-up: The "input_raspicam" input module of mjpg-streamer is no longer supported.

    #

    ### Raspicam support is now available on the "input_uvc" module.

    ### Additional options to supply to MJPG Streamer for the USB camera

    # See https://faq.octoprint.org/mjpg-streamer-config for available options

    #

    # Defaults to a resolution of 640x480 px and a framerate of 10 fps

    #camera_usb_options="-r 640x480 -f 10"

    #

    #

    # By default, this is done for the following devices:

    # Logitech C170 (046d:082b)

    # GEMBIRD (1908:2310)

    # Genius F100 (0458:708c)

    # Cubeternet GL-UPC822 UVC WebCam (1e4e:0102)

    #

    # Using the following option it is possible to add additional devices. If

    # your webcam happens to show above symptoms, try determining your cam's

    # vendor and product id via lsusb, activating the line below by removing # and

    # adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"

    #

    # additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")

    #

    # out of the box: https://github.com/guysoft/OctoPi/issues

    #

    #additional_brokenfps_usb_devices=()

    #

    # Below settings are used in the mjpg-streamer call like this:

    #

    # -o "output_http.so -w $camera_http_webroot $camera_http_options"

    #

    # Current working directory is the mjpg-streamer base directory.

    #

    camera_http_webroot="./www-octopi"

    camera_http_options="-n"

    #

    #

    # Configuration of network monitoring

    #

    # This enables network monitoring for wifi connections with a simple ping test.

    # If connection terminates by variable reasons system tries to restart the wifi connection to reestablish a connection.

    # The connection test is done every minute.

    # By default it is disabled (0 = off / 1 = on)

    # destination_host can be an ip address or a hostname (for hostname ensure dns resosultion is working correctly)

    enable_network_monitor=0

    destination_host=192.168.1.1

    #

    ### EXPERIMENTAL

    # Support for different streamer types.

    #

    # Available options:

    mjpeg [default] - stable MJPG-streamer

    # hls - experimental FFMPEG HLS streamer

    #camera_streamer=mjpeg

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

    2 Mal editiert, zuletzt von arne123 (4. Juni 2023 um 11:00)

  • und bei Jürgen Böhm anscheinend ja auch nicht denn er schrieb ja" ziemlicher Aufwand" oder war das ironisch gemeint?'

    Liegt bei eher daran das ich eine "normale" Debian habe und OctoPi nachträglich aufgespielt habe.

    Also nicht so ganz den Standardfall für OctoPi.

    Ich hatte herausbekommen, das OctoPi den mjpg-streamer nutzt, aber der war nicht installiert.

    Man kann aber die Software nicht so einfach installieren, also bleibt nur das selbstkompilieren.

    Das war dann der "ziemliche Aufwand".

    Gefunden hatte ich die Hinweise unter:

    https://krystof.io/mjpg-streamer-…treaming-setup/

    Dieser Link behandelt aber nur das Streaming mit der Kamera, nicht das Setup in OctoPi.

    arne123 Was steht bei Dir unter Settings/Classic Webcam?

    Es funktionierte erst nachdem ich folgendes dort eingetragen hatte:

    http://192.168.XXX.XXX:8080/?action=stream

    localhost bzw. 127.0.0.1 statt der IP-Adresse funktionierte hier leider nicht.

    Weitergebracht hat mich dieser Link:

    https://all3dp.com/2/octoprint-we…m-setup-process

    Daher meine Frage nach dem octopi.txt

    Was mich zur nächsten Frage bringt: Was siehst Du wenn Du auf (wie in #21) auf Control klickst?

    MfG

    Jürgen

  • wie gesagt hatte ich schon gepostet aber hier gerne und trage die IP um versuch ich mal... :

    hier nochmal meine octopi.txt

    #OCTOPI

    #

    #

    ### Heads-up: The "input_raspicam" input module of mjpg-streamer is no longer supported.

    #

    ### Raspicam support is now available on the "input_uvc" module.

    ### Additional options to supply to MJPG Streamer for the USB camera

    # See https://faq.octoprint.org/mjpg-streamer-config for available options

    #

    # Defaults to a resolution of 640x480 px and a framerate of 10 fps

    #camera_usb_options="-r 640x480 -f 10"

    #

    #

    # By default, this is done for the following devices:

    # Logitech C170 (046d:082b)

    # GEMBIRD (1908:2310)

    # Genius F100 (0458:708c)

    # Cubeternet GL-UPC822 UVC WebCam (1e4e:0102)

    #

    # Using the following option it is possible to add additional devices. If

    # your webcam happens to show above symptoms, try determining your cam's

    # vendor and product id via lsusb, activating the line below by removing # and

    # adding it, e.g. for two broken cameras "aabb:ccdd" and "aabb:eeff"

    #

    # additional_brokenfps_usb_devices=("aabb:ccdd" "aabb:eeff")

    #

    # out of the box: https://github.com/guysoft/OctoPi/issues

    #

    #additional_brokenfps_usb_devices=()

    #

    # Below settings are used in the mjpg-streamer call like this:

    #

    # -o "output_http.so -w $camera_http_webroot $camera_http_options"

    #

    # Current working directory is the mjpg-streamer base directory.

    #

    camera_http_webroot="./www-octopi"

    camera_http_options="-n"

    #

    #

    # Configuration of network monitoring

    #

    # This enables network monitoring for wifi connections with a simple ping test.

    # If connection terminates by variable reasons system tries to restart the wifi connection to reestablish a connection.

    # The connection test is done every minute.

    # By default it is disabled (0 = off / 1 = on)

    # destination_host can be an ip address or a hostname (for hostname ensure dns resosultion is working correctly)

    enable_network_monitor=0

    destination_host=192.168.1.1

    #

    ### EXPERIMENTAL

    # Support for different streamer types.

    #

    # Available options:

    mjpeg [default] - stable MJPG-streamer

    # hls - experimental FFMPEG HLS streamer

    #camera_streamer=mjpeg

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

  • irgendwo soll man auch ne auflösung für die cam ei tragen kp wo , wie und wie die werte und der befehl dazu aussehen sollte...weiss jemand wie man das macht versteh gar nicht warum das so ein drama ist...überall steht soll so einfach sein also ich scbnalls nicht probiers eben und kürze die dateien mal soweit weg das nurnoch die befehle ohne raute stehen dann ist der nächste post auch kürzer und ich backupe die dateien natürlich

    Kannst nicht mal die "#" vor Deiner Groß- Kleinschreibung und Satzzeichen entfernen?

    Ich weiß, das klingt nach Oberlehrer, aber das würde Deine Fragen mehr Leuten zugänglich machen.

    Viele haben nämlich keine Lust herauszupfriemeln was Du eigentlich willst.

    Immerhin hast Du den Standard: "Deutsch" in der Schule gelernt damit sich die Leute komplikationsfrei unterhalten können.

    MfG

    Jürgen

  • das interface ist bei mir so gar nicht da...und wo änder ich die URL also da gehts nicht irgendwie im plugin ordner ? kann das sein?? da soll es noch ne datei geben

  • starte grad neu server ist die IP meines raspi ja?

    leider immernoch nix :( ist es vielleicht die auflösung die man ändern muss oder irgendwie dieses stream plugin das ich sonst vielleicht nen anderes nehmen könnte oder so das ist ja blöde gemacht habe die version so ausm raspi maker genommen....sollte eigentlich gehen versteh nicht warum bei mir nicht


    da steht immernoch auch nach deiner IP Zeile konnte snapshot URL nicht abgreifen, bitte prüfen....

    das wäre ja nur snapshot...aber im cam interface kommt das bild mit dem "webcam server is currently not running" also wenn man auf den URL link klickt....

    im schwarzen camera bild auf der ersten seite da wo eigentlich der Videostream sein sollte

    -,- -,- -,-

  • NEIN

    muss leider jetzt weg bin erst heut nachmittag wieder da aber würd ich das gerne irgendwann mal hinbekommen scheibt echt ne schwere Geburt zu werden...

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

    Einmal editiert, zuletzt von arne123 (4. Juni 2023 um 11:51)

  • Um mal etwas Klarheit zu schaffen: OctoPi≠OctoPrint

    Es bringt nicht so viel, wenn man von OctoPrint auf Debian Bullseye redet, während der TE einen OctoPi betreibt. Im OctoPi-Image ist der mjpeg-streamer schon drin genauso wie andere Dinge schon vorkonfiguriert sind. Da noch manuell in irgendwelchen Konfigurationsdateien einzugreifen schadet im besten Fall nicht, im ungünstigen Fall aber doch.

    arne123

    Was ist die Ausgabe von

    Code
    nano /var/log/webcamd.log

    ?

    Edit:

    Ebenfalls interessant:

    Code
    sudo journalctl -u webcamd

    und

    Code
    vcgencmd get_camera

    Leuchtet eigentlich die LED am Kameramodul?

    Einmal editiert, zuletzt von Jackinho (4. Juni 2023 um 12:45)

  • Es bringt nicht so viel, wenn man von OctoPrint auf Debian Bullseye redet

    Deshalb habe ich versucht so allgemein wie möglich zu bleiben.

    Aber dann halte ich mich mal zurück.

    MfG

    Jürgen

  • Jürgen Böhm

    Sorry, ich wollte dir jetzt bestimmt nicht an den Karren fahren. Ich schätze deine Beiträge normalerweise sehr. Aber in diesem speziellen Fall ist es glaube ich nicht zielführend. Wenn der TE mal den Output der o.g. Befehle postet, sehen wir vermutlich schon mal, ob die Cam überhaupt erkannt wird.

    Irgendetwas in meinem Hinterkopf sagt mir, dass hier eher ein Defekt oder eine fehlerhafte Verbindung ursächlich ist. Ich hatte in einem anderen Zusammenhang mal den Fall, dass jemand ganz sicher war alles richtig gemacht zu haben. Erst ein Foto vom RasPi zeigte, dass das Flachbandkabel der Camera im Port für das Display steckte …

  • {

    "UICSettings": "0.1.9.4",

    "addWebCamZoom": true,

    "centerTopIcons": true,

    "compactMenu": true,

    "compressTempControls": true,

    "customCSS": "input_raspicam \n\nvcgencmd get_camera\n",

    "disableTermInactive": false,

    "filesFullHeight": true,

    "fixedFooter": true,

    "fixedHeader": true,

    "fluidLayout": true,

    "gcodeFullWidth": true,

    "gcodeZoom": 3,

    "hideGraphBackground": true,

    "hideMainCam": false,

    "mainTabs": [

    [

    "control_link",

    true,

    false,

    "fas fa-expand-arrows-alt",

    true,

    false

    ],

    [

    "temp_link",

    true,

    false,

    "fas fa-thermometer-half",

    true,

    false

    ],

    [

    "term_link",

    true,

    false,

    "fas fa-terminal",

    true,

    false

    ],

    [

    "gcode_link",

    true,

    false,

    "fab fa-codepen",

    true,

    false

    ]

    ],

    "mainTabsCustomize": true,

    "mainTabsIconSize": "",

    "navbarplugintempfix": true,

    "responsiveMode": true,

    "rows": [

    {

    "_00#connection_wrapper": true,

    "_01#files_wrapper": true,

    "_02#sidebar_plugin_firmware_check_warning_wrapper": false,

    "_03#sidebar_plugin_firmware_check_info_wrapper": false,

    "_04#sidebar_plugin_usbrelaycontrol_wrapper": true

    },

    {

    "_00div.UICmainTabs": true

    },

    {

    "_00#UICGcodeVWidget": true,

    "_01#UICTempWidget": true,

    "_02#UICWebCamWidget": true,

    "_03#sidebar_plugin_action_command_notification_wrapper": true,

    "_04#state_wrapper": true

    }

    ],

    "saveAccordions": false,

    "theme": "default",

    "themeLocal": true,

    "themeVersion": "0.2.9.8",

    "topIconSort": [

    "navbar_plugin_action_command_prompt",

    "navbar_plugin_logging_seriallog",

    "navbar_plugin_logging_plugintimingslog",

    "navbar_plugin_pi_support"

    ],

    "webcamzoomtype": "full",

    "widths": [

    "3",

    "6",

    "3"

    ]

    }

    Rpi 4 / 4GB mit 2x Octoprint und

    -Raspicam

    -USB Camera

    3d Kobra Neo

    3d Mega Zero

  • Beitrag von arne123 (4. Juni 2023 um 13:41)

    Dieser Beitrag wurde gelöscht, Informationen über den Löschvorgang sind nicht verfügbar.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!