Small refactoring of #289 + manpage

This commit is contained in:
Maxim Devaev
2024-09-06 20:40:23 +03:00
parent 590a73f9ec
commit 5f932d862b
4 changed files with 13 additions and 5 deletions

View File

@@ -115,11 +115,11 @@ typedef struct {
bool dma_required;
uint desired_fps;
uz min_frame_size;
bool allow_truncated_frames;
bool persistent;
uint timeout;
us_controls_s ctl;
us_capture_runtime_s *run;
bool allow_truncated_frames;
} us_capture_s;