I’m trying to get the “Running the Live Camera Detection Demo” running but this is my first time using these systems and the instructions for this demo are a little less defined than the previous ones.
Could someone walk me through the steps I need to take to get this working with a Logitech C920?
It depends on the index of the /dev/video node that you want to use:
(i.e. define DEFAULT_CAMERA 0 for /dev/video0 or define DEFAULT_CAMERA 1 for /dev/video1, ect.)
If you also have an onboard MIPI CSI camera plugged in, that will come up as /dev/video0. In that case, /dev/video1 would be your USB camera.
You can list the cameras you have connected in V4L2 with the v4l2-ctl utility: