soyersoyer / cameractrls

Camera controls for Linux
Other
550 stars 23 forks source link

Detect readonly controls and disable in UI #51

Closed JohnAZoidberg closed 3 months ago

JohnAZoidberg commented 3 months ago

Readonly controls can only be set by the camera and read by the driver and application.

Currently though the kernel doesn't propagate the flag properly to userspace. I'm in the process of submitting it upstream.

JohnAZoidberg commented 3 months ago

Tested in GTK3 and GTK4 interface. See greyed out privacy control.

image

JohnAZoidberg commented 3 months ago

Kernel fix submitted: https://patchwork.kernel.org/project/linux-media/patch/20240602065053.36850-1-dhs@frame.work/

soyersoyer commented 3 months ago

This is a very good PR! Thanks!

JohnAZoidberg commented 2 months ago

Kernel fix accepted for 6.11 :)