Disable default format

This commit is contained in:
Kamil Trzcinski 2022-04-05 16:53:38 +02:00
parent 97055565b5
commit b37b336165

View File

@ -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