aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-01-15 20:03:23 +0100
committerdec05eba <dec05eba@protonmail.com>2026-01-15 20:03:23 +0100
commit8af761f9bde2297df22f2eb06d75f0147ea1277d (patch)
tree48c9389ea778da8069c55502b92ac658d3d6aa8c /TODO
parentb2f0d135120fa19513ff4d9de1a5b7aafbfe596e (diff)
v4l2: select best camera option by default
Display all camera options in --info and --list-v4l2-devices. Add camera_width, camera_height and camera_fps v4l2 capture options.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1cd7076..7594da1 100644
--- a/TODO
+++ b/TODO
@@ -392,4 +392,6 @@ Close pipewire links or maybe there are file descriptor leaks?
Make multiple capture sources work properly in regards to size. The size of the video should be the region size of each capture source.
---
+Support hdr camera capture.
+
+Return the max resolution of each codec in --info to display an error in the UI before capture starts. Right now its fine since the UI will report bad resolution after capture starts and fails but it doesn't say what the max resolution is.