blakeblackshear.frigate/frigate
Chris Oelerich f81bab8895
video['global'] can be empty resulting in a divide by zero (#16993)
* video['global'] can be empty resulting in a divide by zero

* formatting :(
2025-03-06 16:21:16 -06:00
..
api Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
camera Dynamically enable/disable cameras (#16894) 2025-03-03 08:30:52 -07:00
comms Disabled camera output (#16920) 2025-03-03 15:05:49 -06:00
config Disable detection by default (#16980) 2025-03-06 08:00:29 -06:00
data_processing Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
db
detectors Remove rocm detector (#16913) 2025-03-03 08:16:14 -06:00
embeddings GenAI: allow configuring additional send trigger after_significant_updates as well as event_end (#16919) 2025-03-04 09:23:51 -07:00
events Ensure disabling a camera also disables audio detection (#16961) 2025-03-05 06:30:23 -07:00
genai Adapt openai.py to work with xAI (#16903) 2025-03-03 12:53:24 -07:00
images
motion Only match on exact config name in some cases (#16704) 2025-02-20 10:04:06 -06:00
output Refactor enabled camera listeners (#16979) 2025-03-06 07:59:35 -06:00
ptz
record Fix incorrect storage usage per camera (#16825) (#16851) 2025-02-27 08:28:53 -07:00
review Refactor enabled camera listeners (#16979) 2025-03-06 07:59:35 -06:00
service_manager
stats Embeddings tweaks (#16864) 2025-02-28 11:43:08 -07:00
test Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
track Remove thumb from database field (#16647) 2025-02-18 07:46:29 -07:00
util video['global'] can be empty resulting in a divide by zero (#16993) 2025-03-06 16:21:16 -06:00
__init__.py
__main__.py
app.py Embeddings tweaks (#16864) 2025-02-28 11:43:08 -07:00
const.py Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
ffmpeg_presets.py Improve ffmpeg versions handling (#16712) 2025-02-20 18:07:41 -07:00
log.py
models.py
mypy.ini
object_detection.py Remove rocm detector (#16913) 2025-03-03 08:16:14 -06:00
object_processing.py Refactor enabled camera listeners (#16979) 2025-03-06 07:59:35 -06:00
plus.py
storage.py
timeline.py
types.py
video.py Ensure disabling a camera also disables audio detection (#16961) 2025-03-05 06:30:23 -07:00
watchdog.py