Commit Graph

4190 Commits

Author SHA1 Message Date
Koushik Dutta
c2ccf0fc51 Update docker-compose.yml 2023-02-14 10:23:22 -08:00
Koushik Dutta
6ff44d31b7 Update docker-compose.yml 2023-02-14 10:18:09 -08:00
Grzegorz Zdanowski
f0a09b4869 Add JSON output for webhook methods calls (#554) 2023-02-14 09:03:04 -08:00
Koushik Dutta
f5ef995c0f dlib: requirements fixups 2023-02-13 23:50:14 -08:00
Koushik Dutta
f0ce7211c9 predict: wip face recognition 2023-02-13 23:20:17 -08:00
Koushik Dutta
f1c4bba760 predict: restructure for face recog 2023-02-13 21:52:29 -08:00
Koushik Dutta
1d1d305b6b mqtt: add retain to all state publish 2023-02-13 17:26:21 -08:00
Koushik Dutta
981c572bd7 mqtt: support flags 2023-02-13 17:11:21 -08:00
Koushik Dutta
d7a683cc30 dlib: initial implementation of face recognition 2023-02-13 13:22:24 -08:00
Koushik Dutta
bee3d8d151 predict: fix overlapped detections 2023-02-13 12:06:29 -08:00
Koushik Dutta
d292e1cf6b server: fix order of operations 2023-02-13 10:59:46 -08:00
Koushik Dutta
46cf0a9cd3 predict: better matches along middle 2023-02-13 10:59:33 -08:00
Koushik Dutta
9108675e24 Revert "Accomodate custom models (#547)"
This reverts commit 56c3104997.
2023-02-13 09:09:09 -08:00
Koushik Dutta
8ee15aef39 core: fix bug where users could not be deleted 2023-02-13 08:46:06 -08:00
Koushik Dutta
28fd1e1b98 docker-mdns: wip 2023-02-12 13:50:38 -08:00
Koushik Dutta
5876b56631 videoanalysis: take periodic detections 2023-02-12 13:50:17 -08:00
Koushik Dutta
a9708ac532 mqtt: fix settings bug 2023-02-12 13:49:58 -08:00
Koushik Dutta
958fb93dbf snapshot: mask error if buffers were received 2023-02-12 11:10:47 -08:00
Koushik Dutta
09b70bb35c server: publish 2023-02-11 23:31:02 -08:00
Koushik Dutta
4e6d8bb318 Merge branch 'main' of github.com:koush/scrypted 2023-02-11 23:30:45 -08:00
Koushik Dutta
61e5006f48 homekit/webrtc: partially revert h264 repacketizer change 2023-02-11 23:30:41 -08:00
Roarrk
56c3104997 Accomodate custom models (#547)
Tries to fetch the label list from the mlmodel file itself and due to newer converted mlmodels having a different output (float32) it also numpy converts the model output to floats.
2023-02-11 22:46:24 -08:00
Koushik Dutta
bdecf70474 detect: fixup model settings 2023-02-11 20:53:39 -08:00
Koushik Dutta
9a2b26aee9 windows: run as admin 2023-02-11 18:56:57 -08:00
Brett Jia
7d0bf91177 arlo: mark 2way as experimental + new refresh/re-login features (#551)
* remove unused dependencies

* expose configs to enable/disable two-way as experimental

* remove Few logging and clean up settings

* initial imap settings scaffolding and 90-min stream refresh

* fix sse refresh and make it configurable

* fix double printing in provider

* clean up logger names

* safer imap re-login and proper SSE exits

* some more logging with ids

* fix MQTT refresh and cleanly cancel tasks on restart

* document IMAP requirements

* bump 0.6.3 for release

* fix new device load error

* bump 0.6.4 for release
2023-02-11 18:48:09 -08:00
Brett Jia
4ab8efdc49 Update python cpu reporting (#552)
The scrypted web ui looks to be reading from `cpu`:
64f696599c/plugins/core/ui/src/components/plugin/PluginStats.vue (L67)
and is being published on the nodejs side as `cpu`:
227b287f1e/server/src/plugin/plugin-remote-worker.ts (L21)

Might need to change this as well?
cc43273f34/server/src/plugin/plugin-host.ts (L59)
2023-02-11 18:47:53 -08:00
Koushik Dutta
821d64e2b0 windows: run as admin 2023-02-11 18:20:22 -08:00
Koushik Dutta
39c4b3bc12 windows: disable powershell noise 2023-02-11 16:53:48 -08:00
Koushik Dutta
ddb6a3a47d windows: use npx full path 2023-02-11 16:20:38 -08:00
Koushik Dutta
91808be62e detect: publish support for windows 2023-02-11 10:11:26 -08:00
Koushik Dutta
017b599170 server/windows: add support for python version when used with py.exe 2023-02-11 09:35:08 -08:00
Koushik Dutta
2fdc76daaa windows: use python version on py.exe launcher 2023-02-11 09:30:18 -08:00
Koushik Dutta
2c149fd68f windows: revert python locking 2023-02-11 09:26:07 -08:00
Koushik Dutta
12f124400f windows: use specific python3.9.exe 2023-02-11 09:12:22 -08:00
Koushik Dutta
d6639e690b windows: use specific python3.9.exe 2023-02-11 09:10:07 -08:00
Koushik Dutta
c57288cab5 windows: use specific python3.9.exe 2023-02-11 09:03:32 -08:00
Koushik Dutta
75503f1449 opencv: final fix for windows functionality!~ 2023-02-11 08:56:37 -08:00
Koushik Dutta
54aa0baa71 opencv: fix up requirements on windows 2023-02-11 08:54:13 -08:00
Koushik Dutta
efdeb95bbe opencv: fixup color conversion fast path 2023-02-11 08:52:11 -08:00
Koushik Dutta
8142893395 cloud: better error for unconfigured server address when using upnp 2023-02-11 08:38:15 -08:00
Koushik Dutta
cb9c5f26a9 detection: support libav throughout 2023-02-11 08:24:45 -08:00
Koushik Dutta
d1d4f10039 Merge branch 'main' of github.com:koush/scrypted 2023-02-10 22:15:28 -08:00
Koushik Dutta
2d414ed22c webhook: fix hang 2023-02-10 22:15:23 -08:00
Koushik Dutta
c23935861e Update install-scrypted-dependencies-mac.sh 2023-02-10 21:29:28 -08:00
Koushik Dutta
0d7115b9a1 webrtc: fix missing turn servers 2023-02-10 12:25:18 -08:00
Koushik Dutta
ba71a50612 externals: revert inadvertent change 2023-02-10 12:24:54 -08:00
Koushik Dutta
7981ee282f Merge branch 'main' of github.com:koush/scrypted 2023-02-10 08:16:53 -08:00
Koushik Dutta
31faa2e4bd cloud: add ip checker 2023-02-10 08:16:46 -08:00
Koushik Dutta
12b5f41e9b Merge branch 'main' of github.com:koush/scrypted 2023-02-09 21:25:21 -07:00
Koushik Dutta
cbee7ee149 windows: update node 2023-02-09 21:25:13 -07:00