BugFix: change Device of DeviceSource with different resolution

This commit is contained in:
Bruno Herbelin
2022-05-22 22:04:45 +02:00
parent 4600253d1e
commit 8d95bd16fd
4 changed files with 69 additions and 44 deletions

View File

@@ -33,6 +33,7 @@ public:
private:
std::string device_;
std::atomic<bool> unplugged_;
void unsetDevice();
};
struct DeviceConfig {