blakeblackshear.frigate/migrations
Nicolas Mowen fbaab71d78
Metadata Timeline (#6194)
* Create timeline table

* Fix indexes

* Add other fields

* Adjust schema to be less descriptive

* Handle timeline queue from tracked object data

* Setup timeline queue in events

* Add source id for index

* Add other fields

* Fixes

* Formatting

* Store better data

* Add api with filtering

* Setup basic UI for timeline in events

* Cleanups

* Add recordings snapshot url

* Start working on timeline ui

* Add tooltip with info

* Improve icons

* Fix start time with clip

* Move player logic back to clips

* Make box in timeline relative coordinates

* Make region relative

* Get box overlay working

* Remove overlay when playing again

* Add disclaimer when selecting overlay points

* Add docs for new apis

* Fix mobile

* Fix docs

* Change color of bottom center box

* Fix vscode formatting
2023-04-23 10:45:19 -05:00
..
001_create_events_table.py formatting cleanup 2021-02-25 07:01:57 -06:00
002_add_clip_snapshot.py formatting cleanup 2021-02-25 07:01:57 -06:00
003_create_recordings_table.py fix migrations 2022-02-18 21:18:26 -06:00
004_add_bbox_region_area.py add region/bbox/area to event table 2021-09-23 07:31:48 -05:00
005_make_end_time_nullable.py only save recordings when an event is in progress 2022-02-18 21:18:26 -06:00
006_add_motion_active_objects.py store objects and motion counts in the db 2022-02-18 21:18:26 -06:00
007_add_retain_indefinitely.py Ability to retain specific clips / events indefinitely (#2831) 2022-02-21 22:03:01 -06:00
008_add_sub_label.py FEAT: Ability to set sub labels for specific events (#2949) 2022-03-17 07:18:43 -05:00
009_add_object_filter_ratio.py Add object filter ratio (#2952) 2022-04-10 08:25:18 -05:00
010_add_plus_image_id.py add endpoint to submit to plus 2022-04-10 09:11:16 -05:00
011_update_indexes.py optimize query performance 2022-05-12 06:29:43 -05:00
012_add_segment_size.py Limit recording retention to available storage (#3942) 2022-10-09 06:28:26 -05:00
013_create_timeline_table.py Metadata Timeline (#6194) 2023-04-23 10:45:19 -05:00