mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #143] [Feature]: Add Support for Network Camera Monitoring During 3D Prints #83
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sundyap on GitHub (Jan 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/143
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
It would be extremely useful to add support for network (IP) cameras to monitor 3D prints remotely. This would allow users to visually check print progress.
Proposed Solution
Connect to common network/IP cameras via URL (RTSP/HTTP)
Live video feed accessible from the application UI
Ability to associate a camera with a specific printer
Alternatives Considered
No response
Feature Category
Monitoring & Stats
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 24, 2026):
For external cameras we also need our own timelapse function. Let me see what I can do.
@maziggy commented on GitHub (Jan 24, 2026):
Please use branch 0.1.6-final and let me know if it works for you. I've tested with a H2D and X1C.
Docs -> https://wiki.bambuddy.cool/features/camera/?h=external#external-cameras
@JamsRepos commented on GitHub (Jan 24, 2026):
Is there a container package published for that branch? More than happy to test this but I use the docker based version.
@maziggy commented on GitHub (Jan 24, 2026):
No, you need to use branch 0.1.6-final and build the Docker image locally. It's not yet released.
git clone https://github.com/maziggy/bambuddy.git && cd bambuddy && git checkout 0.1.6-final && docker compose build --no-cache && docker compose up -d
@sundyap commented on GitHub (Jan 24, 2026):
Tested it now and it works absolutely great. Nice work and fast too.
@kampfklecks commented on GitHub (Jan 26, 2026):
Hello again, I really appreciate this features!
But is there a way to access a usb camera directly attached to the Pi for the Webcam?
@maziggy commented on GitHub (Jan 27, 2026):
Available in branch 0.1.6-final. Can you please test and let me know if it works? I don't have an USB camera.
@kampfklecks commented on GitHub (Jan 27, 2026):
Thanks for the fast reply.
I tested it but it didn't work. It seems like cameras are a bit buggy with the Raspberry Pi 5 in general.
Sadly I can't test it with a Pi4 which supports hardware video encoding/decoding.
Maybe someone can test it.
I created a MJPEG Stream and added it to Bambuddy, which works perfectly fine. A little workaround but its okay.
@maziggy commented on GitHub (Jan 28, 2026):
What does "but it didn't work" mean?
@kampfklecks commented on GitHub (Jan 29, 2026):
Sorry for the late reply.
It can not detect or capture an image because of a timeout.
I will test this with a different PC soon. Could be an hardware problem on my site.