Skip to content

Commit

Permalink
chore: dont display resolutions on pi5
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Mar 16, 2024
1 parent a1429f1 commit 63bbbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ function print_cams {
for device in $(get_libcamera_path); do
log_msg "Detected 'libcamera' device -> ${device}"
done
list_picam_resolution
if [[ "$(is_pi5)" = "0" ]]; then
list_picam_resolution
list_picam_controls
fi
fi
Expand Down

0 comments on commit 63bbbea

Please sign in to comment.