We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac4711 commit 0bead3eCopy full SHA for 0bead3e
libs/hwhandler.sh
@@ -101,8 +101,8 @@ get_libcamera_controls() {
101
sed 's/device//g;/^SNAPSHOT/q' | sed '/^SNAPSHOT/d' | \
102
sed '/^CAMERA/d;/- property/d' | sed '/camera-streamer Version:/d' | \
103
sed 's/- available option: //g' | sed '/^$/d;' | \
104
- sed 's/([0-9]*[a-z,0-9]\,//g' | sed '/type=7/d;/type=4/d' | \
105
- sed 's/type=1/ (bool/g;s/type=3/ (int/g;s/type=5/ (float/g' | \
+ sed 's/([0-9]*[a-z,0-9]\, /(/g' | sed '/type=7/d;/type=4/d;/type=Rectangle/d' | \
+ sed 's/type=1/bool/g;s/type=3/int/g;s/type=5/float/g' | sed 's/type=//g;' | \
106
sed 's/\[/min=/g;s/\.\./ max=/g;s/\]$//g'
107
else
108
log_msg "WARN: 'libcamera' device option can not be displayed, because"
0 commit comments