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

Co-authored-by: Comma Device <device@comma.ai>
pull/27287/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 5ab2d35f7b
commit 1f85f84027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/ui/qt/widgets/cameraview.cc

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

Loading…
Cancel
Save