Add Database Connection
This commit is contained in:
@@ -28,7 +28,6 @@ StreamManager::StreamManager(QObject *parent) : QObject(parent)
|
||||
StartStream();
|
||||
|
||||
ImageThread = new StreamReader(Device, Stream, Pipeline);
|
||||
|
||||
ImageThread->start(QThread::TimeCriticalPriority);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user