mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 15:27:51 -04:00
* recreate review thumbnail directory before writing and log write failures cleanup's remove_empty_directories() can rmdir an empty clips/review, after which thumbnail writes silently fail. Ensure the directory exists before both cv2.imwrite calls and check their return value * add docs for add camera wizard * Handle indefinite events when a segment needs to forcibly be ended for a ceamera * update keyframe interval article link --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website