mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-11 09:06:13 +00:00
Userspace workaround for the wrong TC358743 RGB bytes ordering
- https://github.com/raspberrypi/linux/issues/6068
This commit is contained in:
@@ -165,6 +165,7 @@ static void _main_loop(void) {
|
||||
cap->path = "/dev/kvmd-video";
|
||||
cap->n_bufs = 6;
|
||||
cap->format = V4L2_PIX_FMT_RGB24;
|
||||
cap->format_swap_rgb = true;
|
||||
cap->dv_timings = true;
|
||||
cap->persistent = true;
|
||||
cap->dma_export = true;
|
||||
|
||||
Reference in New Issue
Block a user