Remove debug logging

This commit is contained in:
Benjamin Schaaf
2020-11-26 22:46:22 +11:00
parent dda7367368
commit e6deb1cfe7
2 changed files with 1 additions and 3 deletions

View File

@@ -420,7 +420,6 @@ update_controls()
}
if (!desired_controls.exposure_is_manual && current_controls.exposure != desired_controls.exposure) {
printf("Setting exposure to %d\n", desired_controls.exposure);
v4l2_ctrl_set(info->fd, V4L2_CID_EXPOSURE, desired_controls.exposure);
}
@@ -449,7 +448,6 @@ on_frame(MPImage image, void *data)
}
if (image_is_blank) {
printf("Skipping blank image\n");
++blank_frame_count;
return;
}