Commit graph

7 commits

Author SHA1 Message Date
86f089bfeb
Added basic unattended setup, began adding settings exporter and import
TouchPrint can now be setup unattended by adding a settings file to
/boot/settings

TouchPrint's settings can be exported by running the existing functions
with the argument "export" (TODO: Add TUI option)

Fixed a few settings boxes not autofilling the current value
2021-01-27 18:37:53 -07:00
d224b02031
Changed shebangs to be portable
I did this because hardcoding /bin/bash is generally not good practice
2020-09-03 01:20:38 -06:00
09eac865c0
MJPG Streamer now works correctly, stupid typos 2020-08-25 15:35:27 -06:00
9132a8b7f7
Updated license and TODO, massive MJPG improvements
MJPG now has a massively improved command. Instead of transcoding the
video for no reason, instead we ask the camera driver for MJPG data so
that we don't have to transcode raw video if we don't have to.

MJPG's resolution and FPS can now also theoretically be changed from a
config file. The frontend components for this however are not
implemented.

Updated notice in first time setup since we're not in alpha anymore.
2020-08-24 03:04:27 -06:00
4d68cace69
Minor improvements 2020-08-21 19:09:58 -06:00
d9c15f9502
Added Golang MJPG Streamer, updated TODO
Added Golang based MJPG streamer https://github.com/blueimp/mjpeg-server
Still need to figure out HW acceleration

Changed default timezone to UTC
2020-08-20 02:56:51 -06:00
a0ccff5f4d Initial commit 2020-08-17 17:54:31 -06:00