``` 5beb9b58bd12b691/00000035--ef22fb94bb ``` https://github.com/user-attachments/assets/23eb8b6a-7650-4d5d-8889-f43e7a489c3c --- Notes about this issue * There seems to be a single bad frame at ~1Hz (possibly every [`VIPC_BUFFER_COUNT`](https://github.com/commaai/openpilot/blob/4fa4237e3f352dda99b215242d2dacbd44172704/system/camerad/cameras/camera_common.h#L10)) * The "bad" frame isn't tearing or corrupt in any way, likely just stale. * Recorded video is fine, so it's in the UI. debugging ``` ffmpeg -i uiglitch.mp4 frames/%06d.png feh --auto-zoom --scale-down --draw-filename frames/ ```