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
AgeCommit message (Collapse)Author
2022-02-08Set systemd Type to simple instead of forkingFlip
2020-12-18Increase restart time to 1 secondcoliss86
by default, when the service crash, it is restarted within 100 ms. This patch increase the time in order to eventually let the usb device to be ready.
2020-07-03Fix webcamd issuesGina Haeussge
Removed left over references to sysv init stuff. Fixed logging to /var/log/webcamd.log.
2020-05-23Experimental HLS support.Timofei Korostelev
2019-07-02Accept to specify a camera device with "-d /dev/v4l/*" in "/boot/octpi.txt" ↵usk-johnny-s
(#597) #596 * Accept to specify a camera device with "-d /dev/v4l/*" in "/boot/octpi.txt" * Support plug and play of a USB camera. (delayed a read-link of a device link) * Add feature: Load multiple camera configuration files. * change video config file path to "/boot/octopi.conf.d/*.txt" and remove loading of conventional location video config file. * Create video config directory and move config-file. * Remove conventional config file * Fix typo of variable name * Fix typo of variable refernce * Fix issue of raspi-cam with camera="auto" in webcamd script. Change webcamd startup mechanism to systemd from init.d.