Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/modules/octopi/start_chroot_script5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 11b981b..6247a7b 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -270,6 +270,11 @@ systemctl_if_exists enable streamer_select.service
if [ "$OCTOPI_INCLUDE_MJPGSTREAMER" == "yes" ]
then
systemctl_if_exists enable webcamd.service
+### use legacy camera stack on bullseye for now
+ if grep "camera_auto_detect=1" /boot/config.txt
+ then
+ sed -i "s/camera_auto_detect=1/camera_auto_detect=0/g" /boot/config.txt
+ fi
else
rm /etc/logrotate.d/webcamd
rm /etc/systemd/system/webcamd.service