Remove damage tracking for now, better frame timing (deal with time error accumulation)

This commit is contained in:
dec05eba
2024-09-20 02:20:42 +02:00
parent 6e73e40bb1
commit aef223d844
3 changed files with 44 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ typedef struct {
gsr_color_range color_range;
bool hdr;
bool record_cursor;
int fps;
} gsr_capture_kms_params;
gsr_capture* gsr_capture_kms_create(const gsr_capture_kms_params *params);