Josh Hawkins
682cb4751a
add tapo c200 camera
2023-10-19 17:15:13 -05:00
Josh Hawkins
50b3049fa5
docs
2023-10-19 15:48:11 -05:00
Josh Hawkins
18b9540e4f
revamp zooming to use area moving average
2023-10-18 10:12:01 -05:00
Josh Hawkins
cd227b2158
update zoom conditions
2023-10-16 07:47:01 -05:00
Josh Hawkins
2722fe18b6
Merge branch 'dev' of https://github.com/hawkeye217/frigate into lost-object-zoom
2023-10-14 07:26:33 -05:00
Nicolas Mowen
fa6c6c50d0
Support ManagedMediaSource and update docs to reflect iOS 17.1+ supports MSE ( #8160 )
...
* Refactor media source handling in MsePlayer.js and Birdseye.jsx to support ManagedMediaSource
* lint
* Update docs to reflect iOS supporting mse
---------
Co-authored-by: Sergey Krashevich <svk@svk.su>
2023-10-13 19:17:09 -05:00
Nicolas Mowen
869bb2b177
clarifications and fixes for live go2rtc example ( #8132 )
...
* clarifications and fixes for live go2rtc example
* fix
2023-10-13 06:15:39 -05:00
Nicolas Mowen
3869b274e2
Add note about recording retention to manual event docs ( #8141 )
2023-10-13 06:14:55 -05:00
Nicolas Mowen
d508088bd0
Add audio role to camera config docs ( #8113 )
2023-10-09 18:16:34 -05:00
Nicolas Mowen
68ebd55425
Lower min scores for person and car in plus docs ( #8114 )
2023-10-09 18:15:23 -05:00
tpjanssen
a82334ca1c
API enhancements ( #8107 )
2023-10-09 08:52:26 -05:00
Josh Hawkins
2e788b2ca2
final tweaks and docs
2023-10-08 18:40:39 -05:00
Josh Hawkins
e8b9a8c79c
Merge branch 'dev' of https://github.com/hawkeye217/frigate into lost-object-zoom
2023-10-07 14:37:42 -05:00
Josh Hawkins
4950b1cd01
add zoom hysteresis
2023-10-07 11:50:34 -05:00
Tyler Fisher
c35e8371be
corrected a typo in the "Configuring Minimum Volume" section. ( #8012 )
2023-10-07 09:23:49 -05:00
tpjanssen
c47b02d2fe
Added filter option for min/max score for event to API function /events ( #8079 )
...
* Update api.md
* Update api.md
* Added filter option for min/max score for event to API function /events
* Added filter for submitted events
* Update http.py
2023-10-07 09:22:14 -05:00
theawes0megamer
5d2b87e077
Update ESXi instructions ( #8018 )
2023-10-07 09:20:29 -05:00
Josh Hawkins
8298806028
update list of onvif capable cams ( #8021 )
...
* update list of onvif capable cams
* clarify hikvision
* wording
* hikvision
* add sunba and ctronics from forum reports
* add cams
2023-10-07 09:20:10 -05:00
Nicolas Mowen
8cc7acd591
Zone docs ( #8047 )
...
* Update zone docs
* Document zone inertia in zone docs
2023-10-07 09:19:56 -05:00
Blake Blackshear
14d2b79c72
Security fixes ( #8081 )
...
* use safeloader
* use json responses wherever possible
* remove CORS and add CSRF token
* formatting fixes
* add envjs back
* fix baseurl test
2023-10-06 22:20:30 -05:00
Josh Hawkins
b293392313
get valid velocity
2023-10-05 22:44:34 -05:00
Josh Hawkins
ce85e144b2
debug and docs
2023-10-05 18:29:36 -05:00
Josh Hawkins
31e719d2cb
fix velocity threshold variable
2023-10-05 09:48:42 -05:00
Josh Hawkins
3a6cb99d5f
docs wording
2023-10-05 06:34:28 -05:00
Josh Hawkins
9f027231e0
docs and better zooming
2023-10-04 16:12:51 -05:00
Josh Hawkins
9c822a0b5a
update calibration behavior and docs
2023-10-03 13:34:37 -05:00
Josh Hawkins
22b9507797
add image of debug view ( #8003 )
2023-09-30 06:25:39 -05:00
Nicolas Mowen
37379e6fba
Update autotracking gif ( #8002 )
2023-09-29 20:08:15 -05:00
Josh Hawkins
e77fedc445
docs for onvif camera support ( #7999 )
...
* docs for onvif camera support
* fix warning
* warning to caution
* update table
* centering
* no autotracking for reolinks
* zoom only for 511WA
2023-09-29 17:52:57 -05:00
Josh Hawkins
ead03c381b
Autotracking improvements and bugfixes ( #7984 )
...
* add zoom factor and catch motion exception
* reword error message
* check euclidean distance of estimate points
* use numpy for euclidean distance
* config entry
* use zoom factor and zoom based on velocity
* move debug inside try
* change log type to info
* logger level warning
* docs
* exception handling
2023-09-28 18:21:37 -05:00
On Freund
56dfcd7a32
Update CAP_PERFMON instructions on hardware_acceleration.md ( #7957 )
...
* Update CAP_PERFMON instructions on hardware_acceleration.md
* Three -> there
2023-09-28 18:20:09 -05:00
tpjanssen
50b17031c4
Update api.md ( #7971 )
...
* Update api.md
* Update api.md
2023-09-28 18:00:32 -05:00
mvn23
d11c1a2066
Update camera_specific.md ( #7694 )
...
Add information for TP-Link VIGI stream settings
2023-09-27 06:19:29 -05:00
Josh Hawkins
27144eb0b9
Autotracker: Basic zooming and moves with velocity estimation ( #7713 )
...
* don't zoom if camera doesn't support it
* basic zooming
* make zooming configurable
* zooming docs
* optional zooming in camera status
* Use absolute instead of relative zooming
* increase edge threshold
* zoom considering object area
* bugfixes
* catch onvif zooming errors
* relative zooming option for dahua/amcrest cams
* docs
* docs
* don't make small movements
* remove old logger statement
* fix small movements
* use enum in config for zooming
* fix formatting
* empty move queue first
* clear tracked object before waiting for stop
* use velocity estimation for movements
* docs updates
* add tests
* typos
* recalc every 50 moves
* adjust zoom based on estimate box if calibrated
* tweaks for fast objects and large movements
* use real time for calibration and add info logging
* docs updates
* remove area scale
* Add example video to docs
* zooming font header size the same as the others
* log an error if a ptz doesn't report a MoveStatus
* debug logging for onvif service capabilities
* ensure camera supports ONVIF MoveStatus
2023-09-27 06:19:10 -05:00
Josh Hawkins
64705c065f
update docs sidebar for go2rc 1.7.1 ( #7946 )
2023-09-27 06:11:37 -05:00
Nicolas Mowen
08eefd8385
Fix frame height default value in docs ( #7947 )
2023-09-27 06:11:23 -05:00
Blake Blackshear
705ee54315
plus docs update ( #7964 )
...
* plus docs update
* add attribute labels
2023-09-27 06:10:53 -05:00
Nicolas Mowen
1aba8c1ef5
Refactor time filter ( #7962 )
...
* Add ability to filter events by start time
* Add tests
* Add time param to events
* Add time picker
* Update docs
* Catch overnight case
Update comment
* Cleanup
* Fix tests
2023-09-27 06:09:38 -05:00
Blake Blackshear
cfd04d164e
add more robust plus documentation ( #7905 )
...
* add more robust plus documentation
* rename page
* note changing circumstances
2023-09-22 07:35:04 -05:00
Nicolas Mowen
fa2e4993d9
fix typo ( #7903 )
2023-09-21 17:08:31 -05:00
Nicolas Mowen
080d7a2d88
Update go2rtc to 1.7.1 ( #7657 )
...
* Update go2rtc to 1.7.0
* Update docs references
* Add docs for homekit restream
* Exit with better error message when substitution is not correct
* Formatting
* Fix pin
* Update go2rtc dep
* Update go2rtc docs references
* Fix name
* Mute player by default
* Remove homekit mention
2023-09-21 06:52:46 -06:00
Nicolas Mowen
7d0216b8fb
Improve default timelapse args and make timelapse customizable ( #7840 )
...
* Add args to ignore audio and only process keyframes
* Add timelapse args to config
* Update docs
* Formatting
* Fix spacing
* Fix formatting
* add example of math for pts
2023-09-21 06:20:05 -06:00
Nicolas Mowen
4a6579527b
Add docs for audio volume config ( #7807 )
...
* Add docs for audio volume
* fix typo
2023-09-21 05:26:44 -05:00
Nicolas Mowen
fd9196ae3e
add note about network bandwidth permissions and don't set interfaces by default ( #7813 )
...
* add note about network bandwidth permissions
* Update default net int
* Set default network interfaces to empty
* Don't read interfaces if none are set
* Formatting
* Add stderr output
2023-09-21 05:26:22 -05:00
Nate Meyer
0d6bb6714a
Add support for selecting a specific GPU to use when converting TRT models ( #7857 )
2023-09-21 05:23:51 -05:00
Nicolas Mowen
5d30944d6e
Add fire alarm to default audio labels ( #7854 )
...
* Add fire alarm to default audio list
* Update docs for default audio label list
* Update audio detectors with default label list
2023-09-21 05:23:26 -05:00
Nicolas Mowen
6aedc39a9a
Remove quotes from tensorrt env variable example ( #7823 )
2023-09-16 05:00:07 -05:00
Blake Blackshear
f682203f9d
Merge remote-tracking branch 'origin/master' into dev
2023-09-04 10:48:24 -05:00
flyize
a63af1a891
Update false_positives.md ( #7685 )
...
Mention about false positives from stationary objects. Added because I just had this issue and the current page didn't really help me.
2023-09-04 10:12:24 -05:00
Nicolas Mowen
3c25c578f0
Add troubleshooting docs for recordings ( #7381 )
2023-09-01 07:07:55 -05:00