Oh, incidently the commands for checking out the webcam are:
V4L2-ctl --list-devices
V4L2-ctl --list-formats
V4L2-ctl --list-formats-ext
Also:
lsusb
lsusb -s 001:005 -v (where 001 is the bus IS and 005 is the device ID got from the first lsusb command. Pipe through grep to filter or copy to notepad and browse)
Note that capitalisation of the v4l2 command is solely to differentiate between an L and a 1.
V4L2-ctl --list-devices
V4L2-ctl --list-formats
V4L2-ctl --list-formats-ext
Also:
lsusb
lsusb -s 001:005 -v (where 001 is the bus IS and 005 is the device ID got from the first lsusb command. Pipe through grep to filter or copy to notepad and browse)
Note that capitalisation of the v4l2 command is solely to differentiate between an L and a 1.