Get rid of pipeline
This commit is contained in:
parent
8dd470cb49
commit
a4d6f35004
@ -38,13 +38,6 @@ typedef struct camera_options_s {
|
|||||||
} h264;
|
} h264;
|
||||||
} camera_options_t;
|
} camera_options_t;
|
||||||
|
|
||||||
typedef struct camera_pipeline_s {
|
|
||||||
int index;
|
|
||||||
buffer_list_t *capture;
|
|
||||||
unsigned width, height, format;
|
|
||||||
float res_factor;
|
|
||||||
} camera_pipeline_t;
|
|
||||||
|
|
||||||
typedef struct camera_s {
|
typedef struct camera_s {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user