Add device/dummy

This commit is contained in:
Kamil Trzcinski
2022-04-10 16:15:13 +02:00
parent f6309fa3b3
commit c42262d649
8 changed files with 157 additions and 0 deletions

View File

@ -17,6 +17,7 @@ typedef struct buffer_list_s {
union {
struct buffer_list_v4l2_s *v4l2;
struct buffer_list_dummy_s *dummy;
};
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline, fmt_interval_us;