[APP][Pro] Moonraker for 3D printer running klipper

Stupid question then, but could you comment the webcam section from printer.cfg please.

@Sander_Bakker v2.0.5 is available. Also, are homey and your printer on the same network ? and when you do the test, you do have access to your printer from mainsail or fluidd to let says home your printer etc…

Sorry, not the printer.cfg but crowsnest.conf. Here’s how I set it up now.

When I auto home the printer or start a job, the printer still isnt connecting.

[crowsnest]
log_path: /home/pi/printer_data/logs/crowsnest.log
log_level: verbose
delete_log: false
no_proxy: false

[cam 1]
mode: camera-streamer
enable_rtsp: true
rtsp_port: 8554
rtsp_path: /stream.h264
port: 8080
device: /dev/video0
resolution: 1920x1080
max_fps: 25
custom_flags: --camera-height=1080 --camera-width=1920 --camera-video.height=1080 --camera-snapshot.height=1080 --camera-format=YUYV

Version 2.0.6 available with a fix. Same as before, after upgrade if there is an issue please submit a diag report.

Also make sure that even if the webcan doesn’t work you have values in there:

The app still needs a restart before seeing the printer.

I will deal with it. I will build a flow which auto restarts the app.

Camera is not working yet.

da9dbede-e0b1-40e9-9871-64f99fb9503b

Thanks for all the effort!

New version incoming with the possibility to move to http request instead of fast websocket.
Also the reconnection should work now. When i restart my moonraker container, the device become unavailable and reconnects on container restart.

Thank you! Http is the solution for me. Camera not yet working. But will look into it from my side.

Nope, i dont get a snapshot. When i go to http://192.168.178.153/webcam/?action=snapshot i do get a snapshot and when i go to http://192.168.178.153/webcam/?action=stream i get a stream.

App is connection great now via HTTP. Ty.