camerad: make wide brightness more consistent with road (#36355)

align
pull/36322/head
ZwX1616 7 days ago committed by GitHub
parent 59bddfba8d
commit c44548ba0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/camerad/cameras/camera_qcom2.cc

@ -89,7 +89,7 @@ void CameraState::set_exposure_rect() {
// set areas for each camera, shouldn't be changed // set areas for each camera, shouldn't be changed
std::vector<std::pair<Rect, float>> ae_targets = { std::vector<std::pair<Rect, float>> ae_targets = {
// (Rect, F) // (Rect, F)
std::make_pair((Rect){96, 250, 1734, 524}, 567.0), // wide std::make_pair((Rect){96, 400, 1734, 524}, 567.0), // wide
std::make_pair((Rect){96, 160, 1734, 986}, 2648.0), // road std::make_pair((Rect){96, 160, 1734, 986}, 2648.0), // road
std::make_pair((Rect){96, 242, 1736, 906}, 567.0) // driver std::make_pair((Rect){96, 242, 1736, 906}, 567.0) // driver
}; };

Loading…
Cancel
Save