add documentation to code

This commit is contained in:
Bechir Braham
2024-04-10 17:17:41 +02:00
parent ea17a640cf
commit 260cb96f64
20 changed files with 322 additions and 54 deletions

View File

@@ -79,7 +79,7 @@ int main(int argc, char **argv) {
header.npixelsx = frame.rows();
header.npixelsy = frame.cols();
header.dynamicRange = frame.bitdepth();
header.imageSize = frame.size();
header.size = frame.size();
sender.send({header, frame});
std::this_thread::sleep_for(d);