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

pull/25682/head
Inoichan 3 years ago committed by GitHub
parent 1632c2aa62
commit 7cdb538043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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