modeld: bug fix in single camera mode of modeld (#25658)

old-commit-hash: 7cdb538043c40f4c30c83863fa52a1fba8c6f621
This commit is contained in:
Inoichan
2022-09-06 09:52:12 +09:00
committed by GitHub
parent 1b2dd97181
commit fcfa38dc50
+1 -1
View File
@@ -109,7 +109,7 @@ void run_model(ModelState &model, VisionIpcClient &vipc_client_main, VisionIpcCl
}
} else {
// Use single camera
buf_extra = buf_main;
buf_extra = nullptr;
meta_extra = meta_main;
}