Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.12.0 Release #4055

Merged
merged 295 commits into from
Apr 8, 2023
Merged

0.12.0 Release #4055

merged 295 commits into from
Apr 8, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    3cb6d43 View commit details
    Browse the repository at this point in the history
  2. Add GPU stats to the /stats API and debug screen (#3931)

    * Add ffprobe endpoint
    
    * Get ffprobe for multiple inputs
    
    * Copy ffprobe in output
    
    * Fix bad if statement
    
    * Return full output of ffprobe process
    
    * Return full output of ffprobe process
    
    * Make ffprobe button show dialog with output and option to copy
    
    * Add driver names to consts
    
    * Add driver env var name
    
    * Setup general tracking for GPU stats
    
    * Catch RPi args as well
    
    * Add util to get radeontop results
    
    * Add real amd GPU stats
    
    * Fix missed arg
    
    * pass config
    
    * Use only the values
    
    * Fix vram
    
    * Add nvidia gpu stats
    
    * Use nvidia stats
    
    * Add chart for gpu stats
    
    * Format AMD with space between percent
    
    * Get correct nvidia %
    
    * Start to add support for intel GPU stats
    
    * Block out RPi as util is not currently available
    
    * Formatting
    
    * Fix mypy
    
    * Strip for float conversion
    
    * Strip for float conversion
    
    * Fix percent formatting
    
    * Remove name from gpu map
    
    * Add tests and fix AMD formatting
    
    * Add nvidia gpu stats test
    
    * Formatting
    
    * Add intel_gpu_top for testing
    
    * Formatting
    
    * Handle case where hwaccel is not setup
    
    * Formatting
    
    * Check to remove none
    
    * Don't use set
    
    * Cleanup and fix types
    
    * Handle case where args is list
    
    * Fix mypy
    
    * Cast to str
    
    * Fix type checking
    
    * Return none instead of empty
    
    * Fix organization
    
    * Make keys consistent
    
    * Make gpu match style
    
    * Get support for vainfo
    
    * Add vainfo endpoint
    
    * Set vainfo output in error correctly
    
    * Remove duplicate function
    
    * Fix errors
    
    * Do cpu & gpu work asynchonously
    
    * Fix async
    
    * Fix event loop
    
    * Fix crash
    
    * Fix naming
    
    * Send empty data for gpu if error occurs
    
    * Show error if gpu stats could not be retrieved
    
    * Fix mypy
    
    * Fix test
    
    * Don't use json for vainfo
    
    * Fix cross references
    
    * Strip unicode still
    
    * await vainfo response
    
    * Add gpu deps
    
    * Formatting
    
    * remove comments
    
    * Use empty string
    
    * Add vainfo back in
    NickM-27 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    aaedd24 View commit details
    Browse the repository at this point in the history
  3. Replace green screen with error message and force camera_fps to 0 (#4544

    )
    
    * Move to images specific folder
    
    * Send error image when camera stream is not available
    
    * Immediately set camera_fps to 0 if camera crashes
    
    * Cache error image so it is not read from file system on each run
    
    * Move camera fps set
    NickM-27 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    69560c8 View commit details
    Browse the repository at this point in the history
  4. FEAT: Support for ffmpeg presets (#3840)

    * Add hwaccel presets
    
    * Use hwaccel presets
    
    * Add input arg presets
    
    * Use input arg presets
    
    * Make util to clean up redundant code
    
    * Add support for output arg presets
    
    * Add tests
    
    * Update camera specific to use presets
    
    * Update hwaccel to use presets
    
    * Format files and fix tests
    
    * Rewrite tests to test record correctly
    
    * Move presets from string to list to avoid manually separating into a list
    
    * Add mjpeg cuvid decoder preset
    
    * Fix tests
    
    * Fix comment
    NickM-27 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    87144cd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    25a7c4e View commit details
    Browse the repository at this point in the history
  2. FEAT: Storage API & Frontend (#3409)

    * Get storage output stats for each camera
    
    * Add storage route
    
    * Add storage route
    
    * Add storage page
    
    * Cleanup
    
    * Add stats and show more storage
    
    * Add tests for mb abbrev util fun
    
    * Rewrite storage logic to use storage maintainer and segment sizes
    
    * Include storage maintainer for http
    
    * Use correct format
    
    * Remove utils
    
    * Fix tests
    
    * Remove total from equation
    
    * Multiply by 100 to get percent
    
    * Add basic storage info
    
    * Fix storage stats
    
    * Fix endpoint and ui
    
    * Fix formatting
    NickM-27 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5ad3919 View commit details
    Browse the repository at this point in the history
  3. Set User Agent for FFmpeg calls (#4555)

    * Set User Agent for FFmpeg calls
    
    * Allow to use shell-like string args
    
    * Add test for arg as string with space
    felipecrs committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4523c9b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Add OpenVino Detector (#3768)

    * Initial work for adding OpenVino detector.  Not functional
    
    * Load model and submit for inference.
    
    Sucessfully load model and initialize OpenVino engine with either CPU or GPU as device.
    Does not parse results for objects.
    
    * Detection working with ssdlite_mobilenetv2 FP16 model
    
    * Add OpenVIno support and model to docker image
    
    * Add documentation for OpenVino detector configuration
    
    * Adds support for ARM32/ARM64 and the Myriad X hardware
    
    -  Use custom-built openvino wheel for all platforms
    -  Add libusb build without udev for NCS2 support
    
    * Add documentation around Intel CPU requirements and NCS2 setup
    
    * Print all available output tensors
    
    * Update documentation for config parameters
    NateMeyer committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    e5fe323 View commit details
    Browse the repository at this point in the history
  2. Upgrade s6-overlay from 2.2.0.3 to 3.1.2.1 (#4584)

    Also remove the unnecessary xz-utils from the final image.
    felipecrs committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    94a2b6b View commit details
    Browse the repository at this point in the history
  3. Fix intel gpu stats (#4581)

    * Fix return code for timeout call
    
    * Rewrit intel gpu logic
    
    * Fix test and output
    NickM-27 committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    007fa75 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    87e2810 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    2651bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9716131 View commit details
    Browse the repository at this point in the history
  3. Add config editor to webUI (#4608)

    * Add raw config endpoint
    
    * Add config editor
    
    * Add code editor
    
    * Add error
    
    * Add ability to copy config
    
    * Only show the save button when code has been edited
    
    * Update errors
    
    * Remove debug config from system page
    
    * Break out config saving steps to pinpoint where error occurred.
    
    * Show correct config errors
    
    * Switch to monaco editor
    
    * Adjust UI colors and behavior
    
    * Get yaml validation working
    
    * Set success color
    NickM-27 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7888059 View commit details
    Browse the repository at this point in the history
  4. Cleanup names in webUI (#4607)

    * Fix _ in labels
    
    * Capitalize camera names in system
    
    * Update storage to link to cameras and share name styling with rest of ui
    NickM-27 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6abc0ce View commit details
    Browse the repository at this point in the history
  5. Log all services to memory (#4587)

    * Log all services to RAM
    
    * Fix tests workdir
    
    * Rotate logs when they reach 10MB and keep only 1 archive
    
    * Gracefully handle shutdown
    
    * Add note about gracetime not working
    
    * Fix logs permission, create fake logs for devcontainer
    
    * Remove empty line
    
    * Update docker/rootfs/etc/services.d/frigate/run
    
    * Fix fake Frigate shebang
    felipecrs committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2a5ab77 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Update advanced.md (#4634)

    NickM-27 committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    fee3418 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    bc52fc1 View commit details
    Browse the repository at this point in the history
  2. Fix ffprobe with special characters (#4646)

    * Clean path from scpecial characters before running ffprobe
    
    * Fix camera paths
    NickM-27 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4f79ca1 View commit details
    Browse the repository at this point in the history
  3. Logs in UI (#4562)

    * Log all services to RAM
    
    * Gracefully handle shutdown
    
    * Add logs route
    
    * Remove tail
    
    * Return logs for services
    
    * Display log chooser with copy button
    
    * show logs for specific services
    
    * Clean up settings logs
    
    * Add copy functionality to logs
    
    * Add copy functionality to logs
    
    * Fix merge
    
    * Set archive count to 0
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    NickM-27 and felipecrs committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    964bcc0 View commit details
    Browse the repository at this point in the history
  4. Restart record process if segments stop being written. (#4604)

    * Catch when recording segments are not being written to cache and restart ffmpeg responsible for record
    
    * Ensure this check is only run for role with record
    
    * Fix formatting
    
    * Redo recordings validator to watch segments time and restart if no segment for 30 seconds
    
    * Formatting
    
    * Increase wait time to 120 seconds and improve error message
    
    * Add more config checks for record args and add test
    
    * Formatting
    
    * Specify output args.
    NickM-27 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cd9f6b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba3fbc9 View commit details
    Browse the repository at this point in the history
  6. Don't catch presets (#4653)

    NickM-27 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    739a267 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Use UTC for recordings (#4656)

    * Write files in UTC and update folder structure to not conflict
    
    * Add timezone arg for events summary
    
    * Fixes for timezone in calls
    
    * Use timezone for recording and recordings summary endpoints
    
    * Fix sqlite parsing
    
    * Fix sqlite parsing
    
    * Fix recordings summary with timezone
    
    * Fix
    
    * Formatting
    
    * Add pytz
    
    * Fix default timezone
    
    * Add note about times being displayed in localtime
    
    * Improve timezone wording and show actual timezone
    
    * Add alternate endpoint to cover existing usecase to avoid breaking change
    
    * Formatting
    NickM-27 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    037f376 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. UI Cleanup & Optimization (#4673)

    * Use prewrap so vainfo output appears normalized
    
    * Move copy button to top so user doesn't need to scroll to copy logs
    
    * Show calculating if no value for stream bandwidth
    NickM-27 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    45c43d7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b1ec56d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. System page improvements (#4707)

    * Catch case where camera is disabled
    
    * Add ffprobe timeout and catch case where camera is disabled
    NickM-27 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    43c2761 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Convert detectors to factory pattern, ability to set different model …

    …for each detector (#4635)
    
    * refactor detectors
    
    * move create_detector and DetectorTypeEnum
    
    * fixed code formatting
    
    * add detector model config models
    
    * fix detector unit tests
    
    * adjust SharedMemory size to largest detector model shape
    
    * fix detector model config defaults
    
    * enable auto-discovery of detectors
    
    * simplify config
    
    * simplify config changes further
    
    * update detectors docs; detect detector configs dynamic
    
    * add suggested changes
    
    * remove custom detector doc
    
    * fix grammar, adjust device defaults
    dennispg committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    420bcd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    9b99ba8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Optimize nginx & recordings (#4688)

    * Add segment duration metadata
    
    * Use faststart only for kept segments
    
    * Add more options for performance
    
    * Build nginx locally
    
    * Build nginx in dockerfile and enable threaded vod handling
    
    * Use DASH instead of hls
    
    * Allow player to continue on error
    
    * Undo DASH change
    
    * Fix typo
    
    * Correct log
    
    * Fix bad comments
    
    * Fix indentation
    
    * Preload stream
    
    * remove unused
    
    * Fix spacing
    
    * Fix tabs / sspaces
    
    * Retab
    
    * More cleanup
    NickM-27 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    3692993 View commit details
    Browse the repository at this point in the history
  2. Show All and Solo selection buttons for MultiSelect. (#4723)

    * Show All and Solo selection buttons for MultiSelect.
    
    Similar to previous behavior of viewing events for single camera with 1 click, or All.
    
    * Fix visual bug with MultiSelect when selecting similar named options.
       eg. options like frontdoor, frontside, backdoor, etc
    
    * fix key prop for lint
    
    * Change MultiSelect onSolo to onSelectSingle
    
    * cosmetic changes on MultiSelect
    
    * Different look for SelectSingle buttons
    
    * Show All button is aligned with the items below it, no matter the popup size
    
    * MultiSelect ShowAll unfocused by default
    spacebares committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c6f0abf View commit details
    Browse the repository at this point in the history
  3. Fix monaco editor issues (#4724)

    * Add sub filter for monaco editor
    
    * Don't include files for unused languages
    
    * Move necessary files and cleanup build
    
    * Update sub filter for new location
    
    * Still need to include default editor worker
    
    * Fix error when model already exists
    NickM-27 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    7953d13 View commit details
    Browse the repository at this point in the history
  4. Fix MSE Issues (#4725)

    * Don't close mse when pausing video
    
    * Add message about MSE on iOS
    NickM-27 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c85df9c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    161991d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bc9bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d999575 View commit details
    Browse the repository at this point in the history
  4. Update certs (#4729)

    * force upgrade certs
    
    * switch to debian for nginx build
    blakeblackshear committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    368c07c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Frontend Player Fixes (#4778)

    * Fix Firefox WebRTC support
    
    * Set max size for birdseye
    NickM-27 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f3e0ced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e519e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    ffd637c View commit details
    Browse the repository at this point in the history
  2. Frontend deps (#4824)

    * Bump fake-indexeddb from 4.0.0 to 4.0.1 in /web
    
    Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases)
    - [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md)
    - [Commits](dumbmatter/fakeIndexedDB@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: fake-indexeddb
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @types/video.js from 7.3.49 to 7.3.50 in /web
    
    Bumps [@types/video.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/video.js) from 7.3.49 to 7.3.50.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/video.js)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/video.js"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.47.1 in /web
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.44.0 to 5.47.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump axios from 1.2.0 to 1.2.2 in /web
    
    Bumps [axios](https://github.com/axios/axios) from 1.2.0 to 1.2.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.2.0...1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * json5 vulnerability
    
    * update linters
    
    * reformat
    
    * dev deps
    
    * more deps
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    blakeblackshear and dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6326011 View commit details
    Browse the repository at this point in the history
  3. Fix config missing (#4825)

    NickM-27 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e3ec292 View commit details
    Browse the repository at this point in the history
  4. Nvidia TensorRT detector (#4718)

    * Initial WIP dockerfile and scripts to add tensorrt support
    
    * Add tensorRT detector
    
    * WIP attempt to install TensorRT 8.5
    
    * Updates to detector for cuda python library
    
    * TensorRT Cuda library rework WIP
    
    Does not run
    
    * Fixes from rebase to detector factory
    
    * Fix parsing output memory pointer
    
    * Handle TensorRT logs with the python logger
    
    * Use non-async interface and convert input data to float32. Detection runs without error.
    
    * Make TensorRT a separate build from the base Frigate image.
    
    * Add script and documentation for generating TRT Models
    
    * Add support for TensorRT devcontainer
    
    * Add labelmap to trt model script and docs.  Cleanup of old scripts.
    
    * Update detect to normalize input tensor using model input type
    
    * Add config for selecting GPU. Fix Async inference. Update documentation.
    
    * Update some CUDA libraries to clean up version warning
    
    * Add CI stage to build TensorRT tag
    
    * Add note in docs for image tag and model support
    NateMeyer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3f05f74 View commit details
    Browse the repository at this point in the history
  5. Add hardware accelerated scaling when using ffmpeg hwaccel presets (#…

    …4804)
    
    * Use hardware accelerated scaling when hwaccel preset is set
    
    * Set output types
    
    * Add tests for scale, fix bugs
    
    * Need to copy specific scale too
    NickM-27 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    d6731b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59b52f3 View commit details
    Browse the repository at this point in the history
  7. easier python deps (#4827)

    * easier python deps
    
    * update build wheels deps
    
    * dependencies PRs cant become stale
    blakeblackshear committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fee48e5 View commit details
    Browse the repository at this point in the history
  8. Bump actions/setup-python from 4.3.0 to 4.4.0 (#4786)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.3.0...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    a8e81a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76bbd83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da1b7c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Add ability to restream birdseye (#4761)

    * Try using RTSP for restream
    
    * Add ability to get snapshot of birdseye when birdseye restream is enabled
    
    * Write to pipe instead of encoding mpeg1
    
    * Write to cache instead
    
    * Use const for location
    
    * Formatting
    
    * Add hardware encoding for birdseye based on ffmpeg preset
    
    * Provide framerate
    
    * Adjust args
    
    * Fix order
    
    * Delete pipe file if it exists
    
    * Cleanup spacing
    
    * Fix spacing
    NickM-27 committed Dec 31, 2022
    1 Configuration menu
    Copy the full SHA
    ff56262 View commit details
    Browse the repository at this point in the history
  2. Bump json5 from 2.2.1 to 2.2.2 in /docs (#4826)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    ecc7b93 View commit details
    Browse the repository at this point in the history
  3. [API] filter for favorite events (#4737)

    * [API] filter for favorite events
    
    *  Added /api/events filter for favorite (retain_indefinitely) events
    
    * New Star button to filter for favorite events on the Events page
    
    * fix python formatting
    
    * keep Events favorite button to right side
    spacebares committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    f4991b4 View commit details
    Browse the repository at this point in the history
  4. [API] filter for favorite events (#4737)

    * [API] filter for favorite events
    
    *  Added /api/events filter for favorite (retain_indefinitely) events
    
    * New Star button to filter for favorite events on the Events page
    
    * fix python formatting
    
    * keep Events favorite button to right side
    spacebares committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    b6ad287 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eac767 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4a79b1 View commit details
    Browse the repository at this point in the history
  7. Update recommended hardware page to reflect multiple detectors (#4746)

    * Update recommended hardware page to reflect multiple detectors are supproted
    
    * Shift numbers around slightly
    
    * Update with specific range
    
    * Update with new observed range
    
    * Add i5 example
    
    Co-authored-by: Nate Meyer <Nate.Devel@gmail.com>
    
    * Should support arm32 as well
    
    Co-authored-by: Nate Meyer <Nate.Devel@gmail.com>
    
    * Add more detail to supported platforms
    
    * Fix typo
    
    * Format table
    
    * Fix table header
    
    * Add info about tensorrt detectors and link to docs
    
    * Add info about tensorrt detectors and link to docs
    
    Co-authored-by: Nate Meyer <Nate.Devel@gmail.com>
    NickM-27 and NateMeyer committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    9c6193b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    cee52e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Fix schema url (#4855)

    NickM-27 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    53d39a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc738e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc40f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Catch case where args are a string but not preset (#4864)

    * Catch case where args are a string but not preset
    
    * Fix formatting
    NickM-27 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ceab294 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    760d65b View commit details
    Browse the repository at this point in the history
  2. Ability to set different codec for restream and use go2rtc hardware (#…

    …4876)
    
    * Add video codec to restream config
    
    * Add handling of encode engine and video codec
    
    * Add test for video encoding
    
    * Set in main configuration docs as well
    
    * Add example to restream docs
    
    * Put back patch
    NickM-27 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ea7d1aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc5aa11 View commit details
    Browse the repository at this point in the history
  4. Only replace topic (#4884)

    NickM-27 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d547680 View commit details
    Browse the repository at this point in the history
  5. Add None option to zones & sub labels (#4886)

    * Add None option to zones
    
    * Catch blank sub labels too
    NickM-27 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b6592c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebef38e View commit details
    Browse the repository at this point in the history
  7. check stream specific hwaccel_args for gpu stats (#4869)

    * check stream specific hwaccel_args for gpu stats
    
    * fix indentation
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * check special chars for linter
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    Rob-Powell and NickM-27 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9fd13aa View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Docs updates (#4903)

    * Make note that Firefox does not work with MSE
    
    * Add restream recommendation for mjpeg
    NickM-27 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5e71d95 View commit details
    Browse the repository at this point in the history
  2. Don't keep attempting gpu usage stats after failure (#4904)

    * Don't log intel gpu top errors
    
    * Keep list of errored hwaccel and don't send again
    
    * Can log on first time
    
    * Formatting & mypy
    NickM-27 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ffa98a1 View commit details
    Browse the repository at this point in the history
  3. Rewrite encoding logic and cleanup vaapi presets (#4898)

    * Remove duplicated vaapi presets
    
    * Move encoding to string with inputs and outputs
    
    * Formatting
    
    * Fix formatting
    
    * Fix typo
    
    * Remove vaapi encoder
    NickM-27 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0a3295a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64ab658 View commit details
    Browse the repository at this point in the history
  5. Update index.md (#4915)

    Change the RTMP restream to RTSP
    yayitazale committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ba5cffa View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Build nginx with tmpfs (#4933)

    * Update Dockerfile
    
    * Update Dockerfile
    
    * refactor into script and to be consistent
    
    Co-authored-by: Sergey Krashevich <svk@svk.su>
    blakeblackshear and skrashevich committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    12235ac View commit details
    Browse the repository at this point in the history
  2. add information about frigate plus to docs (#4919)

    * add information about frigate plus to docs
    
    * Update docs/docs/integrations/plus.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    blakeblackshear and NickM-27 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8410788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee367d View commit details
    Browse the repository at this point in the history
  4. Update TensorRT Docs (#4920)

    * Remove branch from URL to tensorrt_models.sh
    
    * Reword to make TensorRT model singular
    
    * Add note about installing nvidia docker runtime and compatible drivers
    NateMeyer committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e645c8e View commit details
    Browse the repository at this point in the history
  5. Add ffmpeg presets docs and update nvidia-smi docs (#4928)

    * Add tables for ffmpeg presets and how to use them
    
    * Make it clear that ffmepg processes may not show when nvidia-smi is run inside the container
    
    * Add specific example of mixed input arg presets
    
    * Update docs/docs/configuration/ffmpeg_presets.md
    
    Co-authored-by: Nate Meyer <Nate.Devel@gmail.com>
    
    * typos
    
    Co-authored-by: Nate Meyer <Nate.Devel@gmail.com>
    Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
    3 people committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    740d932 View commit details
    Browse the repository at this point in the history
  6. Cleanup Detector labelmap (#4932)

    * Add missing labels to default labelmap.  Fill any holes with "unknown".  Remove unique labelmap for tensorrt.
    
    * Replace "truck" with "car" on Openvino labelmap
    NateMeyer committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8ac3114 View commit details
    Browse the repository at this point in the history
  7. Update installation.md (#4871)

    Mounting the configuration file with the ":ro" flag will prevent users from editing config in new v12.0 UI.
    AML225 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    417a42b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Don't recheck erroring hwaccel in http either (#4935)

    * Don't recheck erroring hwaccel in http either
    
    * Send error instead of empty for known erroring hwaccel
    
    * Formatting
    NickM-27 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d9c45a7 View commit details
    Browse the repository at this point in the history
  2. Only set colors for enabled objects (#4936)

    * Only create colormap for enabled labels
    
    * Fix assigning
    NickM-27 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    543cad5 View commit details
    Browse the repository at this point in the history
  3. Fix integration link in the installation docs (#4937)

    The link to the home assistant integration documentation was missing the leading slash which caused the path to be appended to the `/frigate` path of this page.
    ersatzryan committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bee965d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec7aaa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47ac5ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dbf909 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57dce4e View commit details
    Browse the repository at this point in the history
  8. Support for dynamic MQTT user configuration #4883 (#4956)

    * Support for dynamic MQTT user configuration #4883
    
    * Fix substitute condition & docs
    baylanger committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bcbf006 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Fix raspberry pi hwaccel (#4955)

    * use ffmpeg from raspbian repo
    
    * dynamically choose timeout param
    
    * invert logic
    
    * Add hwaccel presets for rpi
    
    Co-authored-by: Nick Mowen <nickmowen213@gmail.com>
    blakeblackshear and NickM-27 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    1f963ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4c439 View commit details
    Browse the repository at this point in the history
  3. Make error messages for gpu stats more clear (#4962)

    * Make error messages for gpu stats more clear
    
    * Make error messages for gpu stats more clear
    NickM-27 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    61243ad View commit details
    Browse the repository at this point in the history
  4. Update record.md (#4964)

    NickM-27 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fdd2cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb9609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b7cd9c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Fix RPi preset (#4968)

    NickM-27 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e79eab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    d49359e View commit details
    Browse the repository at this point in the history
  2. Use library to handle copying to clipboard (#4989)

    * Use library to handle copying
    
    * Typo
    NickM-27 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    581c259 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Camera WebUI fixes (#5010)

    * Show jsmpeg when restream is disabled
    
    * Fix debug button status not showing correctly when switching cameras
    
    * Change label to make clear only motion masks are shown
    NickM-27 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3edbb8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddde477 View commit details
    Browse the repository at this point in the history
  3. System page: various minor UI tweaks (#4985)

    * System page: various minor UI tweaks
    
    * Be consistent with capitalisation
    
    * Change detection start epoch to running/idle
    
    * Remove detection start column entirely
    leccelecce committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    acd1fb9 View commit details
    Browse the repository at this point in the history
  4. Clean up go2rtc logs to not show color text unicode (#5027)

    * Use color logs for go2rtc
    
    * Update docs to show need for formatted logs
    
    * Fix log selector
    NickM-27 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1643b4d View commit details
    Browse the repository at this point in the history
  5. Disable backchannel audio since it is not used (#5021)

    * Disable backchannel audio since it is not used
    
    * Don't need to block bachchannel audio for ffmpeg streams
    
    * Formatting
    NickM-27 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cb0c5c2 View commit details
    Browse the repository at this point in the history
  6. Add in_progress parameter to /api/events to filter the results. (#5013)

    * Add in_progress parameter to /api/events to filter the results.
    
    * Change in_progress to default to no filtering, 0 means no in progress, 1 means only in progress.
    
    * Fix code format with black.
    
    * Clear blank line.
    sergeknystautas committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    731db8f View commit details
    Browse the repository at this point in the history
  7. Fix mem usage reporting when using docker limits (#5011)

    * Fix mem usage reporting when using docker limits
    
    * format code
    
    * wip
    leccelecce committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ddcae2d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    6b12367 View commit details
    Browse the repository at this point in the history
  2. Fix recordings storage (#5031)

    * Fix recordings storage
    
    * Update record.py
    
    * Update record.py
    
    * Formatting
    NickM-27 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cf2466c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    95596b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab44a65 View commit details
    Browse the repository at this point in the history
  3. Clarify docs about rtmp (#5052)

    * Update readme features
    
    * Remove RTMP setup from setup guide
    
    * Update integration for RTSP
    
    * Remove rtmp from faq
    
    * Remove RTMP stream from guide
    
    * Remove rtmp from install
    
    * Remove rtmp from dev config
    NickM-27 committed Jan 13, 2023
    1 Configuration menu
    Copy the full SHA
    b4fb608 View commit details
    Browse the repository at this point in the history
  4. Update docs to point to ghcr (#5053)

    * Update install docs to point to ghcr
    
    * Update hwaccel image mention
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3c708d7 View commit details
    Browse the repository at this point in the history
  5. Simplify hwaccel filter args and fix qsv bugs (#5054)

    * Simplify hwaccel filter args and fix qsv bugs
    
    * Formatting
    
    * Remove dead code
    
    * Set framerate and size for rpi as well
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    54bfa46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d76363 View commit details
    Browse the repository at this point in the history
  7. Bump actions/setup-python from 4.4.0 to 4.5.0 (#5064)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4.4.0...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e0a0d12 View commit details
    Browse the repository at this point in the history
  8. Replace localhost with explicit address (#5070)

    * Replace localhost
    
    * Replace localhost
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7fbfdb3 View commit details
    Browse the repository at this point in the history
  9. Show recording and snapshot storage separately if different sizes (#5072

    )
    
    * Show recording and snapshot storage separately if different sizes
    
    * Fix preload
    
    * Fix compare
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    dafc7ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2031c31 View commit details
    Browse the repository at this point in the history
  11. Update to Go2rtc rc8 (#5078)

    * Remove redundant default port
    
    * Update version
    
    * Suggest port mapping 8555 tcp and udp
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    170899b View commit details
    Browse the repository at this point in the history
  12. Add option for live mode & timezone config, fix MSE check for iPad (#…

    …5079)
    
    * Add config fields
    
    * Clean up camera default values
    
    * Set recordings timezone with config if available
    
    * Adjust for timezone config
    
    * Cleanup setting of the timezone
    
    * Don't fail on MSE check iPad
    
    * Fix MSE check for birdseye
    
    * Add docs
    
    * Fix test
    NickM-27 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e0b3b27 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Revisit FAQs (#5084)

    felipecrs committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    2441084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d17c8 View commit details
    Browse the repository at this point in the history
  3. Update library loading for tensorrt (#5087)

    * Update library loading for tensorrt
    
    * Add symlink to libnvrtc
    NateMeyer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    60b2315 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Update live view documentation to match newest go2rtc (#5083)

    * Remove host network suggestion from docs
    
    * Mention alternative network modes
    
    * Update docs/docs/configuration/live.md
    
    * Update docs/docs/configuration/live.md
    
    * Wording tweaks
    
    * Update docs/docs/configuration/live.md
    
    * Update docs/docs/configuration/live.md
    
    Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
    felipecrs and blakeblackshear committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    daadd20 View commit details
    Browse the repository at this point in the history
  2. Rework audio encoding for restream (#5092)

    * Use memo for recordings timezone
    
    * Add audio encoding field and simplify stream creation
    
    * Update docs and tests
    
    * Fix bad logic
    NickM-27 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    01b9d4d View commit details
    Browse the repository at this point in the history
  3. Rework storage page to show sizes with relevant units (#5093)

    * new getUnitSize function
    
    * check if isNaN
    sinamics committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    65bc644 View commit details
    Browse the repository at this point in the history
  4. Add specific presets for restream and record with audio (#5094)

    * Add more ffmpeg presets
    
    * Update docs
    
    * Update tests
    
    * Update docs to optimize setup
    NickM-27 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    99577a5 View commit details
    Browse the repository at this point in the history
  5. Fix qsv h265 (#5095)

    NickM-27 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    367ac28 View commit details
    Browse the repository at this point in the history
  6. Rework events page to include timeago (#5097)

    * new timeago component
    
    * added timeago to event
    
    * clock icon
    
    * clock icon. flex items center
    
    * dense prop
    
    * moved clipDuration. cleaner jsx, sm hidden
    
    * renamed clipduration => getDurationFromTimestamps
    
    * func description
    
    * duration in parenthesis
    sinamics committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    621aa0c View commit details
    Browse the repository at this point in the history
  7. Add Save Only button to config editor (#5090)

    * Add Save Only button to save config without restarting
    
    * Fixes
    
    * fix formatting
    
    * change to query parameter from header
    
    * lint fixes
    yeahme49 committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    e39fb51 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    0de1da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f520f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b3fdb View commit details
    Browse the repository at this point in the history
  4. handle timezones with partial hour offsets (#5115)

    * handle timezones with partial hour offsets
    
    * cleanup
    blakeblackshear committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3bec28f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7751f2 View commit details
    Browse the repository at this point in the history
  6. Rewrite restream (#5106)

    * Tear out restream config
    
    * Rework birdseye restream
    
    * Create go2rtc config handler
    
    * Fix bug
    
    * Write start script
    
    * Rework style
    
    * Fix python run syntax
    
    * Output as json instead of yaml
    
    * Put old live config back and fix birdseye references
    
    * Fix camera webUI
    
    * Add frigate env var subsitutions
    
    * Fix webui checks
    
    * Check keys
    
    * Remove unused prest
    
    * Fix tests
    
    * Update restream docs
    
    * Update restream docs
    
    * Update live docs
    
    * Update camera specific recommendation
    
    * Update more docs
    
    * add links for the docs
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    * Update note about supported audio codecs
    
    * Move restream to go2rtc
    
    * Docs fixes
    
    * Add verification of stream name
    
    * Ensure that webUI uses camera name
    
    * Update docs to reflect new live stream name
    
    * Fix check
    
    * Formatting
    
    * Remove audio from detect
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    * Fix docs
    
    * Don't handle env variable substitution
    
    * Add go2rtc version
    
    * Clarify docs
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    NickM-27 and felipecrs committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    19afb03 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef9338f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2631a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f546642 View commit details
    Browse the repository at this point in the history
  4. Fix shm size calculation (#5123)

    * Fix shm size calculation
    
    * Improve shm examples
    
    * Add note about default shm size for add-ons
    
    * adjust language
    
    Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
    felipecrs and blakeblackshear committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    89513e4 View commit details
    Browse the repository at this point in the history
  5. Refactor s6 scripts to the new format (#5135)

    * Refator s6 scripts to the new format
    
    * Remove unneeded workaround
    
    * Migrate logging to new s6 format
    
    * Remove more unnecessary s6 variables
    
    * Fix prepare-log and when go2rtc is not present in config
    
    * Restart the whole container if either Frigate or go2rtc fails
    
    * D
    
    * Fix service name in finish
    
    * Fix nginx finish comment
    
    * Restart improvements
    
    * Fix devcontainer
    
    * Fix format
    
    * Update Dockerfile
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    felipecrs and NickM-27 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    02df2a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6620236 View commit details
    Browse the repository at this point in the history
  7. Auto discover internal WebRTC candidate for add-on (#5089)

    * Auto discover internal WebRTC candidate for add-on
    
    * Write logs to stderr
    
    * Fix port number
    
    * Integrate with newest changes
    
    * Update docs
    
    * Use local variable more
    
    * Use Python to write file, fix JSON->YAML
    
    * Store into variable
    
    * Update docs/docs/configuration/live.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Update docs/docs/configuration/live.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Update docs/docs/configuration/live.md
    
    * Update docs/docs/configuration/live.md
    
    * Refator s6 scripts to the new format
    
    * Remove unneeded workaround
    
    * Update docker/rootfs/usr/local/go2rtc/create_config.py
    
    * Migrate logging to new s6 format
    
    * Remove more unnecessary s6 variables
    
    * Fix prepare-log and when go2rtc is not present in config
    
    * Restart the whole container if either Frigate or go2rtc fails
    
    * D
    
    * Fix service name in finish
    
    * Fix nginx finish comment
    
    * Restart improvements
    
    * Fix devcontainer
    
    * Fix format
    
    * Update Dockerfile
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    * Improve scripts logging
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    felipecrs and NickM-27 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e2239d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2a2a9d View commit details
    Browse the repository at this point in the history
  9. Optimize restream docs (#5132)

    * Update live.md
    
    * Update restream.md
    
    * Update live.md
    
    * Update camera_specific.md
    
    * Update restream.md
    
    * Update live.md
    
    * Update live.md
    
    * Update restream.md
    
    * Typo
    
    Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
    NickM-27 and blakeblackshear committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    fb85c8c View commit details
    Browse the repository at this point in the history
  10. Do not wait forever for services to exit (#5149)

    * Fix frigate service restarting inside devcontainer
    
    * Add timeouts to services exit process
    
    So s6 won't wait forever.
    felipecrs committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d36ab05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5fa1fba View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    12d51d3 View commit details
    Browse the repository at this point in the history
  2. Fix reolink docs and add example of manual ffmpeg restream (#5165)

    * Update camera_specific.md
    
    * Update restream.md
    NickM-27 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d22e250 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    924f946 View commit details
    Browse the repository at this point in the history
  2. Update Nvidia Hwaccel Docs (#5172)

    * Update hardware_acceleration.md
    
    * Update hardware_acceleration.md
    
    * Update hardware_acceleration.md
    
    * Update hardware_acceleration.md
    
    * Update docs/docs/configuration/hardware_acceleration.md
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    NickM-27 and felipecrs committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    36c6ee7 View commit details
    Browse the repository at this point in the history
  3. Update go2rtc to 1.0.0 (#5173)

    * Update Dockerfile
    
    * update version in docs
    
    Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
    NickM-27 and blakeblackshear committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4bb5785 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Update NVIDIA hwdecode docs (#5182)

    Closes #4716
    sevmonster committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    edbdbb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix HA IP address and WebRTC port inferring (#5209)

    * Fix HA IP address and WebRTC port inferring
    
    * Add note for when candidates aren't being injected
    felipecrs committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2f3e046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f52de32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feeb710 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    e50cccc View commit details
    Browse the repository at this point in the history
  2. Update flv docs (#5238)

    * Update camera_specific.md
    
    * Update restream.md
    NickM-27 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6ed8977 View commit details
    Browse the repository at this point in the history
  3. Add config option to disable version check (#5208)

    * Add config option to disable version check
    
    * Add note to docs
    leccelecce committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    07c635d View commit details
    Browse the repository at this point in the history
  4. Add exec docs (#5230)

    NickM-27 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9ddcf7b View commit details
    Browse the repository at this point in the history
  5. Print webrtc info to stderr (#5227)

    * Update create_config.py
    
    * Print to stderr
    NickM-27 committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f54b223 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a63dd9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd3688a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update live.md (#5254)

    NickM-27 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    93f2316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7926ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11054da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7130d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    116edce View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Restart ffmpeg if process exceeds detect fps by 10 (#5280)

    * Restart ffmpeg if process exceeds detect fps by 10
    
    * Update frigate/video.py
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    
    * spelling
    
    ---------
    
    Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
    NickM-27 and felipecrs committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    88b903b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0697b8 View commit details
    Browse the repository at this point in the history
  3. Add docs for adding authentication to rtsp restream (#5289)

    * Add docs for adding authentication to rtsp restream
    
    * Update restream.md
    
    * Update restream.md
    
    * Remove duplicate docs
    NickM-27 committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    77876bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5078b8 View commit details
    Browse the repository at this point in the history
  5. Add "" to go2rtc docs examples (#5292)

    * Update live.md
    
    Placed `ffmpeg:http_cam#audio=opus` in quotes so it doesn't appear as commented out in docs.
    
    * Update restream.md
    
    Placed `ffmpeg:http_cam#audio=opus` in quotes so it doesn't appear as commented out in docs.
    CZonin committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    78dc75a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump ASzc/change-string-case-action from 1 to 5 (#5308)

    Bumps [ASzc/change-string-case-action](https://github.com/ASzc/change-string-case-action) from 1 to 5.
    - [Release notes](https://github.com/ASzc/change-string-case-action/releases)
    - [Commits](ASzc/change-string-case-action@v1...v5)
    
    ---
    updated-dependencies:
    - dependency-name: ASzc/change-string-case-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7a7e30e View commit details
    Browse the repository at this point in the history
  2. Add warning for below suggested SHM calculation (#5312)

    * Add warning for below suggested SHM calculation
    
    * Remove debug check
    
    * Make names more clear
    
    * Fix
    
    * fix log
    NickM-27 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7edeaa3 View commit details
    Browse the repository at this point in the history
  3. Docs updates, fix recording warnings, default log level for ws4py (#5294

    )
    
    * set default log level for ws4py
    
    * proactively cleanup cache in all retain modes
    
    * docs updates
    
    * typo
    
    * fix link
    
    * updates
    blakeblackshear committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f06e8b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Upgrade go2rtc from v1.0.1 to v1.1.0 (#5320)

    * Upgrade go2rtc to v1.1.0 and set AAC audio as preferred
    
    * Remove change from Python file
    felipecrs committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ea8ec23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d21c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Update go2rtc to 1.1.1 (#5333)

    * Update go2rtc to 1.1.1
    
    * Remove redundant qualifiers
    
    * Remove qualifiers
    
    * Set default_query
    
    * Update version
    NickM-27 committed Feb 2, 2023
    1 Configuration menu
    Copy the full SHA
    ad60f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66881eb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Fix copying logs (#5373)

    NickM-27 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    74d6ab0 View commit details
    Browse the repository at this point in the history
  2. Add Low latency preset (#5367)

    * Create new low latency preset
    
    * Update chart for new preset
    NickM-27 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    db131d4 View commit details
    Browse the repository at this point in the history
  3. Try to limit nvidia GPU queries to included GPUs (#5356)

    * Try to limit nvidia GPU queries to included GPUs
    
    * ignore non digit GPU indexes
    
    * formatting
    
    * Formatting
    
    * Remove trailing spaces
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    jvrobert and NickM-27 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7083a5c View commit details
    Browse the repository at this point in the history
  4. YOLOX support for OpenVINO Detector (#5285)

    * Initial commit to enable Yolox models with OpenVINO in Frigate
    
    * Fix ModelEnumtType import error in openvino.py
    
    * Initial edit of the docs to include verbage about yolox
    
    * Initial edit of the docs to include verbage about yolox
    
    * Elaborate configuration and limitations in docs.
    
    * Add capability to dynamically determine number of classes in yolox model
    
    * Further refinements
    
    * Removed unnecesarry comments, improved documentation, addressed PR items
    
    * Fixed lint formatting issues
    aeozyalcin committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b330942 View commit details
    Browse the repository at this point in the history
  5. Fast restart (#5378)

    * dont wait so long for queues
    
    * implement stop methods for comms
    
    * set the detection events on exit and return early from processing
    
    * handle the stop event in the broadcast threads
    
    * short circuit the detection process exit code if it already exited
    
    * some logging for stats thread
    
    * just keep the log process alive 1 second after the last log message
    
    * ensure the multiprocessing queues are emptied and closed
    
    * Update frigate/log.py
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Update frigate/log.py
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * mypy fixes
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    blakeblackshear and NickM-27 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    624c314 View commit details
    Browse the repository at this point in the history
  6. Docs tweaks (#5379)

    * add note about cameras needing ffmpeg for go2rtc
    
    * clarify error message on GPU stats
    blakeblackshear committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e8cd25d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e10ddb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    3b9bcb3 View commit details
    Browse the repository at this point in the history
  2. Scrollbar juddering (#5383)

    * added scrollbar width to observer width.
    
    * subtract scrollBarWidth from scaledWidth
    
    * useMemo dependencies
    
    ---------
    
    Co-authored-by: Bernt Christian Egeland <cbegelan@gmail.com>
    NickM-27 and sinamics committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4a45089 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update docs for H265 (#5398)

    * Update hwaccel docs for h265
    
    * Update camera specific
    
    * Update hardware_acceleration.md
    
    * Update hardware_acceleration.md
    NickM-27 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b6b10e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    c0bf69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88252e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748815b View commit details
    Browse the repository at this point in the history
  4. Bump go2rtc from 1.1.1 to 1.1.2 (#5440)

    * Bump go2rtc from 1.1.1 to 1.1.2
    
    * Update go2rtc version in docs
    felipecrs committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    babd976 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Auto select gpu for hwaccel presets (#5406)

    * Add ability to GPU device to be automatically detected when multiple exist
    
    * Add logging info
    
    * Fix access
    
    * Fix
    
    * Formatting
    
    * Fix path of device
    
    * Use log error instead of raise
    
    * Remove log which could apply to other caess
    
    * Set default value
    
    * rework logic and support auto gpu selection for encoding gpu as well
    NickM-27 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    562e262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a31e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Add nvidia detector inference times from survey (#5456)

    * Add nvidia detector inference times from survey
    
    * Fix typo
    
    * Update hardware.md
    NickM-27 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    c74c9ff View commit details
    Browse the repository at this point in the history
  2. Fix Webui Default Stream (#5455)

    * Pass restream enabled
    
    * Use livemode for birdseye as well
    NickM-27 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    3d90366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ab9de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ef109e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    56d2978 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Add docs for required_zones (#5499)

    * Add docs for required_zones
    
    * fix spacing
    NickM-27 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b69c0da View commit details
    Browse the repository at this point in the history
  2. Init birdseye restream command in S6 (#5494)

    * remove restream from frigate logic
    
    * Migrate birdseye stream definition to S6
    
    * Cleanup
    
    * Use consts to import as well
    NickM-27 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1715e2e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    c9cd810 View commit details
    Browse the repository at this point in the history
  2. Ensure birdseye restream is not left with partially read frames (#5504)

    * Ensure birdseye pipe does not get corrupted
    
    * Fix conditionals
    
    * Change log
    
    * Formatting
    NickM-27 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7b26935 View commit details
    Browse the repository at this point in the history
  3. Add link to go2rtc in system page (#5478)

    * Add link to go2rtc in the system page
    
    * Open in new page
    
    * Add color and underline behavior
    
    * Cleanup
    
    * Cleanup
    
    * Fix color
    
    * fix tests
    NickM-27 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6cfa73a View commit details
    Browse the repository at this point in the history
  4. Update ffmpeg args with low risk improvements (#5519)

    * Add threads 1 to input / output args
    
    * Remove cuvid from hwaccel
    
    * Update docs for new args
    
    * Formatting
    NickM-27 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    52459bf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Fix rpi birdseye encode (#5522)

    * Remove invalid bframe argument for rpi encoder
    
    * Remove gop size arg as well
    NickM-27 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    27d3676 View commit details
    Browse the repository at this point in the history
  2. Docs & WebUI Cleanup (#5527)

    * Remove browser from timezone description
    
    * Remove outdated info
    NickM-27 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c901707 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Plus upload in progress (#5521)

    * Fix frigate+ uploading bug
    
    Fixes #5515
    
    * wording
    
    * Formatting
    
    * Don't show button when event is in progress
    
    * Don't show in download menu either
    NickM-27 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2b685ac View commit details
    Browse the repository at this point in the history
  2. YOLOv5 & YOLOv8 support for the OpenVINO Detector (#5523)

    * Initial commit that adds YOLOv5 and YOLOv8 support for OpenVINO detector
    
    * Fixed double inference bug with YOLOv5 and YOLOv8
    
    * Modified documentation to mention YOLOv5 and YOLOv8
    
    * Changes to pass lint checks
    
    * Change minimum threshold to improve model performance
    
    * Fix link
    
    * Clean up YOLO post-processing
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    aeozyalcin and NickM-27 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0592c8b View commit details
    Browse the repository at this point in the history
  3. Don't fail if openvino fails to import (#5532)

    * Don't fail if openvino fails to import
    
    * Ensure all modules are imported safely
    
    * Undo
    
    * Fix list append
    NickM-27 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2797a60 View commit details
    Browse the repository at this point in the history
  4. Add new models to docs (#5533)

    Yolov7-640, Yolov7-320, Yolov7x-640 and Yolov7x-320 models got added to the download_yolo.sh script that gets used as part of generating tensorrt models so they can now be generated
    yeahme49 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c2b13fd View commit details
    Browse the repository at this point in the history
  5. Update Go2rtc to 1.2.0 (#5528)

    * Update dep
    
    * Update docs
    NickM-27 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8013534 View commit details
    Browse the repository at this point in the history
  6. Add healthcheck for go2rtc service (#5545)

    * Upgrade s6-overlay from 3.1.3.0 to 3.1.4.0
    
    * Add go2rtc healthcheck service
    
    Also don't make go2rtc exits cause the container to fail.
    
    * Reword healthcheck message
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Add timeout to go2rtc healthcheck
    
    * Update healthcheck message
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Give additional time for go2rtc start/restart
    
    * Fix typo
    
    * Avoid creating go2rtc config multiple times
    
    * Fix healthcheck not starting
    
    * Fix sleep
    
    * Fix more hidden logs
    
    * Decrease time window and use curl's timeout flag
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    felipecrs and NickM-27 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    a8c567d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fix go2rtc dashboard link (#5546)

    * Fix go2rtc dashboard link
    
    * Add trailing /
    NickM-27 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3524d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13dd13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbf2966 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Events Page: Added option to override browser time format and style (#…

    …5538)
    
    * use12hour optional config
    
    * use12hour config arg
    
    * added use12HourFormat arg to format function
    
    * dateStyle & timeStyle option
    
    * moved timezone & locales to format function
    
    * added dateStyle & timeStyle
    
    * re-formatted
    
    * added strftime_fmt config entry
    
    * strftime package
    
    * added strftime option
    
    * underscore instead of camelCase
    
    * underscore props instead of camelCase
    sinamics committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3611e87 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    9621b4b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Fix logging for corrupt segments (#5582)

    * Fix logging for corrupt segments
    
    * Formatting
    NickM-27 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d97fa99 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Clean up output for vainfo and ffprobe (#5586)

    * Clean up output for vainfo and ffprobe
    
    * Fix cleanup
    
    * Format vainfo display
    
    * Fix ffprobe output
    
    * Fix stringification
    
    * remove unused
    NickM-27 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    34bdf2f View commit details
    Browse the repository at this point in the history
  2. Add docs for time / date styling (#5572)

    * Add docs for time / date styling
    
    * Convert 12hour time format option to enum
    
    * Change option in web
    
    * Add docs with examples
    
    * Fix errors in docs
    
    * Fix mismatched names
    NickM-27 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    318240c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Sub label filter fixes (#5602)

    * Fix list access issue
    
    * Specifically include item when in list or individual only
    
    * Formatting
    
    * Sort sub labels to ensure consistent list
    NickM-27 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    17c26c9 View commit details
    Browse the repository at this point in the history
  2. Enable CORS for go2rtc by default (#5610)

    * Enable CORS for go2rtc by default
    
    * Fix typo
    NickM-27 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    42eaa13 View commit details
    Browse the repository at this point in the history
  3. Allow using full tensorflow in cpu/edgetpu detector plugins (#5611)

    It supports the same entrypoints, given that tflite is a small cut-out
    of the big tensorflow picture.
    
    This patch was created for downstream usage in nixpkgs, where we don't
    have the tflite python package, but do have the full tensorflow package.
    mweinelt committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    161e7b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ed715b View commit details
    Browse the repository at this point in the history
  5. Fix plus menu not showing (#5606)

    * Set end time for download event
    
    * Set the value
    NickM-27 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c4ebafe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5e561c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    962bdc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20c982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d8cc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Fix typo (#5655)

    NickM-27 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f7e9507 View commit details
    Browse the repository at this point in the history
  2. docs: adds note about dynamic config (#4882)

    * docs: adds note about dynamic config
    
    * less technical verbiage
    
    * removes `dynamic configuration` verbiage
    
    * list all replaceable values
    jritsema committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4dc6c93 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    750bf0e View commit details
    Browse the repository at this point in the history
  2. fix config (#5721)

    blakeblackshear committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ce2d589 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    e82f72a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    2d9556f View commit details
    Browse the repository at this point in the history
  2. typo in live config documentation (#5760)

    I believe that we should use defined rtsp_cam_sub, not test_cam_sub
    luzik committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b44e6cd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. RTSP instead of RTMP in HA integration docs (#5761)

    I believe that it should be RTSP there
    luzik committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    732e527 View commit details
    Browse the repository at this point in the history
  2. Fix timezone issues with strftime (#5762)

    * Fix timezone issues with strftime
    
    * Fix timezone adjustment
    
    * Fix bug
    NickM-27 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e454daf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    3f17f87 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Make note that snapshots are required for Frigate+ (#5807)

    * Make note that snapshots are required for Frigate+
    
    * Fix spacing
    NickM-27 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ac339d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b61b6f4 View commit details
    Browse the repository at this point in the history
  3. Fixed extension of config file (#5803)

    * Fixed extension of config file
    
    Using frigate.yml as the config file for the HA addon gives a validation error, the same contents in frigate.yaml work.
    
    * More accurate description of config file handling.
    
    * Update docs/docs/configuration/index.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    renaissance-design and NickM-27 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1bf3b83 View commit details
    Browse the repository at this point in the history
  4. Point go2rtc links in docs to 1.2.0 specifically (#5816)

    * Point to specific tag of go2rtc docs
    
    * Point to go2rtc 1.2.0 docs
    
    * Point to go2rtc 1.2.0 docs
    
    * Update camera_specific.md
    NickM-27 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7d589bd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    4c5cd02 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Cleanup docs based on RC feedback (#5864)

    * Comment out timezone as it should not be set with None if copied
    
    * Use "" for ffmpeg: so it does not appear as comment
    
    * Add example to timezone setting
    NickM-27 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    83c80c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8cd10 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix small warning not appearing in go2rtc logs in UI (#5882)

    I always forget that for the logs to appear there, they should not be sent to stderr but stdout.
    felipecrs committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bc16ad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Update Unifi specific configuration (#5927)

    * Update Unifi specific configuration
    
    Provided more specific detail on what modifications are required to the Unifi camera rtsps links: change to rtspx to remove authentication and remove the ?enableSrtp to function on TCP. Provided a sample configuration for a Unifi camera.
    
    * Update docs/docs/configuration/camera_specific.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    * Update docs/docs/configuration/camera_specific.md
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    
    ---------
    
    Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
    mrmorganmurphy and NickM-27 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f855b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e61ea7 View commit details
    Browse the repository at this point in the history