Commit Graph

1737 Commits

Author SHA1 Message Date
Nick Mowen
e09cd09f2c Update tests 2023-04-24 06:34:31 -06:00
Nick Mowen
fa1a24ba6c Center text titles 2023-04-24 06:34:31 -06:00
Nick Mowen
a3d3211bcb Fix pt support 2023-04-24 06:34:31 -06:00
Nick Mowen
021d099204 Place ptz controls next to birdseye view in large layout 2023-04-24 06:34:31 -06:00
Nick Mowen
fd52caddcb Optimize layout for mobile and web 2023-04-24 06:34:31 -06:00
Nick Mowen
b408676bf2 Catch onvif error 2023-04-24 06:34:31 -06:00
Nick Mowen
9bed778b1a Formatting 2023-04-24 06:34:31 -06:00
Nick Mowen
0f82b9993c Add padding 2023-04-24 06:34:31 -06:00
Nick Mowen
77557caa98 Put wsdl back 2023-04-24 06:34:31 -06:00
Nick Mowen
bc067fd888 Add ptz controls ot birdseye 2023-04-24 06:34:31 -06:00
Nick Mowen
718632a440 Substitute onvif password 2023-04-24 06:34:31 -06:00
Nick Mowen
f2beec7bc7 Remove logs 2023-04-24 06:34:31 -06:00
Nick Mowen
95c3faf6de Fix mobile pressing 2023-04-24 06:34:31 -06:00
Nick Mowen
3c63801952 Disallow user selection 2023-04-24 06:34:31 -06:00
Nick Mowen
a152f2a200 Add ability to control camera with keyboard shortcuts 2023-04-24 06:34:31 -06:00
Nick Mowen
c168a3981b Fix formatting 2023-04-24 06:34:31 -06:00
Nick Mowen
963e5b363f Don't comment out 2023-04-24 06:34:31 -06:00
Nick Mowen
5e548ff8e7 Fix layout sizing 2023-04-24 06:34:31 -06:00
Nick Mowen
d996e66af5 Don't init onvif for disabled cameras 2023-04-24 06:34:31 -06:00
Nick Mowen
c6385a81fa Catch auth errors 2023-04-24 06:34:31 -06:00
Nick Mowen
ac1c5785e9 Fix duplicate logs 2023-04-24 06:34:31 -06:00
Nick Mowen
8c93545e64 Try to set wsdl 2023-04-24 06:34:31 -06:00
Nick Mowen
0bb2f5b845 Support zooming 2023-04-24 06:34:31 -06:00
Nick Mowen
1cc7bb9a54 Add pan/tilt support 2023-04-24 06:34:31 -06:00
Nick Mowen
137e2d659a Add visual design for pan / tilt 2023-04-24 06:34:31 -06:00
Nick Mowen
aad4313470 Ui tweaks 2023-04-24 06:34:31 -06:00
Nick Mowen
41bf9ffce4 Cleanup for errors 2023-04-24 06:34:31 -06:00
Nick Mowen
4665efa825 Add ability to set preset from UI 2023-04-24 06:34:31 -06:00
Nick Mowen
11639ed25c Add ability to set presets from UI 2023-04-24 06:34:31 -06:00
Nick Mowen
3c3176d13d Cleanup 2023-04-24 06:34:31 -06:00
Nick Mowen
11ffe07ae3 Set name 2023-04-24 06:34:29 -06:00
Nick Mowen
f1c5659d1e Fixes 2023-04-24 06:33:52 -06:00
Nick Mowen
895788543b Add zooming 2023-04-24 06:33:52 -06:00
Nick Mowen
f744827737 Add presets 2023-04-24 06:33:52 -06:00
Nick Mowen
25aa438745 Add more commands 2023-04-24 06:33:52 -06:00
Nick Mowen
8f76157acd Set config manually 2023-04-24 06:33:52 -06:00
Nick Mowen
f6e2357263 Fix bugs 2023-04-24 06:33:52 -06:00
Nick Mowen
6552c10fb8 Fix startup issues 2023-04-24 06:33:52 -06:00
Nick Mowen
a7048bccb5 Add support for ptz commands via websocket 2023-04-24 06:33:52 -06:00
Blake Blackshear
0d16bd0144
False positives (#6217)
* add false positive submission

* switch timeline events to x,y,w,h

* update docs

* fix type checks

* convert to upsert

* fix config test
2023-04-24 07:24:28 -05:00
dependabot[bot]
9dca1e1d9f
Bump actions/setup-python from 4.5.0 to 4.6.0 (#6192)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 06:40:26 -05:00
Nicolas Mowen
7f96d89ec4
Use correct method for retrieving current unix time (#6218) 2023-04-24 05:19:38 -05:00
Nicolas Mowen
04a22f8283
Fix timeline event overlay when recordings mode is not all (#6215)
* Fix case where not all segments are saved in recording for timeline overlay

* Remove unused vars
2023-04-23 15:02:52 -05:00
Nicolas Mowen
ece7dc29e7
Fix substitution change (#6212) 2023-04-23 12:19:56 -05:00
Felipe Santos
cdd8e6fd4e
Migrate default database path from /media/frigate to /config (#5219)
* Migrate db path to /config

* Ensure oneshot runs

* Put logic inside of Frigate's run

* Use new db default path in code

* Fix missing config dir

* Upgrade yq to 4.33.3
2023-04-23 11:35:40 -05:00
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
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