mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 10:32:10 +08:00
camera processing time: float -> double
old-commit-hash: 03257bb0d8cfb04e4e8c00ab7f430178415be867
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user