aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-12-24 18:56:01 +0100
committerdec05eba <dec05eba@protonmail.com>2025-12-24 18:56:01 +0100
commit1f0ea70c366f8b2f033d0d49f93172e85c8f0f78 (patch)
tree2e6bfd1c435655703d23423535d7f26af7e16c79 /TODO
parent0511f04d1f7cd1cff5a56c28eb9114e6d8528280 (diff)
wip sync
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index aba7edf..8055608 100644
--- a/TODO
+++ b/TODO
@@ -375,4 +375,7 @@ Taking a screenshot of camera with mjpeg doesn't work correctly because it updat
Make capture from multiple sources work on nvidia x11 when capturing monitor + window. It doesn't work right now because monitor requires glx (nvfbc) while window requires egl.
-Support v4l2 mplane on devices where it's supported (where it's more efficient). My camera doesn't support mplane. \ No newline at end of file
+Support v4l2 mplane on devices where it's supported (where it's more efficient). My camera doesn't support mplane.
+
+Implement v4l2 yuyv nvidia capture by capturing rg88 yuyv to rgb as is done now for screenshot, but also do that for video by creating an intermediate rgb texture for the camera. Then render that rgb texture to the video texture.
+ This is needed to properly scale the yuyv texture without messing it up (the texture indexing). \ No newline at end of file