-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Network cam integration in dashboard #496
Comments
I agree, I also think it would be useful for Prusa Connect. I use a Tapo C200 to overlook my MK4, would be cool to integrate it into Prusalink/Prusa Connect |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
A statement from the developers would be great. Tnx. |
This repository is for the buddy firmware only. For features for Prusa Link you have to create an issue in https://github.com/prusa3d/Prusa-Link-Web. For Connect you have to leave feedback (probably - I personally don't know) on the webpage. Also even though the MK4 doesn't need to add new functionality we need to store the javascript that we serve in the printer and we are running out of space for MINI. So that's something to be considered too. |
Thank you for the response and moving the issue. I wasn't aware, that the Prusa Link stuff has its own repo and issue tracker, so I assumed it is part of the buddy-firmware... |
+1 for this feature edit: the picture is pasted from prusa-help: https://help.prusa3d.com/guide/camera-setup-for-prusalink-prusa-connect_470943 also I checked again and this functionality is already available in the prusaLink version for Mk3S upgraded with Raspberry Pi as stated in this comment: |
my understanding is that this would be a good cost/benefit
the (limited) on-device hardware is not burdened at all because the streaming is generated on some other board, and streams directly to the users' browser - all the printer does is serve up a tiny bit of (static) html & js. |
just wanted to add some breadcrumbs for other users to see how they might use this:
note: i have no pet format - I just googled what's the most accepted way these days and RTSP seems to be it - there are other older ways I have used in the past; anything (standard/open) that gets the live video feed displayed in the prusa-link web page works. |
For me it is the same usecase as for @alebre-lithoz. I have a Octopi running in parallel, currently just to be able to remote monitor the print. The Octoprint camera system offers already a simple MJPG stream (http://octopi.local/webcam/?action=stream). |
just to clarify my previous comment. this is already available in prusa-link v1 for the Mk3S upgrade with raspberry pi: https://help.prusa3d.com/guide/camera-setup-for-prusalink-prusa-connect_470943 |
Hi,
it would be great to have the possibility to integrate a network cam stream into the dashboard of the MK4 PrusaLink (similar to the control window of Octoprint).
E.g. if a checkbox "Integrate webstream in dashboard" is set and a link like "http(s)://mycam.local:8083/stream.mjpg" is given, the stream is shown beside the tempertaure chart on the dashboard.
So the MK4 integrated webserver doesn't need resources for streaming, just the client browser...
Regards, Sten
The text was updated successfully, but these errors were encountered: