blakeblackshear.frigate/frigate
Nicolas Mowen 2946c935ee
Disabled camera output (#16920)
* Fix live cameras not showing on refresh

* Fix live dashboard when birdseye is added

* Handle cameras that are offline / disabled

* Use black instead of green frame

* Fix missing mqtt topics
2025-03-03 15:05:49 -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 Dynamically enable/disable cameras (#16894) 2025-03-03 08:30:52 -07:00
data_processing Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
db Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
detectors Remove rocm detector (#16913) 2025-03-03 08:16:14 -06:00
embeddings GenAI minor refactor (#16916) 2025-03-03 11:01:02 -06:00
events Remove thumb from database field (#16647) 2025-02-18 07:46:29 -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 Disabled camera output (#16920) 2025-03-03 15:05:49 -06:00
ptz Tracking improvements (#16484) 2025-02-11 09:37:58 -06:00
record Fix incorrect storage usage per camera (#16825) (#16851) 2025-02-27 08:28:53 -07:00
review Toggle review alerts and detections (#16482) 2025-02-11 07:46:25 -07:00
service_manager Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
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 Disabled camera output (#16920) 2025-03-03 15:05:49 -06:00
__init__.py
__main__.py Generalize postprocessing (#15931) 2025-02-08 12:47:01 -06:00
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 Update base image (#15103) 2025-02-08 12:47:01 -06:00
models.py
mypy.ini Add metrics page for embeddings and face / license plate processing times (#15818) 2025-02-08 12:47:01 -06:00
object_detection.py Remove rocm detector (#16913) 2025-03-03 08:16:14 -06:00
object_processing.py Dynamically enable/disable cameras (#16894) 2025-03-03 08:30:52 -07:00
plus.py Simplify plus submit (#15941) 2025-01-11 07:04:11 -07:00
storage.py
timeline.py
types.py Processing refactor (#15935) 2025-02-08 12:47:01 -06:00
video.py Dynamically enable/disable cameras (#16894) 2025-03-03 08:30:52 -07:00
watchdog.py