Add libcamera - dummy (for now)
This commit is contained in:
@ -18,6 +18,7 @@ typedef struct buffer_list_s {
|
||||
union {
|
||||
struct buffer_list_v4l2_s *v4l2;
|
||||
struct buffer_list_dummy_s *dummy;
|
||||
struct buffer_list_libcamera_s *libcamera;
|
||||
};
|
||||
|
||||
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline, fmt_interval_us;
|
||||
|
Reference in New Issue
Block a user