camera processing time: float -> double

old-commit-hash: 03257bb0d8
This commit is contained in:
Willem Melching
2022-04-06 10:08:44 -07:00
parent 6cafad7e30
commit d8ade5e21c
+1 -1
View File
@@ -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;