Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Mar 19, 2024
1 parent b901181 commit 7b32509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hwhandler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ get_libcamera_controls() {
ust_bin="${BASE_CN_PATH}/bin/camera-streamer/camera-streamer"
if [[ -x "${ust_bin}" ]]; then
"${ust_bin}" "${flags[@]}" 2> /dev/null | \
sed 's/device//g;^SNAPSHOT/q' | sed '/^SNAPSHOT/d' | \
sed 's/device//g;/^SNAPSHOT/q' | sed '/^SNAPSHOT/d' | \
sed '/^CAMERA/d;/- property/d' | sed '/\.\/camera/d'
else
log_msg "WARN: 'libcamera' device option can not be displayed, because"
Expand Down

0 comments on commit 7b32509

Please sign in to comment.