diff --git a/cmd/main.c b/cmd/main.c index 6bc407a..098c202 100644 --- a/cmd/main.c +++ b/cmd/main.c @@ -25,7 +25,7 @@ camera_options_t camera_options = { .path = "/dev/video0", .width = 1920, .height = 1080, - .format = V4L2_PIX_FMT_SRGGB10P, + .format = 0, .nbufs = 4, .fps = 30, .allow_dma = true