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

old-commit-hash: 7cdb538043
taco
Inoichan 3 years ago committed by GitHub
parent 1b2dd97181
commit fcfa38dc50
  1. 2
      selfdrive/modeld/modeld.cc

@ -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;
}

Loading…
Cancel
Save