Post History
I have ordered (but am still waiting for it to arrive) a USB-connected webcam that is supposed to be V4L2 compatible. Once it arrives, I'm obviously going to want to mount it such that it provides...
#1: Initial revision
With a V4L2-compatible webcam, how to see its video feed for the purpose of adjusting aiming?
I have ordered (but am still waiting for it to arrive) a USB-connected webcam that is supposed to be V4L2 compatible. Once it arrives, I'm obviously going to want to mount it such that it provides a reasonable picture with minimal ongoing adjustments. I imagine that the easiest way to do so is to simply run some application that shows me what the camera is seeing, and then adjust the camera as needed to get a good result. The system in question is currently running Debian 10/Buster, but upgrading to 11/Bullseye is on my to-do list, so a solution should ideally work with both of those, preferably without having to download and install out-of-repository applications on either (so any tools suggested should be in both the buster and bullseye Debian repositories). I found [qv4l2](https://packages.debian.org/buster/qv4l2) ("test bench application for video4linux devices") which looks somewhat promising for making adjustments, but I haven't found anything that will let me actually see what the webcam is seeing. How can I accomplish the latter?