blakeblackshear.frigate/frigate
Nicolas Mowen df40b96b44
BUG: Fixes and cleanup around region / bounding box calculation (#3879)
* -1 so ensure indexes are correct

* Catch case of zero division

* Due to the -1, it may be negative

* Ignore source of error

The error is occurring due to a detections bounding box starting beyond the frame, this should be immediately ignored

* Formatting

* Check horizontal placement as well

* Remove original frame clamping
2022-09-22 08:07:16 -05:00
..
test fix plus enabled for addons 2022-07-22 08:12:58 -05:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
app.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
birdseye.png
config.py update stimeout to timeout 2022-07-05 11:55:55 -05:00
const.py
edgetpu.py
events.py lint fixes 2022-04-16 09:08:10 -05:00
http.py Fix edge case where browser sends multiple requests to download file. 2022-09-15 06:32:54 -05:00
log.py Add basic typing for multiple modules: 2022-04-15 07:01:43 -05:00
models.py type fixes 2022-04-18 06:52:13 -05:00
motion.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
mqtt.py Reset motion to false on startup 2022-07-19 06:59:20 -05:00
mypy.ini Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
object_processing.py mqtt motion adjustments 2022-05-15 07:45:04 -05:00
objects.py cleanup print statements 2022-04-16 09:08:10 -05:00
output.py
plus.py read plus api key from addon options 2022-06-30 07:19:40 -05:00
record.py revert false warning messages 2022-07-20 06:55:06 -05:00
stats.py Catch crash on no internet (#3246) 2022-05-26 10:04:33 -05:00
types.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
util.py fix depreciated import from collections 2022-04-15 07:01:43 -05:00
video.py BUG: Fixes and cleanup around region / bounding box calculation (#3879) 2022-09-22 08:07:16 -05:00
watchdog.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
zeroconf.py