Nick Mowen
08ce46b1d9
Fix docs
2023-04-23 07:13:21 -06:00
Nick Mowen
b2359d1959
Fix mobile
2023-04-23 07:13:21 -06:00
Nick Mowen
0142aef2f8
Add docs for new apis
2023-04-23 07:13:21 -06:00
Nick Mowen
fb306ed946
Add disclaimer when selecting overlay points
2023-04-23 07:13:21 -06:00
Nick Mowen
2ef1f1d1cd
Remove overlay when playing again
2023-04-23 07:13:21 -06:00
Nick Mowen
614c950e67
Get box overlay working
2023-04-23 07:13:21 -06:00
Nick Mowen
b3c4504499
Make region relative
2023-04-23 07:13:21 -06:00
Nick Mowen
a6cde7d98f
Make box in timeline relative coordinates
2023-04-23 07:13:21 -06:00
Nick Mowen
50e4b82b01
Move player logic back to clips
2023-04-23 07:13:21 -06:00
Nick Mowen
5d0e4f799d
Fix start time with clip
2023-04-23 07:13:21 -06:00
Nick Mowen
e2348102a1
Improve icons
2023-04-23 07:13:21 -06:00
Nick Mowen
1c826f3c09
Add tooltip with info
2023-04-23 07:13:21 -06:00
Nick Mowen
5994860296
Start working on timeline ui
2023-04-23 07:13:21 -06:00
Nick Mowen
dfdf2b6ddf
Add recordings snapshot url
2023-04-23 07:13:21 -06:00
Nick Mowen
3d37604d00
Cleanups
2023-04-23 07:13:21 -06:00
Nick Mowen
04ea6dce2d
Setup basic UI for timeline in events
2023-04-23 07:13:21 -06:00
Nick Mowen
2da8581729
Add api with filtering
2023-04-23 07:13:21 -06:00
Nick Mowen
ea3e7004ba
Store better data
2023-04-23 07:13:21 -06:00
Nick Mowen
f2d8298337
Formatting
2023-04-23 07:13:21 -06:00
Nick Mowen
922d327ebf
Fixes
2023-04-23 07:13:21 -06:00
Nick Mowen
b2a8f8330a
Add other fields
2023-04-23 07:13:21 -06:00
Nick Mowen
98b154f5ec
Add source id for index
2023-04-23 07:13:21 -06:00
Nick Mowen
cca6676004
Setup timeline queue in events
2023-04-23 07:13:21 -06:00
Nick Mowen
229d134cb4
Handle timeline queue from tracked object data
2023-04-23 07:13:21 -06:00
Nick Mowen
6b277c7689
Adjust schema to be less descriptive
2023-04-23 07:13:21 -06:00
Nick Mowen
cd19b611f0
Add other fields
2023-04-23 07:13:21 -06:00
Nick Mowen
616566a8f9
Fix indexes
2023-04-23 07:13:21 -06:00
Nick Mowen
8542cdf00d
Create timeline table
2023-04-23 07:13:21 -06:00
lucas_nz
3c72b96042
Use browser timezone if not specified in config ( #6205 )
2023-04-23 07:42:15 -05:00
KtAlumi
366c31259f
Edit dsize order ( #6172 )
...
dsize could be (width, height).
Co-authored-by: kt.lu <kt.lu@latticeworkinc.com>
2023-04-22 21:38:58 -05:00
Blake Blackshear
8535213ad9
update python deps ( #6101 )
2023-04-16 07:20:51 -05:00
Felipe Santos
416ce66b51
Auto approve dependabot PRs ( #5147 )
2023-04-16 07:15:10 -05:00
Martin Weinelt
cb73d0cd39
Migrate away from deprecated np.float ( #5898 )
...
It is an alias for the python float type, and got deprecated in 1.20 and
was removed in 1.24. The rest of the project already uses float32
(single), so I believe this is also correct here, as opposed to float64
(double).
2023-04-16 07:13:33 -05:00
Blake Blackshear
f8f76fcb94
update to 8.3.x ( #6100 )
2023-04-16 07:09:51 -05:00
dependabot[bot]
149d6694d6
Bump docker/build-push-action from 3 to 4 ( #5319 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/build-push-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>
2023-04-15 15:21:23 -05:00
Blake Blackshear
15415bab10
update deps ( #6093 )
...
* update dev deps
* update deps
* docs deps
* python dev deps
* update python deps
2023-04-15 14:17:59 -05:00
Kevin David
a218d2f6ff
docker-compose.yml: remove :ro for config.yml ( #6086 )
...
This should be editable by default from the UI
2023-04-15 07:22:55 -05:00
Nicolas Mowen
6986949d84
Remove deprecated retain_days config ( #5952 )
2023-04-09 11:23:34 -05:00
Blake Blackshear
cefbed614f
Remove arm32 ( #5935 )
...
* remove references to 32bit arm
* scheduled build to maintain actions cache
2023-04-08 09:24:28 -06:00
Blake Blackshear
37db4070ce
increment version
2023-04-08 09:52:30 -05:00
Blake Blackshear
0e61ea7723
cleanup hardware recommendations
2023-04-08 07:44:02 -05:00
mrmorganmurphy
f855b1a2b3
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>
2023-04-08 07:28:16 -05:00
Felipe Santos
bc16ad1f13
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.
2023-03-30 20:03:42 -05:00
Felipe Santos
1b8cd10142
Allow to override go2rtc binary in add-on ( #5876 )
2023-03-29 19:08:04 -05:00
Nicolas Mowen
83c80c570c
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
2023-03-29 19:06:19 -05:00
Patrick Decat
4c5cd02ab7
Fix confusing storage display when calculating per camera usage ( #5835 )
2023-03-25 16:49:46 -05:00
Nicolas Mowen
7d589bd6e1
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
2023-03-23 17:12:53 -05:00
Chris Cox
1bf3b83ef3
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>
2023-03-22 19:48:24 -05:00
Nicolas Mowen
b61b6f46cd
Update ha integration instructions to reflect new settings names ( #5806 )
2023-03-22 19:47:13 -05:00
Nicolas Mowen
ac339d411c
Make note that snapshots are required for Frigate+ ( #5807 )
...
* Make note that snapshots are required for Frigate+
* Fix spacing
2023-03-22 19:46:43 -05:00