default unlimit fps, vsync flag

This commit is contained in:
Бычков Андрей
2022-10-12 14:35:01 +03:00
parent c865f9fc94
commit 3b0d1ea0e2
7 changed files with 119 additions and 100 deletions

View File

@@ -100,7 +100,7 @@ public:
Q_ENUM(CameraLightMode)
void stop();
void start(float freq = 60.);
void start(float freq = 0.);
QColor backColor() const {return backColor_;}
float lineWidth() const {return lineWidth_;}