I had it working from many years..
Yesterday I added an LCD screen (3,5 inch) and used the following commands to have it up and running..
- sudo rm -rf LCD-show
- git clone GitHub - goodtft/LCD-show: 2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
- chmod -R 755 LCD-show
- cd LCD-show/
- sudo ./LCD35-show
And LCD works ...
I don't know if it was a coincidence but starting from that point my Raspberry Camera stopped working..
I don't see anything relevant in the logs.. and the setup page for webcam is all set apparently correct (I only have a doubt about the IP address shown... which is the local 127.0.0.1)
The control window shows always Webcam stream loading...
If I try to access to the direct link (that was always working in the past, as I was using it a lot) http://192.168.1.22:8080/?action=stream
the page doesn't open (it refuses the connection)
I only remember that at beginning (about 3 years ago) I had to modify octopi.txt by changing those lines..
camera_usb_options="-r 1296x972 -f 30"
camera_http_webroot="./www"
camera_http_options=""
But now I found that those lines are not present.. (don't remember if trough these years the webcam support has changed).. fact is that it was working with this octopi.txt settings until yesterday..
#camera_usb_options="-r 640x480 -f 10"
#camera_http_webroot="./www-octopi"
#camera_http_options="-n"
Can someone clarify how to setup octopi.txt (need to be modified?)
Any other help would be very appreciated
Thanks in advance
PS I have Octolapse plugin installed.. even if not using it
octoprint-systeminfo-20240212203025.zip (954.1 KB)