Commit Graph

127 Commits

Author SHA1 Message Date
blakeblackshear
23efc3a902 a few fixes 2019-07-13 11:31:18 -05:00
blakeblackshear
7210f69ad9 add required packages for VAAPI 2019-07-13 08:08:31 -05:00
blakeblackshear
8452578368 comment formatting and comment out mask in example config 2019-07-13 07:45:56 -05:00
blakeblackshear
1ed1d81218 add some comments to the sample config 2019-07-13 07:41:34 -05:00
blakeblackshear
2383342281 tweak the label position 2019-07-13 07:41:34 -05:00
blakeblackshear
8fed015726 add support for ffmpeg hwaccel params and better mask handling 2019-07-13 07:41:34 -05:00
blakeblackshear
e26d16cce6 specify a client id for frigate 2019-07-13 07:41:34 -05:00
blakeblackshear
6adb18c11a update dockerignore and debug option 2019-07-13 07:41:34 -05:00
Kyle Niewiada
87f0bfa160 Add area labels to bounding boxes (#47)
* Add object size to the bounding box

Remove script from Dockerfile

Fix framerate command

Move default value for framerate

update dockerfile

dockerfile changes

Add person_area label to surrounding box


Update dockerfile


ffmpeg config bug


Add `person_area` label to `best_person` frame


Resolve debug view showing area label for non-persons


Add object size to the bounding box


Add object size to the bounding box

* Move object area outside of conditional to work with all object types
2019-07-13 07:41:34 -05:00
blakeblackshear
b64a6c51ad take_frame config example 2019-07-13 07:41:34 -05:00
blakeblackshear
915a83e9be add ability to process every nth frame 2019-07-13 07:41:34 -05:00
blakeblackshear
e01456b122 added missing scripts 2019-07-13 07:41:34 -05:00
blakeblackshear
79a2b75771 extra ffmpeg params to reduce latency 2019-07-13 07:41:34 -05:00
blakeblackshear
5e7a21851a add a benchmark script 2019-07-13 07:41:34 -05:00
blakeblackshear
fb728d2b60 reduce verbosity of ffmpeg 2019-07-13 07:41:34 -05:00
blakeblackshear
0fc0accddc use a regular subprocess for ffmpeg, refactor bounding box drawing 2019-07-13 07:41:34 -05:00
blakeblackshear
ed13f42e47 experimental: running ffmpeg directly and capturing raw frames 2019-07-13 07:41:34 -05:00
blakeblackshear
7132994cda working odroid build, still needs hwaccel 2019-07-13 07:41:34 -05:00
Blake Blackshear
56b9c754f5
Update README.md 2019-06-18 06:19:13 -07:00
Blake Blackshear
5c4f5ef3f0
Create FUNDING.yml 2019-06-18 06:15:05 -07:00
Blake Blackshear
8c924896c5
Merge pull request #36 from drcrimzon/patch-1
Add MQTT connection error handling
2019-05-15 07:10:53 -05:00
Mike Wilkinson
2c2f0044b9
Remove error redundant check 2019-05-14 11:09:57 -04:00
Mike Wilkinson
874e9085a7
Add MQTT connection error handling 2019-05-14 08:34:14 -04:00
Blake Blackshear
e791d6646b
Merge pull request #34 from blakeblackshear/watchdog
0.1.2
2019-05-11 07:43:09 -05:00
blakeblackshear
3019b0218c make the threshold configurable per region. fixes #31 2019-05-11 07:39:27 -05:00
blakeblackshear
6900e140d5 add a watchdog to the capture process to detect silent failures. fixes #27 2019-05-11 07:16:15 -05:00
Blake Blackshear
911c1b2bfa
Merge pull request #32 from tubalainen/patch-2
Clarification on username and password for MQTT
2019-05-11 07:14:19 -05:00
Blake Blackshear
f4587462cf
Merge pull request #33 from tubalainen/patch-3
Update of the home assistant integration example
2019-05-11 07:14:01 -05:00
tubalainen
cac1faa8ac
Update of the home assistant integration example
sensor to binary_sensor
device_class type "moving" does not exist, update to "motion"
2019-05-10 16:47:40 +02:00
tubalainen
9525bae5a3
Clarification on username and password for MQTT 2019-05-10 16:36:22 +02:00
blakeblackshear
dbcfd109f6 fix missing import 2019-05-10 06:19:39 -05:00
Blake Blackshear
f95d8b6210
Merge pull request #26 from blakeblackshear/mask
add the ability to mask the standing location of a person
2019-05-01 06:43:32 -05:00
blakeblackshear
4dacf02ef9 add the ability to mask the standing location of a person 2019-04-30 20:35:22 -05:00
Blake Blackshear
3e803b6a03
Merge pull request #20 from blakeblackshear/edgetpu
edgetpu
2019-03-30 08:28:36 -05:00
blakeblackshear
7a7f507781 update diagram 2019-03-30 08:22:41 -05:00
blakeblackshear
e0b9b616ce cleanup and update readme 2019-03-30 07:58:31 -05:00
blakeblackshear
4476bd8a13 log capture process pid 2019-03-29 21:18:20 -05:00
blakeblackshear
5aa3775c77 create a camera object for each camera in the config 2019-03-29 21:14:24 -05:00
blakeblackshear
edf0cd36df add back flask endpoints 2019-03-29 21:02:40 -05:00
blakeblackshear
0279121d77 WIP: convert to camera class 2019-03-29 20:49:27 -05:00
blakeblackshear
8774e537dc implementing a config file for a single camera 2019-03-28 07:30:58 -05:00
blakeblackshear
0514eeac03 switch to a thread for object detection 2019-03-27 20:44:57 -05:00
blakeblackshear
a074945394 missing param and updated readme 2019-03-27 06:55:32 -05:00
blakeblackshear
a26d2217d4 implement min person size again 2019-03-27 06:45:27 -05:00
blakeblackshear
200d769003 removing motion detection 2019-03-27 06:17:00 -05:00
blakeblackshear
48aa245914 convert docker build to x86 2019-03-26 05:44:33 -05:00
blakeblackshear
ada8ffccf9 fix for queue size growing too large 2019-03-25 20:35:44 -05:00
blakeblackshear
bca4e78e9a use a queue instead 2019-03-25 06:24:36 -05:00
blakeblackshear
7d3027e056 looping over all regions with motion. ugly, but working 2019-03-20 07:11:38 -05:00
blakeblackshear
c406fda288 fixes 2019-03-19 06:29:58 -05:00