We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b2aeb commit 8b39771Copy full SHA for 8b39771
libs/hwhandler.sh
@@ -100,7 +100,8 @@ get_libcamera_controls() {
100
if [[ -x "${ust_bin}" ]]; then
101
"${ust_bin}" "${flags[@]}" 2> /dev/null | \
102
sed 's/device//g;/^SNAPSHOT/q' | sed '/^SNAPSHOT/d' | \
103
- sed '/^CAMERA/d;/- property/d' | sed '/camera-streamer Version:/d'
+ sed '/^CAMERA/d;/- property/d' | sed '/camera-streamer Version:/d' | \
104
+ sed 's/- available option: //g'
105
else
106
log_msg "WARN: 'libcamera' device option can not be displayed, because"
107
log_msg "WARN: camera-streamer is not installed"
0 commit comments