camera: add support for V4L2_PIX_FMT_SBGGR10P
This commit is contained in:
@@ -7,4 +7,9 @@ typedef struct {
|
||||
char buf[10];
|
||||
} fourcc_string;
|
||||
|
||||
typedef struct {
|
||||
char buf[250];
|
||||
} many_fourcc_string;
|
||||
|
||||
fourcc_string fourcc_to_string(unsigned format);
|
||||
many_fourcc_string many_fourcc_to_string(unsigned formats[]);
|
||||
|
Reference in New Issue
Block a user