Gerard Escalante and Blake Blackshear
a1cc9ad1f0
Revert one other change
2020-11-17 10:50:38 -06:00
Gerard Escalante and Blake Blackshear
29e8aa4020
Remove unnecessary install; fix default env var value
2020-11-17 10:50:38 -06:00
Gerard Escalante and Blake Blackshear
777aff403f
Fix errors when using nvidia images
2020-11-17 10:50:38 -06:00
Blake Blackshear and GitHub
4b3b702459
Update bug_report.md
2020-11-15 14:51:20 -06:00
Michael Wei and Blake Blackshear
893e6b40a7
nvidia ffmpeg support
2020-11-08 16:42:17 -06:00
Michael Wei and Blake Blackshear
a85d780020
lock libedgetpu1 to 15.0, update tflite_runtime
2020-11-08 16:40:01 -06:00
Blake Blackshear and GitHub
34439699ae
tweak logo
2020-10-26 10:05:26 -05:00
Blake Blackshear
64b63142b1
start the frame rate tracker
v0.7.3
2020-10-26 08:01:18 -05:00
Blake Blackshear
cee1ab000b
make ffmpeg pid available for cache maintenance ( fixes #271 )
2020-10-26 08:01:18 -05:00
Blake Blackshear
3ff98770c1
link to mjpeg documentation
2020-10-26 06:36:03 -05:00
tubalainen and Blake Blackshear
244203463d
Update on where to find the draw_zones
2020-10-26 06:36:03 -05:00
Blake Blackshear
b6f7940b10
hwaccel docs
v0.7.2
2020-10-25 14:30:36 -05:00
Blake Blackshear
75312602aa
add support for iHD driver
2020-10-25 14:30:36 -05:00
Blake Blackshear
75977128f0
ensure dummy frame is in yuv shape
2020-10-25 14:30:36 -05:00
Blake Blackshear
eafde6c677
capture ffmpeg in a dedicated process
2020-10-25 14:30:36 -05:00
Blake Blackshear
da0598baef
disable flask warning
2020-10-25 14:30:36 -05:00
Blake Blackshear
35ba5e2f7c
improve frame memory management
2020-10-25 14:30:36 -05:00
Blake Blackshear
49258d6dbe
tweaks for recent issues
2020-10-24 08:52:40 -05:00
Blake Blackshear
5a081e4f00
docs rewrite
2020-10-24 08:23:16 -05:00
Blake Blackshear
4feae472e9
reformatting and fixing typos
2020-10-23 06:56:06 -05:00
tubalainen and Blake Blackshear
4e83239258
Updated information on poly mask
2020-10-23 06:56:06 -05:00
tubalainen and Blake Blackshear
c4cccf44a5
poly example image
2020-10-23 06:38:41 -05:00
jacobgibbs and Blake Blackshear
64e7cbcc62
Update README.md
...
Update attributes name to pull through the FPS
2020-10-19 15:04:34 -05:00
Blake Blackshear
dd86e4f317
fix clips path and check for symlinks
v0.7.1
2020-10-19 07:01:31 -05:00
Blake Blackshear
4db285a875
remove reference to stable
2020-10-18 14:12:25 -05:00
Blake Blackshear
939d1ba091
use global and ensure dirs exist
v0.7.0
2020-10-18 13:47:13 -05:00
Blake Blackshear
0fe8d486d9
make cache/clips dirs configurable
2020-10-18 13:47:13 -05:00
Blake Blackshear
a3cb02af5c
sync arch names with hassio
2020-10-18 13:47:13 -05:00
Blake Blackshear
45a6b8452c
allow config file to be specified by env var and allow json
2020-10-18 13:47:13 -05:00
Blake Blackshear
9d594cc640
allow setting config file location via env var
2020-10-18 13:47:13 -05:00
Blake Blackshear
59e41ae1ac
update sample config
2020-10-18 13:47:13 -05:00
Blake Blackshear
c6ed16465b
move the timestamp to bottom
2020-10-18 13:47:13 -05:00
Blake Blackshear
8f14b36f5a
tweak size
2020-10-18 13:47:13 -05:00
Blake Blackshear
b6c2491e3b
use the actual original shape
2020-10-18 13:47:13 -05:00
Blake Blackshear
8e31d04d90
scale font of timestamp dynamically
2020-10-18 13:47:13 -05:00
Blake Blackshear
bf93fbb357
add ability to draw bounding boxes/timestamps on snapshots
2020-10-18 13:47:13 -05:00
Blake Blackshear
c064b244db
handle empty best frames
2020-10-18 13:47:13 -05:00
Blake Blackshear
0280610e96
fix detector cleanup
2020-10-18 13:47:13 -05:00
Blake Blackshear
4363623c45
reduce zone filter bouncing
2020-10-18 13:47:13 -05:00
Blake Blackshear
c960914ec3
prevent the camera process from hanging
2020-10-18 13:47:13 -05:00
Blake Blackshear
9ecc80b443
syntax error
2020-10-18 13:47:13 -05:00
Blake Blackshear
3e146de0a2
update docs
2020-10-18 13:47:13 -05:00
Blake Blackshear
bee54c39dc
update default detectors
2020-10-18 13:47:13 -05:00
Blake Blackshear
623d138d60
use dictionary for detectors for sensors
2020-10-18 13:47:13 -05:00
Blake Blackshear
76befc1249
only draw during debug
2020-10-18 13:47:13 -05:00
Dejan Zelic and Blake Blackshear
51251b9fb0
Added Healthcheck to Docker Compose
...
Frigate provides an HTTP server that can be used to detect if frigate is running or not. Using the docker-compose "healthcheck" feature we can set automations to restart the service if it stops working.
2020-10-18 13:47:13 -05:00
Radegast and Blake Blackshear
8c45076bb6
Fix error in the docker run command
...
I have very little experience with Docker, but it seems the command in the README has two mistakes in it:
- unknown shorthand flag: 'n' in -name
- docker: Error response from daemon: Invalid container name (blakeblackshear/frigate:stable), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.
I am running Docker version 19.03.13-ce, build 4484c46d9d on Arch linux.
2020-10-18 13:47:13 -05:00
Blake Blackshear
7d683ef399
cleanup frame queue
2020-10-18 13:47:13 -05:00
Blake Blackshear
e4da3822b1
cleanup detection shms
2020-10-18 13:47:13 -05:00
Blake Blackshear
12c4cd77c5
only convert pix_fmt when necessary
2020-10-18 13:47:13 -05:00