Sooner-Rover-Team / RoverGUI

New Rover GUI using Next.js
0 stars 1 forks source link

Camera UI Backend #4

Open logbasem opened 1 month ago

logbasem commented 1 month ago

FROM BARRETT NOTES:

Currently, we have a "video streamer" that just grabs photos on the Rover from statically assigned camera numbers, then sends them to someone in a web browser.

This setup has a number of issues...

Problems + Thoughts

megustaloscheetos commented 3 days ago

Hi everyone! Sorry for the lack of updates regarding this issue. I have been working on it though! But I wanted to say that I have made / found a working solution in Rust with WebRTC (h264) and v4l! While it may not be QUIC, I thought it would still be a good enough choice compared to just sending jpeg frames. Currently, I am just working on an implementation for cleanly streaming to multiple web clients.