Closed hyuri closed 1 year ago
What kind of camera do you have? V4L2 doesn't have a control for this yet, but it might be interesting.
Regular laptop webcam. I was thinking it could be applied on top of the webcam feed but I realize now that this would have to be supported by V4L2, otherwise you would have to re-encode the feed + LUT in real-time and maybe even route it to a different output, right? Which sounds impractical for this.
The USB UVC specification doesn't have anything like this, so it's unlikely that we can upload a LUT to an USB camera. It's possible to add some effect to the camera stream and feed a virtual camera like akvcam, v4l2loopback, (pipewire maybe?). But it's out of scope yet.
You can try webcamoid which has a color transformation plugin.
I've added #20 for these types of feature requests.
Awesome. Thanks!
Hi, it would be great to be able to load a LUT (Look-Up Table) file.