Octoprint ha dejado de mostrar la raspicam
Hola a todos, buenas tardes, yo tengo una Raspberry Pi 3 B+ con octoprint y una raspicam para ver las impresiones desde cualquier lugar, hasta que se actualizó octoprint a la versión 1.8.6 funcionaba la webcam pero ahora no consigo hacer funcionar la cámara.
¿Alguien podría ayudarme? El fichero octopi.txt lo tengo así (antes funcionaba y sin tocar ahora ya no):
Código:
# 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=()
### Additional options to supply to MJPG Streamer for the RasPi Cam
#
# See https://faq.octoprint.org/mjpg-streamer-config for available options.
#
# NOTE: Newer raspi cam modules are reporting as usb devices causing these
# options to be ignored. Set `camera="raspi"` to avoid these issues.
#
# Defaults to 10fps
#
camera_raspi_options="-x 1920 -y 1080 -fps 30"
### 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"
camera_http_options=""
### EXPERIMENTAL
# Support for different streamer types.
#
# Available options:
# mjpeg [default] - stable MJPG-streamer
Y la página de stream configurada en octopi es: "https://"direccion ip de la raspberry"/webcam/?action=stream"
También he probado con "localhost....., con 127.0.0.1.....
Lo curioso es que no he tocado nada, de repente ha dejado de funcionar, me dice:
Cita:
Transmisión de la cámara web no cargada. Es posible que no esté configurado correctamente o que requiera autenticación. En "Ajustes" > "Webcam & Timelapse" > "Webcam" > "Webcam" > "Stream URL" puede modificar la URL del streaming. Si no tienes una cámara web, también puedes desactivar el soporte para cámaras web allí.URL de stream configurado actualmente: https://"dirección ip de la raspberry"/webcam/?action=stream.
Un saludo a todos y espero que alguien sepa por lo que es, tiene que ser una chorrada pero no doy con ella, gracias.