Blake Blackshear
|
8d4e155ece
|
add ability to draw bounding boxes/timestamps on snapshots
|
2020-10-16 16:11:08 -05:00 |
|
Blake Blackshear
|
6069709035
|
handle empty best frames
|
2020-10-13 20:57:57 -05:00 |
|
Blake Blackshear
|
c9d7fbbd12
|
fix detector cleanup
|
2020-10-13 08:01:06 -05:00 |
|
Blake Blackshear
|
20cff853e8
|
syntax error
|
2020-10-11 13:07:00 -05:00 |
|
Blake Blackshear
|
26f4e27df0
|
update default detectors
|
2020-10-11 12:52:50 -05:00 |
|
Blake Blackshear
|
106d513e0b
|
use dictionary for detectors for sensors
|
2020-10-11 12:49:08 -05:00 |
|
Blake Blackshear
|
223ec76601
|
only draw during debug
|
2020-10-11 12:16:57 -05:00 |
|
Blake Blackshear
|
08c43e7918
|
cleanup frame queue
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
6f070502b5
|
cleanup detection shms
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
61081b91a3
|
only convert pix_fmt when necessary
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
2a84d0afb9
|
use yuv420p pixel format for motion
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
2c17f27ab4
|
support multiple coral devices (fixes #100)
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
5bb9838c4f
|
print stacktraceon segfaults
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
d788ceb1d3
|
fix shared memory store usage for events
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
af8c4e7eac
|
upgrade to python3.8 and switch from plasma store to shared_memory
|
2020-10-11 11:49:29 -05:00 |
|
Blake Blackshear
|
2937dac4c3
|
update config merging and example config
|
2020-10-11 11:38:32 -05:00 |
|
Blake Blackshear
|
309c0dcda3
|
proper handling of crop param (fixes #208)
|
2020-09-20 20:58:10 -05:00 |
|
Blake Blackshear
|
7880d24b29
|
prevent the cache from growing indefinitely
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
fdc8bbf72d
|
move zone config under each camera
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
50e568b84c
|
allow setting size and cropping of snapshots and best.jpg endpoint
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
69406343ee
|
allow setting the camera fps if needed
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
fedeeab561
|
fix watchdog
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
6a8d8bf53d
|
dont trigger zones for false positives
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
2f758af097
|
allow setting specific edgetpu in config
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
acb75fa02d
|
refactor and reduce false positives
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
ea4ecae27c
|
Refactor with a working false positive test
|
2020-09-17 07:37:27 -05:00 |
|
Blake Blackshear
|
0914cb71ad
|
allow resizing best image
|
2020-08-08 07:40:48 -05:00 |
|
Blake Blackshear
|
adcfe699c2
|
ensure frigate can exit gracefully
|
2020-08-08 07:40:48 -05:00 |
|
Blake Blackshear
|
e5048f98b6
|
fix latest size calculation
|
2020-08-08 07:40:48 -05:00 |
|
Blake Blackshear
|
1f03c8cb8c
|
add latest jpg endpoint
|
2020-08-08 07:40:48 -05:00 |
|
Blake Blackshear
|
69f5249788
|
initial implementation of zones
|
2020-08-08 07:40:48 -05:00 |
|
Blake Blackshear
|
a8c0fadf95
|
make pre_capture time configurable
|
2020-08-01 18:20:44 -05:00 |
|
Blake Blackshear
|
fbe721c860
|
remove vsync drop because it breaks segment
|
2020-08-01 18:20:44 -05:00 |
|
Blake Blackshear
|
7383db60b0
|
save clips for tracked objects
|
2020-08-01 18:20:44 -05:00 |
|
Blake Blackshear
|
8e77cf25d9
|
handle ffmpeg process hangs that dont exit ffmpeg
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
7d33e03943
|
ensure detection_start doesnt change values between conditions
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
0c44666c89
|
drop plasma store stderr logs
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
ddaa746807
|
resize to aspect ratio of frame
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
760e1ffe1d
|
skip frames in the capture thread instead
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
15b4024715
|
expose frame time at each step of processing
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
4ee200a81c
|
move ffmpeg capture to a separate thread and use a queue
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
e37eba49ff
|
make object processor resilient to plasma failures
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
3a9781c4f8
|
handle various scenarios with external process failures
|
2020-06-02 05:25:02 -05:00 |
|
Blake Blackshear
|
a60b9211d2
|
allow specifying debug view fps and size
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
c80137e059
|
call the restart function and handle errors better in the detection process
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
e7c536ea31
|
allow mqtt password to be set by env var
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
a5bef89123
|
improve detection processing and restart when stuck
|
2020-03-03 20:26:53 -06:00 |
|
Blake Blackshear
|
01bf89907d
|
dont kill the camera process from the main process
|
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
|
9340a74371
|
dont redirect stdout for plasma store
|
2020-03-03 20:26:53 -06:00 |
|