Expose h264 and jpeg options

This commit is contained in:
Kamil Trzcinski
2022-04-11 13:02:21 +02:00
parent 7c56fa2813
commit 0fbbe62799
3 changed files with 27 additions and 14 deletions

View File

@ -28,6 +28,14 @@ typedef struct camera_options_s {
struct {
char options[CAMERA_OPTIONS_LENGTH];
} isp;
struct {
char options[CAMERA_OPTIONS_LENGTH];
} jpeg;
struct {
char options[CAMERA_OPTIONS_LENGTH];
} h264;
} camera_options_t;
typedef struct camera_s {