Camera model
Model V2 8 MP
What is the problem?
Stream will not appear in Octoprint. I have used a USB camera and it worked, just wanted to upgrade to a nicer raspi camera.
What did you already try to solve it?
I already tried to enable it via config, and tried installing Mjpg streamer
Logs (/var/log/webcamd.log
, syslog, dmesg, ... no logs, no support)
Firmware states that it supports temperature autoreporting
2021-01-20 16:09:46,948 - octoprint.plugins.discordremote - ERROR - Failed to send message
2021-01-20 16:09:46,956 - octoprint.plugins.discordremote - INFO - Received event: printer_state_operational
2021-01-20 16:09:47,230 - octoprint.plugins.discordremote - ERROR - Failed to send message
2021-01-20 16:09:47,233 - octoprint.plugins.firmwareupdater - INFO - Got CONNECTED event
2021-01-20 16:09:47,234 - octoprint.plugins.firmwareupdater - INFO - Run postflash flag is not set
2021-01-20 16:09:47,241 - octoprint.plugins.ipOnConnect - INFO - ipOnConnectPlugin: M117 192.168.1.250
2021-01-20 16:09:48,115 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "EZPi Pro"._http._tcp.local.' for _http._tcp.local.
2021-01-20 16:09:48,924 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance "EZPi Pro"._octoprint._tcp.local.' for _octoprint.tcp.local.
2021-01-20 16:09:48,930 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance "EZPi Pro" for SSDP
2021-01-20 16:09:48,933 - octoprint.plugins.astroprint - INFO - Starting AstoPrint Plugin
2021-01-20 16:09:48,963 - octoprint.plugins.astroprint - ERROR - Error getting camera status: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /?action=snapshot (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9fabefd0>: Failed to establish a new connection: [Errno 111] Connection refused',))
2021-01-20 16:09:48,968 - octoprint.plugins.astroprint - INFO - CLEANBED: [True]
2021-01-20 16:09:48,968 - octoprint.plugins.astroprint - INFO - Found stored AstroPrint User [rgenatempo]
2021-01-20 16:09:49,322 - octoprint.plugins.astroprint - INFO - Astroprint Token refreshed
2021-01-20 16:09:49,323 - octoprint.plugins.astroprint - INFO - Getting AstroPrint user info
2021-01-20 16:09:49,732 - octoprint.plugins.astroprint - ERROR - getFleetInfo failed with error 404
2021-01-20 16:09:49,735 - octoprint.plugins.astroprint - INFO - Connecting to Box Router as [octopi - 898dc355fefd44f8bf0374b35ecc6374]
2021-01-20 16:09:49,925 - octoprint.plugins.astroprint - INFO - AstoPrint Plugin started, avalible in https://127.0.0.1:5000
2021-01-20 16:09:49,931 - octoprint.plugins.octoeverywhere - INFO - OctoPrint port 5000
2021-01-20 16:09:50,087 - octoprint.plugins.astroprint - INFO - Box Router connected to astroprint service
2021-01-20 16:09:50,195 - octoprint.server - INFO - Listening on http://127.0.0.1:5000
2021-01-20 16:09:50,304 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid
2021-01-20 16:09:50,377 - tornado.access - WARNING - 404 GET /intermediary.gif?=1611159553149 (::ffff:192.168.1.204) 158.20ms
2021-01-20 16:09:50,949 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip
2021-01-20 16:09:51,054 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes
2021-01-20 16:09:51,108 - octoprint.util.pip - INFO - ==> pip ok -> yes
Additional information about your setup (OctoPrint version, OctoPi version, ...)
Raspberry PI 4
Not sure if that's the right logs, but I appreciate any help someone can offer. Thanks in advance!