Go to file
Dustin cd64b3bccb app/frigate: Add schema, templates for Frigate
[Frigate] is an open source network video recording software with
advanced motion detection using machine learning object detection.  It
uses `ffmpeg` to stream video from one or more RTSP-capable IP video
cameras and passes the images through an object detection process.  To
improve the performance of the machine learning model, it supports using
a Coral EdgeTPU device, which requires special drivers: `gasket` and
`apex`.

Frigate is configured via a (rather compex) YAML document, some of the
schema of which is modeled in `schema.cue` (the parts I need, anyway).

[Frigate]: https://frigate.video/
2024-04-05 20:27:00 -05:00
app app/frigate: Add schema, templates for Frigate 2024-04-05 20:27:00 -05:00
base/schema/instructions base/schema: Fix instructions schema 2024-01-17 17:35:21 -06:00
cue.mod Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
env serterm: Deploy serial terminal server 2024-03-21 21:24:12 -05:00
host serterm: Deploy serial terminal server 2024-03-21 21:24:12 -05:00
instructions serterm: Deploy serial terminal server 2024-03-21 21:24:12 -05:00
scripts loki: Use fetchcert to manage server certificate 2024-02-18 11:35:13 -06:00
templates app/frigate: Add schema, templates for Frigate 2024-04-05 20:27:00 -05:00
.editorconfig Switch from KCL to CUE 2024-01-15 11:40:58 -06:00
.gitignore Initial commit 2024-01-14 19:24:55 -06:00
config.sh Remove Containerfile 2024-01-17 17:35:21 -06:00