Nick Mowen
2b35cf8f9b
Make sure multiple True values aren't published for the same motion
2022-05-12 16:30:54 -06:00
Nick Mowen
4d81a08597
Make sure multiple True values aren't published for the same motion
2022-05-12 16:21:28 -06:00
Nick Mowen
ff5a0aed78
Update main config docs
2022-05-01 13:00:43 -06:00
Nick Mowen
0749f271f5
Update mqtt docs
2022-05-01 12:56:44 -06:00
Nick Mowen
488724159f
Merge branch 'mqtt-motion-detector' of github.com:NickM-27/frigate into mqtt-motion-detector
2022-05-01 11:21:50 -06:00
Nick Mowen
55640c1d46
Fix processing issue
2022-05-01 11:18:51 -06:00
Nicolas Mowen
49bb69b0e8
Update docker-compose.yml
2022-04-27 06:41:02 -06:00
Nick Mowen
1ef977d340
Formatting
2022-04-27 06:36:28 -06:00
Nick Mowen
d7c0ec8d12
Handle updating each camera based on config off delay
2022-04-27 06:35:55 -06:00
Nick Mowen
2a9ae82788
Make off delay configurable.
2022-04-27 06:22:06 -06:00
Nick Mowen
76a7386335
add comment
2022-04-26 18:56:06 -06:00
Nick Mowen
18b735d8d8
Formatting
2022-04-26 18:51:50 -06:00
Nick Mowen
faf82b0f05
Cleanup
2022-04-26 18:47:37 -06:00
Nick Mowen
f5b1f96164
Use object processing instead of passing mqtt client around
2022-04-26 18:47:07 -06:00
Nick Mowen
657b59f39f
Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into mqtt-motion-detector
2022-04-26 18:35:54 -06:00
Nicolas Mowen
5b71271b3c
Set motion switch on mqtt connection ( #3149 )
2022-04-26 19:09:53 -05:00
Nick Mowen
a57b60e259
Send mqtt message when motion is detected
2022-04-26 14:13:52 -06: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
Blake Blackshear
e724fe3da6
add endpoint to submit to plus
2022-04-10 09:11:16 -05:00