mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #979] [Bug Report] will not load camera view from x1c #680
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#680
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 @maziggy on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/979
Originally assigned to: @maziggy on GitHub.
will not load camera view from x1c
Reporter Contact
Email: rob@bobcat.ca
System Information
Logs (sanitized): bambuddy.log
Submitted via BamBuddy Bug Report
@broncosis commented on GitHub (Apr 14, 2026):
Doing my own troubleshooting this appears to be a lack of FFmpeg this should be added to the documentation when installing prerequisites
this would be my suggested edit
"sudo apt install python3 python3-venv python3-pip git ffmpeg"
or at least a note to install FFmpeg however the installer wants
@lightmaster commented on GitHub (Apr 14, 2026):
I have ffmpeg already installed, and it's not loading the camera for me on the dev branch, but is loading the camera on the main branch. I think my issue might be separate from this one though since it is working on 0.2.2.2 but not on the current dev as of this post. I did notice that on the dev branch, the reconnect timer counts super fast, with a 30 second timer taking maybe 10 seconds.
I already have ffmpeg and python 3.13.5 installed.
support package from dev branch where camera doesn't work:
DEV - bambuddy-support-20260414-180239.zip
support package from main branch where camera does work:
MAIN - bambuddy-support-20260414-180008.zip
@VREmma commented on GitHub (Apr 14, 2026):
@lightmaster on dev branch, are you doing new window or embedded overlay for the camera on the General tab of Settings? I know mine started doing this on New Window... but works embedded...
In my browser, I see this on the calls of the new window, but it works fine with embedded.
detail "Valid camera stream token required. Obtain one from POST /api/v1/printers/camera/stream-token"
@lightmaster commented on GitHub (Apr 15, 2026):
New window. Actually forgot it can do embedded, I always just pop it open on a 2nd monitor when I'm printing something that I'm worried might fail.
@VREmma commented on GitHub (Apr 15, 2026):
Try it embedded and see if it works like that... Im wondering if its the problem I am seeing.
@lightmaster commented on GitHub (Apr 15, 2026):
It would seem so. When opened in a new window, reconnect timer is going super faster and it never opens the stream. When opened in Overlay mode, it seems to work perfectly.
@maziggy commented on GitHub (Apr 15, 2026):
Please update to latest beta version.
@maziggy commented on GitHub (Apr 15, 2026):
This is documented in multiple places in the docs. There are also some checks which produce error logs and a warning in settigs. So.......
@maziggy commented on GitHub (Apr 15, 2026):
Available/Fixed in branch dev and available with the next release or daily build.
This should fix also @lightmaster's issue.
@lightmaster commented on GitHub (Apr 15, 2026):
Yes, the latest dev pull does fix the camera on a new window. Thanks
@maziggy commented on GitHub (Apr 15, 2026):
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!