Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: dont display resolutions on pi5
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>
KwadFan committed Jan 31, 2024
1 parent 637acd3 commit a94288e
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
@@ -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

0 comments on commit a94288e

Please sign in to comment.