Userspace workaround for the wrong TC358743 RGB bytes ordering

- https://github.com/raspberrypi/linux/issues/6068
This commit is contained in:
Maxim Devaev
2024-03-26 18:35:13 +02:00
parent 290282b6b6
commit 7015a26a63
4 changed files with 23 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ typedef struct {
uint width;
uint height;
uint format;
bool format_swap_rgb;
uint jpeg_quality;
v4l2_std_id standard;
enum v4l2_memory io_method;