Camera dependance fix

This commit is contained in:
AGG2017 2024-02-19 07:04:39 -05:00
parent 174c81559d
commit 6c4e9f995c

View file

@ -30,7 +30,7 @@ root_access="$1$///xTLYF$krWXTe62/dm.crd6CH4HW0"
uart="2.3.9"
# Enable the SSH server, use 'dropbear' type ssh (recommended)
#ssh="dropbear"
ssh="dropbear"
# Enable opkg (+5MB to the update, +10MB to the rootfs)
# Use it only when you plan to install more packages from the printer
@ -43,20 +43,20 @@ python="3.11"
# Webcam cli tool for taking pictures from a connected USB web camera
fswebcam="default"
# Enable custom web camera support. Use the 'default' or 'default.run' package.
# Enable custom web camera support.
# You can use the (1) 'default' or (2) 'default.run' package.
# Support for firmware ver 3.0.9+ only
#
# Use "default" for install the package but not run the process
# 1. Use "default" to just install the package but not to run the process
# When you need remote video monitoring from the ssh shell execute
# 'camera.py' to start the webserver
# Use CTRL-C or close the ssh shell to stop the webserver
# 'camera.py' to start the webserver and use CTRL-C to stop the webserver
#
# Use "default.run" for install the package and auto run the process at startup
# 2. Use "default.run" for install the package and auto run the process at startup
#
# From your browser navigate to: http://your_printer_address:8000
#
# It requires a compatible USB camera to be inserted in any of the USB slots
camera="default.run" [python] [fswebcam]
# It requires the options: [python], [fswebcam] and [ssh]
camera="default.run" [python] [fswebcam] [ssh]
# Enable the web interface Kobra Unleashed
# More information: https://github.com/anjomro/kobra-unleashed
@ -91,4 +91,5 @@ app_net_ready="30s"
# Add a script for custom initializations at startup
# like starting a custom MQTT server, webcam steaming, etc.
# This is still work in progress. Please do not use it until completed.
startup_script="startup.sh"