mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
@@ -97,7 +97,7 @@ CameraViewWidget::CameraViewWidget(VisionStreamType stream_type, bool zoom, QWid
|
||||
|
||||
QTimer *t = new QTimer(this);
|
||||
connect(t, &QTimer::timeout, this, &CameraViewWidget::updateFrame);
|
||||
t->start(1000 / UI_FREQ);
|
||||
t->start(10);
|
||||
}
|
||||
|
||||
CameraViewWidget::~CameraViewWidget() {
|
||||
|
||||
Reference in New Issue
Block a user