mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
modeld: bug fix in single camera mode of modeld (#25658)
old-commit-hash: 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 = buf_main;
|
||||
buf_extra = nullptr;
|
||||
meta_extra = meta_main;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user