ZMQPreviewPublisher: Add spots to preview message + allow for frame number management within the ZMQPreviewPublisher

This commit is contained in:
2023-05-18 22:36:43 +02:00
parent ff92984fcc
commit eaccdf67b7
8 changed files with 163 additions and 62 deletions
+1
View File
@@ -9,6 +9,7 @@
#include <map>
#include <vector>
#include "../compression/CompressionAlgorithmEnum.h"
#include "../common/SpotToSave.h"
struct CBORImage {
const uint8_t *data;