summaryrefslogtreecommitdiff
path: root/reolink (unfollow)
Commit message (Collapse)Author
2022-07-24reolink: switch to small videos onlyJon duSaint
Full size takes forever to generate (which will eat into the power budget once remote) and is larger than needed for what it is. Switch to generate the small size only.
2022-07-24reolink: Fix video generation and add enhancementsJon duSaint
When the spool was different from default, the process child found no screenshots as it wasn't loading the config file. Fix that. Also add a `"timelapse"` command to trigger generation (primarily for debugging), and save off a "keyframe" for each video generated.
2022-07-18reolink: generate simple slideshow web pageJon duSaint
Static page with simple slideshow, generated after each snapshot and respool.
2022-07-17reolink: minor input validation improvementsJon duSaint
2022-07-17reolink: sandbox fixesJon duSaint
Enable config file creation and exec (for video creation).
2022-07-17reolink: Allow reloadJon duSaint
Turns out support for reload was present since the beginning, so enable the rc "reload" action.
2022-07-17reolink: Add spool retention policyJon duSaint
Default now is to keep images in spool only for 24 hours. This can be changed via a client command or the config file.
2022-07-16reolink: rearrange sandbox code so it works with daemonizeJon duSaint
2022-07-16reolink: remove chroot refsJon duSaint
2022-07-16reolink: Sandbox server with unveilJon duSaint
2022-07-16reolink: Hoist load_params to mainJon duSaint
Prepare for use by Client.
2022-07-16reolink: Fix more missing spool dir bugsJon duSaint
2022-07-16reolink: Install reolink.conf.5 to correct directoryJon duSaint
2022-07-16reolink: Add man pages and example configurationJon duSaint
2022-07-16reolink: Fix missing spool dir bugJon duSaint
Add `spool_dir` to `%default_config` and `%debug_config` so as not to store snapshots in `/`.
2022-07-15reolink: Install and rc scriptsJon duSaint
2022-07-09reolink: Add timelapse video generationJon duSaint
2022-05-17reolink: client/server to take snapshots from a Reolink IP cameraJon duSaint
2022-05-01Move Reolink to its own subdirJon duSaint