Skip to content

Commit

Permalink
Merge pull request #35 from pjlao307/dashcam-update
Browse files Browse the repository at this point in the history
Turn on calibration bounding box to help track down the OP lines issue
  • Loading branch information
pjlao307 authored Oct 29, 2018
2 parents c1170ac + fa554c1 commit e23de01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/ui/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,7 @@ static void ui_draw_vision(UIState *s) {
nvgTranslate(s->vg, ui_viz_rx+ui_viz_ro, box_y + (box_h-inner_height)/2.0);
nvgScale(s->vg, (float)viz_w / s->fb_w, (float)inner_height / s->fb_h);
if (!scene->frontview && !scene->fullview) {
ui_draw_transformed_box(s, 0xFF00FF00);
ui_draw_world(s);

}
Expand Down

0 comments on commit e23de01

Please sign in to comment.