camera processing time: float -> double

This commit is contained in:
Willem Melching
2022-04-06 10:08:44 -07:00
parent b379fca0ae
commit 03257bb0d8
+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;