mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 00:42:05 +08:00
Revert "modeld: bug fix in single camera mode of modeld (#25658)"
This reverts commit 7cdb538043.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user