Capture pipeline timestamps

This commit is contained in:
Kamil Trzcinski
2022-04-07 11:02:53 +02:00
parent e1c42b1145
commit 9c53c4bd3a
7 changed files with 32 additions and 7 deletions

View File

@ -16,6 +16,7 @@ typedef struct buffer_list_s {
bool do_capture;
unsigned fmt_width, fmt_height, fmt_format, fmt_bytesperline;
bool do_timestamps;
bool streaming;
int frames;