Dean Lee
462301d2e0
ui: implement smooth camera stream switching with seamless transitions ( #35449 )
...
implement smooth camera stream switching with seamless transitions
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 weeks ago
Dean Lee
0360926962
ui: fill the bg with disengaged color if no frame ( #35451 )
...
fill the bg with disengaged color if no frame
Co-authored-by: Shane Smiskol <shane@smiskol.com>
3 weeks ago
Dean Lee
912160c429
ui: improve calibration height initialization ( #35459 )
...
improve calibration height initialization
3 weeks ago
Dean Lee
2e41d959ac
ui: add main UI entry point ( #35422 )
...
* add new main UI entry point
* cleanup
* mv to selfdrive/ui
* fix imports
* handle_mouse_click
* use ui_state
* remove ui_state from gui_app
* setup callbacks
* handle clicks
* put layouts in a dict
* update state in render
* rebase master
* implement settings sidebar
* rename files
3 weeks ago
Dean Lee
7ee50e7b87
system/ui: add text measurement caching ( #35436 )
3 weeks ago
Dean Lee
fc0bb72147
selfdrive/ui: enable conflate mode in VisionIpcClient to prevent stale frame rendering ( #35445 )
...
use conflate mode in VisionIpcClient to prevent stale frame rendering
3 weeks ago
Shane Smiskol
2dcab07be7
Revert "selfdrive/ui: add experimental mode toggle button with visual indicator" ( #35442 )
...
Revert "selfdrive/ui: add experimental mode toggle button with visual indicat…"
This reverts commit ae8076e729
.
3 weeks ago
Dean Lee
68b043606c
ui: fix alert timeout detection using wrong FPS constant ( #35438 )
...
fix alert timeiout detection using wrong FPS constant
3 weeks ago
Dean Lee
ae8076e729
selfdrive/ui: add experimental mode toggle button with visual indicator ( #35439 )
...
add experimental mode toggle button with visual indicator
3 weeks ago
Shane Smiskol
928dc6259b
Revert "ui: fill the bg with disengaged color if not started" ( #35441 )
...
Revert "ui: fill the bg with disengaged color if not started (#35434 )"
This reverts commit 10dc40db04
.
3 weeks ago
Dean Lee
10dc40db04
ui: fill the bg with disengaged color if not started ( #35434 )
...
fill the bg with disengaged color if not started
3 weeks ago
Dean Lee
f78ba72a85
ui: add timeout check for unresponsive system detection ( #35433 )
...
add time out to check if messages have stopped arriving
3 weeks ago
Dean Lee
28bf362f69
ui: add safety check to prevent ui overlay access to invalid data ( #35432 )
...
check ui_state.started
3 weeks ago
Dean Lee
29afd667cc
move onroad/driving stuff from system/ui to selfdrive/ui ( #35425 )
...
* mv system/ui/onroad->selfdrive/ui/onroad
* mv ui_state
* fix import path
* fix imports
* mv cameraview
* remove from application
3 weeks ago