mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
cabana: fix crash in live streaming mode by skipping thumbnail display (#34302)
resolve crash in live streaming mode
This commit is contained in:
@@ -222,6 +222,8 @@ void VideoWidget::updatePlayBtnState() {
|
||||
}
|
||||
|
||||
void VideoWidget::showThumbnail(double seconds) {
|
||||
if (can->liveStreaming()) return;
|
||||
|
||||
cam_widget->thumbnail_dispaly_time = seconds;
|
||||
slider->thumbnail_dispaly_time = seconds;
|
||||
cam_widget->update();
|
||||
|
||||
Reference in New Issue
Block a user