Seems compiling and no crash

This commit is contained in:
Mohacsi Istvan
2021-06-21 11:55:31 +02:00
parent 9c6eb376bd
commit 0600cfa583
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ uint64_t JfjFrameWorker::get_frame_from_udp(ModuleFrame& metadata, char* frame_b
}
void JfjFrameWorker::run(){
std::cout << "Running worker loop" << std::endl;
// Might be better creating a structure for double buffering
ModuleFrame frameMeta;