Commit graph

6 commits

Author SHA1 Message Date
Martin Weinelt f345c59481
frigate: drop opencv pin
Started failing when opencv was replaced by opencv4 and caused a
conflict in the python environment due to multiple instances of the same
library being present.
2023-11-14 13:58:19 +01:00
Martin Weinelt 5b3f58125e
frigate: fix serving of clips
Frigate uses string concat to create some paths, which relies on the
cache path ending with a trailing slash.

I've meanwhile proposed a fix upstream, that will likely
be part of the next release.
2023-07-29 17:54:15 +02:00
Martin Weinelt 8fc3dc8ee8
frigate: 0.12.0 -> 0.12.1
https://github.com/blakeblackshear/frigate/releases/tag/v0.12.1
2023-07-13 03:27:46 +02:00
Martin Weinelt d55cec42d1
frigate: substitute more paths
Fixes the error image for unreachable cameras, the idle image for the
birdseye view and fix cache path in old clip removal function.
2023-05-25 01:58:00 +02:00
Martin Weinelt c7ad6560b0
nixos/tests/frigate: init
Starts a frigate instance with a dummy video stream provided by ffmpeg.

Co-Authored-By: fleaz <mail@felixbreidenstein.de>
2023-05-22 16:29:55 +02:00
Martin Weinelt 76f9a4b617
frigate: init at 0.12.0
Frigate is a NVR with realtime local object detection for IP cameras.
2023-05-22 16:29:54 +02:00