mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 04:12:07 +08:00
UI: increase camera view update frequency
old-commit-hash: 7f3904ee8e9cc5fa2e113f80f0543fe6dd1b6e34
This commit is contained in:
@@ -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