How to fix webcam autozooming?
Cameras refocusing during meetings are annoying. It happens with high-end and low-end webcams, but why? This article describes how to deal with this problem.… Read More How to fix webcam autozooming?
Cameras refocusing during meetings are annoying. It happens with high-end and low-end webcams, but why? This article describes how to deal with this problem.… Read More How to fix webcam autozooming?
To support my web camera project and enable it to use higher resolutions I need to patch the UVC driver in the kernel with still image support found on https://github.com/yangh/uvcvideo. First the chages made in that project to the standard UVC driver were merged with the driver in 3.0.4 kernel I’m running now. The newly… Read More Compiling UVC driver for Linux with still image support