mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-09 15:02:05 +08:00
UI: increase camera view update frequency
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