v4l - video4linux
v4l - video4linux
list video devices
v4l2-ctl --list-devicesget details of a device
this will tell you the available frame rate and other things.
sudo v4l2-ctl --device=/dev/video0 --allor just run:
sudo v4l2-ctl --allfind capture capabilities
…so you know which resolution you can stream at:
sudo v4l2-ctl -d /dev/video0 --list-formats-ext