Add some module logic

This commit is contained in:
2020-04-22 14:09:53 +02:00
parent 1ba1425495
commit 34ba4c1780
2 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -124,7 +124,10 @@ int main (int argc, char *argv[]) {
512 * 1024 * 2,
0);
zmq_recv(meta_socket, nullptr, 0, 0);
if ((i_frame > 0) && (i_frame%50 == 0)) {
// Wait for the sync message.
zmq_recv(meta_socket, nullptr, 0, 0);
}
}
}