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

This reverts commit 7cdb538043.
This commit is contained in:
Adeeb Shihadeh
2022-09-06 13:00:49 -07:00
parent bc9b862d27
commit 48efd8374b
+1 -1
View File
@@ -109,7 +109,7 @@ void run_model(ModelState &model, VisionIpcClient &vipc_client_main, VisionIpcCl
}
} else {
// Use single camera
buf_extra = nullptr;
buf_extra = buf_main;
meta_extra = meta_main;
}