Blake Blackshear
|
8e73c7e95e
|
increase the buffer size a bit
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
088bd18adb
|
add a few more metrics to debug
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
2e8c7ec225
|
cleanup the plasma store when finished with a frame
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
9340a74371
|
dont redirect stdout for plasma store
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
5998de610b
|
reset detection fps
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
dfabff3846
|
dont change dictionary while iterating
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
76a7a3bad5
|
allow specifying the frame size in the config instead of detecting
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
a3fa97dd52
|
ensure missing objects are expired even when other object types are in the frame
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
1d2a41129c
|
Fix watchdog last_frame calculation
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
956298128d
|
cleanup
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
e6892d66b8
|
update docs and add back benchmark
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
6ef22cf578
|
fix watchdog
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
3e6f6edf7e
|
check avg wait before dropping frames
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
81c5b96ed7
|
fix watchdog restart
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
6f6d202c99
|
improve watchdog and coral fps tracking
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
2fc389c3ad
|
dont log http requests
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
05951aa7da
|
cleanup
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
bb8e4621f5
|
add models and convert speed to ms
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
04e9ab5ce4
|
add watchdog for camera processes
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
1089a40943
|
cleanup old code
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
68c3a069ba
|
add a min_fps option
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
80b9652f7a
|
check plasma store and consolidate frame drawing
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
569e07949f
|
split into separate processes
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
ffa9534549
|
update tflite to 2.1.0
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
c539993387
|
refactor some classes into new files
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
8a572f96d5
|
tweak process handoff
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
24cb3508e8
|
Mostly working detection in a separate process
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
3f34c57e31
|
read from ffmpeg
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
4c618daa90
|
WIP: revamp to incorporate motion
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
cd057370e1
|
fallback to opencv to detect resolution and allow config to specify
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
6263912655
|
use ffprobe to get frame shape (fixes #87)
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
af247275cf
|
make timestamp on snapshots configurable (fixes #88)
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
1198c29dac
|
make watchdog timeout configurable per camera (fixes #95)
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
169603d3ff
|
attempt to fix regions in process key error
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
dc7eecebc6
|
clarify config
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
0dd4087d5d
|
switch base image back to ubuntu:18.04
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
6ecf87fc60
|
update config example
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
ebcf1482f8
|
remove region in process when skipping
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
50bcf60893
|
switch to opencv headless
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
38efbd63ea
|
add camera name to ffmpeg log messages
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
50bcad8b77
|
skip regions when the queue is too full and add more locks
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
cfffb219ae
|
switch back to stretch for hwaccel issues
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
382d7be50a
|
check correct object
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
f43dc36a37
|
cleanup
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
38e7fa07d2
|
add a label position arg for bounding boxes
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
e261c20819
|
let the queues get as big as needed
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
3a66e672d3
|
notify mqtt when objects deregistered
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
2aada930e3
|
fix multiple object type tracking
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
d87f4407a0
|
switch everything to run off of tracked objects
|
2020-02-22 09:03:00 -06:00 |
|
Blake Blackshear
|
be5a114f6a
|
group by label before tracking objects
|
2020-02-22 09:03:00 -06:00 |
|