Pi Firmware: Reduced the output from diff_N_frames

Change-Id: I8cd17f81cdbd7d440dec258f607c7cb0045e06b1
issue_1022
David Banks 2018-06-11 17:29:24 +01:00
rodzic fa590493b1
commit ef3c85b934
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -536,10 +536,12 @@ int *diff_N_frames(int n, int mode7, int elk, int chars_per_line) {
}
}
#if 0
for (int j = 0; j < 3; j++) {
int mean = sum[j] / n;
log_debug("channel %d: diff: sum = %d mean = %d, min = %d, max = %d", j, sum[j], mean, min[j], max[j]);
}
#endif
#ifdef INSTRUMENT_CAL
log_debug("t_capture total = %d, mean = %d ", t_capture, t_capture / (n + 1));