aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-09 09:14:58 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-09 09:14:58 +0200
commit140199bf7bc55ca20ebd39891568cce1b53fba22 (patch)
tree2df0218bdd8125670ee9b5c95d2978239806c7ac /TODO
parent3a85b457c89e89dfc4db5f2a1e60666821c7abb8 (diff)
Update TODO with camera
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0e5e619..3a12264 100644
--- a/TODO
+++ b/TODO
@@ -82,3 +82,5 @@ Support vulkan video encoding. That might workaround forced p2 state nvidia driv
Enable opus/flac again. It's broken right now when merging audio inputs. The audio gets a lot of static noise!
It may be possible to improve color conversion rgb->yuv shader for color edges by biasing colors to an edge, instead of letting color overlaying with bilinear filtering handle it.
+
+When webcam is supported mention that nvidia_drm.modeset=1 must be set on nvidia x11 (it's required on wayland so it's not needed there. Or does eglstream work without it??). Check if this really is the case.