Nick Mowen
f59871a189
Fix bolding
2022-05-14 07:32:31 -05:00
Nick Mowen
2dda7608bb
Clarify camera streaming
2022-05-14 07:32:31 -05:00
Nick Mowen
10db9faff9
Add docs about casting
2022-05-14 07:32:31 -05:00
Carlos Gustavo Sarmiento
90bff605fa
Only include 16x if browser is not Firefox
2022-05-14 07:31:52 -05:00
Carlos Gustavo Sarmiento
f512df44c1
Add 16x Playback rate to VideoPlayer.jsx
2022-05-14 07:31:52 -05:00
Blake Blackshear
4e8ce28948
center portrait thumbnails
2022-05-14 06:37:06 -05:00
Blake Blackshear
16057cdef7
only use jellyfin-ffmpeg for amd64
2022-05-14 06:36:38 -05:00
Blake Blackshear
da36f25fd0
fix swr fetcher
2022-05-12 12:05:34 -05:00
Blake Blackshear
0e9c8a4ddd
update docusaurus
2022-05-12 06:29:43 -05:00
Blake Blackshear
ccc9b90625
update docs
2022-05-12 06:29:43 -05:00
Blake Blackshear
d992a959f2
sync lint settings
2022-05-12 06:29:43 -05:00
Blake Blackshear
358d0521a1
fix plus active check and add logging
2022-05-12 06:29:43 -05:00
Blake Blackshear
691ed6a4c7
revamp recordings
2022-05-12 06:29:43 -05:00
Blake Blackshear
78e1782084
optimize query performance
2022-05-12 06:29:43 -05:00
Blake Blackshear
0d5ae9a399
cleanup
2022-05-12 06:29:43 -05:00
Blake Blackshear
d343a658ec
batch deletes for massive cleanups
2022-05-12 06:29:43 -05:00
Nicolas Mowen
0bd3cff13b
Set event thumbnail cache timeout to 1 day ( #3150 )
...
* Set event thumbnail cache timeout to 1 day
* Pass max age as a param and set default to 30 days
2022-04-26 19:42:07 -05:00
Nicolas Mowen
5b71271b3c
Set motion switch on mqtt connection ( #3149 )
2022-04-26 19:09:53 -05:00
Nicolas Mowen
0a4d658c7f
Ability to enable / disable motion detection via MQTT ( #3117 )
...
* Starting working on adding motion toggle
* Add all info to mqtt command
* Send motion to correct funs
* Update mqtt docs
* Fixes for contingencies
* format
* mypy
* Tweak behavior
* Fix motion breaking frames
* Fix bad logic in detect set
* Always set value for motion boxes
2022-04-26 07:29:28 -05:00
Blake Blackshear
b75929a846
add all jellyfin-ffmpeg binaries to path
2022-04-26 07:24:30 -05:00
Blake Blackshear
e33cd442cd
ensure params get passed to api for jpg
2022-04-26 07:24:30 -05:00
Blake Blackshear
91539de3ff
optimize caching of image data from api
2022-04-26 06:36:26 -05:00
Blake Blackshear
bc0206de9d
retain the set topic for switches
2022-04-25 07:13:22 -05:00
Blake Blackshear
f536494a38
Multi arch image with nvidia decode support
...
* build working
* update makefile
* use jellyfin-ffmpeg for all arch
* just build web once for all arch
* update actions build
* update docs
2022-04-24 13:52:12 -05:00
Blake Blackshear
f2030d301f
type fixes
2022-04-18 06:52:13 -05:00
Blake Blackshear
d890217447
Merge remote-tracking branch 'origin/master' into release-0.11.0
2022-04-18 06:45:30 -05:00
Sebastian Englbrecht
cafe0917c7
Typing: mypy fixes for
...
* __main__.py
* app.py
* models.py
* plus.py
* stats.py
In addition a new module was introduced: types
There all TypedDicts are included. Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
2022-04-17 08:55:38 -05:00
Sebastian Englbrecht
ebf4e43ced
Modernizing Typing
...
All Dict, List were converted to dict, list, see: https://mypy.readthedocs.io/en/stable/builtin_types.html#generic-types
2022-04-17 08:55:38 -05:00
Blake Blackshear
a1afade9ba
fix birdseye config
2022-04-16 09:08:10 -05:00
Blake Blackshear
b86b2d6602
cleanup print statements
2022-04-16 09:08:10 -05:00
Blake Blackshear
12abbc59d6
add lint check to workflow
2022-04-16 09:08:10 -05:00
Blake Blackshear
ec91466fe4
lint fixes
2022-04-16 09:08:10 -05:00
Blake Blackshear
0044f73d7a
armv7 compatibility
2022-04-16 09:08:10 -05:00
Josh Hawkins
65e0ec7826
Allow improve_contrast to be toggled via mqtt ( #3011 )
...
* Toggle improve_contrast for cameras via MQTT
* Process parameter to mqtt toggle improve_contrast
* Update mqtt docs for improve_contrast topic
* Spacing
* Add class variable and update in process_frames
* Pass to constructor
* pass by reference mistake
* remove parameter
* remove parameter
2022-04-16 08:52:02 -05:00
Nicolas Mowen
a5016afdd4
FEAT: Ability to reorder & ability to hide Cameras in UI ( #2981 )
...
* Add options for reordering and hiding cameras selectively
* Add newline at end of camera file
* Make each camera for birdseye togglable as well
* Update names to be less ambiguous
* Update defaults
* Include sidebar change
* Remove birdseye toggle (will be added in separate PR)
* Remove birdseye toggle (will be added in separate PR)
* Remove birdseye toggle (will be added in separate PR)
* Update sidebar to only sort cameras once
* Simplify sorting logic
2022-04-15 07:23:02 -05:00
Nicolas Mowen
6808ba1b3b
Add more issue templates ( #3095 )
...
* Create camera_support_request.yml
* Update camera_support_request.yml
* Create config_support_request.yml
* Update and rename support_request.yml to general_support_request.yml
2022-04-15 07:03:04 -05:00
Sebastian Englbrecht
41f58c7692
Add basic typing for multiple modules:
...
* log.py
* video.py
* watchdog.py
* zeroconf.py
2022-04-15 07:01:43 -05:00
Sebastian Englbrecht
c6234bf548
fix depreciated import from collections
2022-04-15 07:01:43 -05:00
Sebastian Englbrecht
d995761419
Prepare mypy for typing checks
2022-04-15 07:01:43 -05:00
Nicolas Mowen
d749cf2e6b
Allow birdseye to be overridden at the camera level ( #3083 )
...
* Add camera level processing for birdseye
* Add camera level birdseye configruation
* Propogate birdseye from global
* Update docs to show that birdseye is overridable
* Fix incorrect default factory
* Update note to indicate values that can be overridden
* Cleanup config accessing
* Add tests for birdseye config behavior
* Fix mistake on test format
* Update tests
2022-04-15 06:59:30 -05:00
herostrat
164e9b7eb8
Use requirement file for pip installs ( #3090 )
...
Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de>
2022-04-12 07:21:21 -05:00
herostrat
d43f9189a6
Changes group type from int to str ( #3086 )
...
Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de>
2022-04-12 07:20:28 -05:00
Nicolas Mowen
a292f272e9
DOCS: Add stationary tracking config section to elaborate more on stationary tracking ( #3077 )
...
* Add docs to elaborate more on stationary tracking
* Add link to guide on avoiding stationary objects in driveway scenario
* Update wording in reference config
* Small cleanups
* Update with PR comments
2022-04-11 07:19:25 -05:00
Nicolas Mowen
58c32857d3
Add latest frigate version to stats endpoints ( #3038 )
...
* Add latest version to stats in mqtt and http
* Update json to include new field
* Update to use requests
* Don't use incorrect exception
2022-04-11 07:10:19 -05:00
Blake Blackshear
35bd1de5ba
limit send to plus where appropriate ( #3080 )
2022-04-11 06:56:53 -05:00
Nicolas Mowen
51fd18f56d
FEAT: Ability to set custom birdseye icon and birdseye docs ( #2979 )
...
* Show custom.png for birdseye icon if available
* Don't look for config value
* Add birdseye docs
2022-04-10 09:15:56 -05:00
Nicolas Mowen
162e275ef3
Always show camera recordings in sidebar regardless of state ( #2846 )
2022-04-10 09:13:30 -05:00
Blake Blackshear
44a2b54773
package updates
2022-04-10 09:11:16 -05:00
Blake Blackshear
d17828931b
include prettier in extensions
2022-04-10 09:11:16 -05:00
Blake Blackshear
cef77fba01
add frontend for frigate+ submission
2022-04-10 09:11:16 -05:00