ES-Alexander
ES-Alexander
From a quick look through the code (haven't tested yet), it generally looks like it makes sense :-) I'm curious whether there's any special functionality in the main widget version...
Did a brief investigation: 1. It's "intended" behaviour, in that it [thinks the connection is lost](https://github.com/bluerobotics/cockpit/blob/master/src/components/VideoPlayerStatsForNerds.vue#L113) 2. That's determined [based on the measured bitrate](https://github.com/bluerobotics/cockpit/blob/master/src/components/VideoPlayerStatsForNerds.vue#L178) 3. But [the measurement rate is...
Some ideas from a recent discussion with @ArturoManzoli and @rafaellehmkuhl, building stream status functionality (idea 3 from #801) into an advanced version of the recorder widget: The concept was to...
The [Sea Thru](https://openaccess.thecvf.com/content_CVPR_2019/papers/Akkaynak_Sea-Thru_A_Method_for_Removing_Water_From_Underwater_Images_CVPR_2019_paper.pdf) light model may be relevant? :-)
I haven't been involved in this side of things, but for context there's some relevant commentary [here](https://github.com/bluerobotics/BlueOS/pull/3184#issuecomment-2704419026). I think everyone agrees that IPv6 support would be nice if it's feasible,...
- #2786 also fits under this umbrella
Is there some way to make bootstrap only updatable when it has actually functionally changed? It seems reckless to be replacing a critical docker image if all that’s changed is...
If we're looking at FastAPI alternatives then I think [Litestar](https://litestar.dev) should also be considered.
This is currently worked around by the setup wizard including a "select your vehicle type" step, but results in a "the software should know this - why do I need...
This could be used to support #1797, as well as #2655.