Use xfer function from libmegapixels instead of v4l

This commit is contained in:
Martijn Braam
2023-07-22 16:41:38 +02:00
parent 128a3696c4
commit 9a685eb839
5 changed files with 4 additions and 11 deletions

View File

@@ -51,7 +51,6 @@ typedef struct state_io {
int captures_remaining;
bool flush_pipeline;
int blank_frame_count;
uint32_t colorspace;
// Control state
controlstate gain;
@@ -80,7 +79,6 @@ typedef struct state_proc {
int counter;
int preview_width;
int preview_height;
uint32_t colorspace;
// Device orientation in degrees
int device_rotation;