Skip to content

Commit

Permalink
Update install.sh: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 18, 2023
1 parent b66ed9d commit 095fd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ CONNECTED_CAMERAS=""
get_connected_cameras()
{
local CC
# If we can't determine the camera to use for RPi cameras it either means there is
# no RPi camera, or something's wrong.
if determineCommandToUse "false" "" > /dev/null 2>&1 ; then
display_msg --log progress "RPi camera found."
CC="RPi"
Expand Down

0 comments on commit 095fd42

Please sign in to comment.