Home Assistant Integration
Why can't Buddy 3D Cam be integrated into the Prusa Link integration? It works in the Web Prusa Link, so it must be possible to integrate this camera into Home Assistant.
RE: Home Assistant Integration
It would need to have a firmware which would tak to HA (or something talking to the camera), but it's not there.
AFAIR current camera firmware just sends images to PrusaConnect and nothing else.
See my GitHub and printables.com for some 3d stuff that you may like.
RE:
Well, it's possible, but it's complicated. Currently, Prusa doesn't generate a streaming signal compatible with third-party services (in fact, it simply sends a frame every few seconds).So, to achieve this, you first need to generate your own streaming signal from the camera (perfectly possible, since it's not blocked) using a media server, such as an RTSP server. For that, you'll need something to run that server on...
In short, you have the instructions here: https://www.reddit.com/r/prusa3d/comments/1971673/streaming_a_webcam_via_rtsp_to_prusa_connect/ although my advice, if you want a camera with Home Assistant integration or similar, is to buy a compatible one (they cost around €25) and install it instead of the Buddy. It will be much cheaper and much faster.