camera processing time: float -> double

old-commit-hash: 03257bb0d8
taco
Willem Melching 3 years ago
parent 6cafad7e30
commit d8ade5e21c
  1. 2
      selfdrive/camerad/cameras/camera_common.cc

@ -162,7 +162,7 @@ bool CameraBuf::acquire() {
cl_mem camrabuf_cl = camera_bufs[cur_buf_idx].buf_cl;
cl_event event;
float start_time = millis_since_boot();
double start_time = millis_since_boot();
if (debayer) {
float gain = 0.0;

Loading…
Cancel
Save