-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cannot work out how to get camera view on A1 #232
Comments
I'm wondering if there's no way to get the A1 camera view to work can I get an RTSP stream to work for that printer from another camera? |
If live-view is enabled, please disable/remove it, since its not available for the A1, only X1*'s Refer to this section: /~https://github.com/TFyre/bambu-farm/tree/main?tab=readme-ov-file#live-view It should NOT have the following line:
|
Yes, this is possible, refer to the live-view section: /~https://github.com/TFyre/bambu-farm/tree/main?tab=readme-ov-file#live-view You can configure the docker container to stream from any RTSP camera and allow you to serve it via MediaMTX |
Hiya Buddy, I'm so glad you replied... I was beginning to think you might have given up on the project because a few issues on here have gone unanswered and I reached out on Discord but couldn't get hold of you. So pleased the project is still going :) :) :) That's working now... thanks so much pal! |
Hey, Sorry to re-visit this. I got it working this morning with the built in cam but thought if I'll try to get it working with an RTSP stream. I must not be understanding something as I changed this: To: Sorry but what am I misunderstanding? |
Forgot to mention, I'm getting this in the logs:
|
Still struggling with this if anyone can help please. |
Using your own camera stream is fairly involved. Browsers generally cannot display rtsp directly from a camera. You need the appropriate settings to transcode it from rtsp to something that the browser can handle. You need something like this: Which also includes something like this: In a nutshell, it needs to have a docker container that uses ffmpeg to read the rtsp from the camera, transcode it and publishes it to mediamtx. Once this is done, the browser can easily stream the camera |
Hey, So please excuse my lack of understanding as I'm no coder by any stretch of the imagination... My compose.yml already appears correct and matches the example:
So I'm presuming I just need to edit common-liveview.yml? If so, what do I need, it currently reads:
Lastly this is my bambu-web-env.txt, is this correct?
Sorry to be a pain, it's just a getting everything correct in all the files can be difficult and any one 1 thing stops it working so I need to be sure each file is correct. Thanks for your help as always :) |
Still struggling with this after 5 days i've no hair left now... would really appreciate a little help to finish off the config if someone could help please as my scalp is next! |
Do not edit/change common-liveview.yml, because that will break all your printers compose.yml should have something like this for printer3:
bambu-web-env.txt remove the stream.url:
|
Thanks but where do I specify the streams username? |
sorry ignore that, i missed it, i'm trying now |
I'm sorry but i'm still not getting this working. It's saying in the stream window "Error: stream not found, retrying in some seconds", it's also got the name of the printer in a red box at the top. I'm presuming it's not able to connect to the printer either because we removed the access code replacing it with the webcam password. I've included a screenshot and uploaded my configs in case you can see what i'm doing wrong please? Thanks for your help with this. |
The ip for printer3 in compose.yml should be the webcam ip and not the printers ip |
I'm sorry but it's the same error. Do you think you could spend 5 minutes on Discord with me to get to the bottom of this please? |
Hi,
I have the X1C's working and everything is fine including the camera but I cannot work out what I need to do different to get a new A1 printer live view working.
In bambu-web-env.txt everything is setup the same as the X1C's apart from the following line which specifies it's an "a1" instead:
bambu.printers.myprinter3.model=a1
I also noted that I couldn't see a "Lan Mode Live View" setting on the printer like the X1C so I'm hoping you can access the camera without having to disable cloud mode?
Please could I get some guidance?
Thanks.
The text was updated successfully, but these errors were encountered: