Camerastreamer (#159)
* toward camera-streamer integration * various fixes * fix menu entry * fedora 3.10 * perpare to merge
This commit is contained in:
14
README.md
14
README.md
@@ -1,11 +1,11 @@
|
||||
|
||||
|
||||
Updated January 19, 2024.
|
||||
Updated March 11, 2024.
|
||||
|
||||
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis.
|
||||
Need help with octoprint_deploy? Visit support-octoprint-deploy on the OctoPrint Discord: https://discord.com/invite/yA7stPp
|
||||
|
||||
# octoprint_deploy 1.0.9
|
||||
# octoprint_deploy 1.0.10
|
||||
|
||||
* These files provide a bash script for quickly deploying multiple octoprint instances on a single computer. For Linux systems (Ubuntu, Fedora, etc.) it will also install OctoPrint and a video streamer (ustreamer). No need for lots of file editing or complicated Docker compose scripts! A background video on how it generally works from my ERRF2022 talk can be found here: https://www.youtube.com/watch?v=q0iCNl8-kJI&t=15378s
|
||||
* octoprint_deploy and octoprint_install are being merged! Maintaining two separate scripts was close to twice the amount of work. By merging the scripts many new features have been included, while also providing greater simplicity in setup.
|
||||
@@ -63,18 +63,12 @@ Need help with octoprint_deploy? Visit support-octoprint-deploy on the OctoPrint
|
||||
* Restart all instances from the command line: `sudo octoprint_deploy/octoprint_deploy.sh restart_all`
|
||||
* You can inject any function at start using the command line with the first argument `f` and the second argument the function name.
|
||||
# Recent Changes
|
||||
* Add camera-streamer as an option. This is also coupled with adding PiCam from the menu. __THIS IS EXPERIMENTAL and NEEDS TESTING__
|
||||
* Fix an issue with Fedora python versioning.
|
||||
* Fix change for ustreamer executable being renamed ustreamer.bin
|
||||
* Improve Instance Status function.
|
||||
* Remove octoprint_deploy backup technique and move entirely to native OctoPrint backups. Backups made in this way are moved to /home/$USER/instance_backup to make them easier to sort.
|
||||
* Camera settings written to separate env file. This can be found and edited at `/etc/cam_instancename.env`.
|
||||
* Fixes for shared uploads function.
|
||||
* Command-line function injection. Will be useful in some cases.
|
||||
* Allow first instance creation without udev rule
|
||||
* Fixed dialout permissions.
|
||||
* Lots of changes, now octoprint_deploy 1.0.0
|
||||
* Udev utility menu
|
||||
* Diagnostic information from menu provides a variety of useful information about the system.
|
||||
* Cameras have additional fallback detection (/dev/v4l/by-id entries)
|
||||
# TODO
|
||||
* Integration with OctoPi new camera stack. This may or may not happen.
|
||||
* Detection of existing instances/binaries that can be used instead of a full install (preserves plugins)
|
||||
|
||||
Reference in New Issue
Block a user