fix: add pi5 support (#225)
Signed-off-by: Patrick Gehrsitz <mryel00.github@gmail.com>
This commit is contained in:
@@ -27,7 +27,9 @@ function construct_streamer {
|
||||
check_section "${cams}"
|
||||
case ${mode} in
|
||||
[mM]ulti | camera-streamer)
|
||||
if [[ "$(is_raspberry_pi)" = "1" ]] && [[ "$(is_ubuntu_arm)" = "0" ]]; then
|
||||
if [[ "$(is_raspberry_pi)" = "1" ]] &&
|
||||
[[ "$(is_ubuntu_arm)" = "0" ]] &&
|
||||
[[ "$(is_pi5)" = "0" ]]; then
|
||||
MULTI_INSTANCES+=( "${cams}" )
|
||||
else
|
||||
log_msg "WARN: Mode 'camera-streamer' is not supported on your device!"
|
||||
|
Reference in New Issue
Block a user