REST API for Buddy (Core One version) available
Hi there,
i'm running Core One with USB camera locally without internet connection (is on wifi). Same applies to the printer. Is there any way to manage the camera without Prusa Connect app? Local RTSP stream works fine.
For example pull snapshots from the camera via wifi, setting the resolution, and so on. Is there any public REST API available for the camera?
thanks
RE: REST API for Buddy (Core One version) available
Not really. The firmwarec calls to the PrusaConnect API and gets some commands back. The addresses are baked into the printer firmware.
Not sure about certificates but it might be possible to do MITM injection, but probably would require some tweaking.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: REST API for Buddy (Core One version) available
i know how it currently is. I have a packet capture saved, there is only TLS traffic to Prusa Cloud and nothing else. But since the camera has plain RTSP, there might be something more 😀 hence my question
if I don't find other way, capturing a snapshot from RTSP stream is the alternative way to go. Maybe there is someone else who knows more