Fix supportede formats
This commit is contained in:
parent
9b6d189802
commit
57b6e2a94c
@ -46,6 +46,7 @@ log_options_t log_options = {
|
||||
option_value_t camera_formats[] = {
|
||||
{ "DEFAULT", 0 },
|
||||
{ "YUYV", V4L2_PIX_FMT_YUYV },
|
||||
{ "MJPG", V4L2_PIX_FMT_MJPEG },
|
||||
{ "MJPEG", V4L2_PIX_FMT_MJPEG },
|
||||
{ "H264", V4L2_PIX_FMT_H264 },
|
||||
{ "RG10", V4L2_PIX_FMT_SRGGB10P },
|
||||
|
Loading…
x
Reference in New Issue
Block a user