This commit is contained in:
Your Name
2024-04-29 19:44:46 -05:00
parent 1847dc78e3
commit 5d3d2d7a39

View File

@@ -552,6 +552,7 @@ AnnotatedCameraWidget::AnnotatedCameraWidget(VisionStreamType type, QWidget* par
// Neokii screen recorder // Neokii screen recorder
recorder_btn = new ScreenRecorder(this); recorder_btn = new ScreenRecorder(this);
recorder_btn->setVisible(false);
// buttons_layout->addWidget(recorder_btn); // buttons_layout->addWidget(recorder_btn);
experimental_btn = new ExperimentalButton(this); experimental_btn = new ExperimentalButton(this);
@@ -616,6 +617,8 @@ void AnnotatedCameraWidget::updateState(const UIState &s) {
// update engageability/experimental mode button // update engageability/experimental mode button
experimental_btn->updateState(s, leadInfo); experimental_btn->updateState(s, leadInfo);
// CLEARPILOT
experimental_btn->setVisible(false);
// update DM icon // update DM icon
auto dm_state = sm["driverMonitoringState"].getDriverMonitoringState(); auto dm_state = sm["driverMonitoringState"].getDriverMonitoringState();