Kind of support FPS

This commit is contained in:
Kamil Trzcinski
2022-04-07 12:09:28 +02:00
parent 488c99310f
commit a56886cb6c
4 changed files with 26 additions and 6 deletions

View File

@ -15,9 +15,11 @@ typedef struct buffer_list_s {
bool do_dma;
bool do_capture;
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline;
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline, fmt_interval_us;
bool do_timestamps;
uint64_t last_dequeued_us;
bool streaming;
int frames;
} buffer_list_t;