Octoprint
mkdir -p ~/.local/bin
source ~/.profile
python -m venv OctoPrint
cd OctoPrint/bin
pip install --no-cache-dir OctoPrint
sudo usermod -a -G tty <username>
sudo usermod -a -G dialout <username>
./OctoPrint/bin/octoprint serve
wget https://github.com/OctoPrint/OctoPrint/raw/master/scripts/octoprint.service
sudo mv octoprint.service /etc/systemd/system/octoprint.service
nano /etc/systemd/system/octoprint.service
Livebild mit Webcam
µStreamer
https://github.com/pikvm/ustreamer
https://manpages.ubuntu.com/manpages/jammy/man1/ustreamer.1.html
https://the3dprinterbee.com/de/beste-kameras-webcams-octoprint/
sudo apt install build-essential libjpeg-dev libjpeg9 libevent-dev libbsd-dev
$ git clone --depth=1 https://github.com/pikvm/ustreamer
$ cd ustreamer
$ make
$ ./ustreamer --help
$ ./ustreamer --device=/dev/video1 --host=0.0.0.0 --port=8080./ustreamer --device=/dev/video1 --host=0.0.0.0 --port=8080 --resolution=1920x1080
sudo apt install v4l-utils
v4l2-ctl --list-devices