Add various tools
This commit is contained in:
11
tools/dump_cameras.sh
Executable file
11
tools/dump_cameras.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
v4l2-ctl --list-devices
|
||||
|
||||
for device in /dev/video*; do
|
||||
v4l2-ctl -d "$device" -L
|
||||
v4l2-ctl -d "$device" --list-formats-out
|
||||
v4l2-ctl -d "$device" --list-formats-ext
|
||||
done
|
Reference in New Issue
Block a user