- Auto-scroll standard aktiv
- Tag-Filter wird gespeichert - Tag Monitor kann bei einem Tag jetzt pro Key mehrere Werte in einer Tabelle anzeigen - Bug für Clear behoben
This commit is contained in:
@@ -24,8 +24,8 @@ signals:
|
||||
void errorOccurred(const QString &message);
|
||||
|
||||
private:
|
||||
void stop(); // joins m_captureThread, closes device – safe from any thread
|
||||
void captureLoop(); // runs inside m_captureThread
|
||||
void stop();
|
||||
void captureLoop();
|
||||
bool openDevice(const QString &device, int width, int height);
|
||||
void closeDevice();
|
||||
bool initMmap();
|
||||
@@ -45,5 +45,5 @@ private:
|
||||
int m_nBuffers = 0;
|
||||
|
||||
std::atomic<bool> m_running{false};
|
||||
std::thread m_captureThread; // dedicated capture thread – not the Qt event thread
|
||||
std::thread m_captureThread;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user