Lets try simple delay to make it slower

This commit is contained in:
2020-04-22 11:00:06 +02:00
parent 95f40b1ac8
commit 6cc6be11be
+2
View File
@@ -112,6 +112,8 @@ int main (int argc, char *argv[]) {
image_buffer.get(),
BufferUtils::FILE_MOD * 512 * 1024 * 2,
0);
this_thread::sleep_for(chrono::milliseconds(5));
}
zmq_close(socket);