UI: fix old frame shown on startup (#27283)

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 1f85f84027
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent bc61a6b1fd
commit 261f4d7524
  1. 4
      selfdrive/ui/qt/widgets/cameraview.cc

@ -382,6 +382,10 @@ void CameraWidget::vipcThread() {
}
}
emit vipcThreadFrameReceived();
} else {
if (!isVisible()) {
vipc_client->connected = false;
}
}
}

Loading…
Cancel
Save