Support NV12 format on Flatbuffer (#1806)

This commit is contained in:
LordGrey
2024-12-01 17:08:00 +01:00
committed by GitHub
parent bc1bfbc83a
commit 6e3357ea2d
7 changed files with 161 additions and 56 deletions

View File

@@ -71,5 +71,7 @@ private:
quint16 _port;
const QJsonDocument _config;
int _pixelDecimation;
QVector<FlatBufferClient*> _openConnections;
};