Disable default format
This commit is contained in:
parent
97055565b5
commit
b37b336165
@ -25,7 +25,7 @@ camera_options_t camera_options = {
|
|||||||
.path = "/dev/video0",
|
.path = "/dev/video0",
|
||||||
.width = 1920,
|
.width = 1920,
|
||||||
.height = 1080,
|
.height = 1080,
|
||||||
.format = V4L2_PIX_FMT_SRGGB10P,
|
.format = 0,
|
||||||
.nbufs = 4,
|
.nbufs = 4,
|
||||||
.fps = 30,
|
.fps = 30,
|
||||||
.allow_dma = true
|
.allow_dma = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user