apocaliss92
2cc7ab08fd
reolink: add nvr support ( #1947 )
...
* work nvr
* Fix interfaces persisting
* Work
* Fix adopt imploding scrypted
* Skip undefined battery level values
* Preserve auth sessions on restart
* Move nvr creation in proper function
* Restore original createDevice with isNvr addition
* Typo
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-12-27 09:21:54 -08:00
The Beholder
bfb8c233f4
openvino: avoid CLIP startup timeout by loading HF cache first ( #1949 )
...
Scrypted could restart the OpenVINO plugin on startup in offline/firewalled setups because CLIPProcessor.from_pretrained("openai/clip-vit-base-patch32") triggers HuggingFace Hub network checks/retries that exceed the plugin startup watchdog.
Update predict/clip.py to:
- Load the CLIP processor from the local HF cache first (local_files_only=True) so startup is fast/offline-safe.
- Refresh the processor cache online asynchronously in a background thread (asyncio.to_thread) so update checks don’t block startup.
- Add simple log prints to indicate cache load vs refresh success/failure.
2025-12-26 18:38:13 -08:00
Koushik Dutta
3b0042c922
diagnostics: fix ai slop tests
2025-12-15 16:33:35 -08:00
Koushik Dutta
2f4cd9807b
diagnostics: clip/det tests
2025-12-14 15:07:11 -08:00
Koushik Dutta
1711d2a6f7
diagnostics: clip/det tests
2025-12-14 15:04:01 -08:00
Koushik Dutta
2818120b68
diagnostics: url tests
2025-12-13 10:05:51 -08:00
Koushik Dutta
2c267f6b26
coreml: disable auto restart to work around coreml caching bug filling macos disk until reboot
2025-12-09 12:25:31 -08:00
Koushik Dutta
aa85e7ec19
rebroadcast: avoid mjpeg codecs and warn
2025-12-06 12:38:22 -08:00
Koushik Dutta
1b7e24fda7
openvino: publish beta, add notes on 2025.4.0
2025-12-02 08:53:29 -08:00
Koushik Dutta
3e54db1658
reolink: publish
2025-11-27 18:24:35 -08:00
apocaliss92
a7cc8d0e11
reolink: Check deviceInfo exists ( #1935 )
...
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-11-27 17:38:21 -08:00
Koushik Dutta
5e0afa627c
reolink: publish
2025-11-27 08:49:25 -08:00
apocaliss92
70c46f9894
- reolink: check and fix netData ( #1934 )
...
- reolink: restrict homehub streams to RTSP
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-11-27 08:42:35 -08:00
Koushik Dutta
fe94472282
Revert "Reolink: add check for net data, enable/disable RTMP/RTSP/ONVIF/HTTPS when necessary ( #1931 )"
...
This reverts commit 370a82dc56 .
2025-11-27 08:19:19 -08:00
apocaliss92
c559212b2b
reolink/hikvision: Add detection sources ( #1932 )
...
* add pluginId to detection objects
* add detection sourceId to hik
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-11-26 12:00:57 -08:00
Koushik Dutta
10b097480f
reolink: publish
2025-11-26 08:42:51 -08:00
Koushik Dutta
14050d4e3a
unifi-protect: fixup ws timeouts
2025-11-26 08:41:44 -08:00
apocaliss92
370a82dc56
Reolink: add check for net data, enable/disable RTMP/RTSP/ONVIF/HTTPS when necessary ( #1931 )
...
- unify methods to get specific abilities
- allow only RTSP streams for homehub devices
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-11-26 07:29:32 -08:00
Koushik Dutta
77dd8cf2a8
reolink: fix dep
2025-11-25 16:13:56 -08:00
Koushik Dutta
2b2a5c3dd8
diagnostics: fix metadata retrieval failrue
2025-11-25 09:16:36 -08:00
Koushik Dutta
6a952bf104
diagnostics: fix metadata retrieval failrue
2025-11-25 08:45:56 -08:00
Koushik Dutta
72c7736b2a
snapshot: aspect ratio description
2025-11-17 15:19:58 -08:00
Koushik Dutta
c6771ce8ae
snapshot: publish with aspect ratio override fixes
2025-11-17 15:16:57 -08:00
Koushik Dutta
e691c71224
snapshot: publish beta with aspect ratio override
2025-11-17 14:57:37 -08:00
Koushik Dutta
12ce2dc6ce
core: publish new lxc updater
2025-11-17 11:06:13 -08:00
Koushik Dutta
b69dd024e5
core: use new builtin docker image updater
2025-11-16 20:48:34 -08:00
Koushik Dutta
b43fdf83e2
openvino: legacy gpu crash fix for text recognition
2025-11-16 18:13:12 -08:00
Koushik Dutta
c4a12fe493
unifi-protect: publishb eta
2025-11-16 11:42:27 -08:00
Koushik Dutta
7219c8bee3
hikvision: ensure device probe has data
2025-11-16 09:06:41 -08:00
Koushik Dutta
86160a74ac
openvino: note vgg failure on latest openivno
2025-11-15 18:24:43 -08:00
Koushik Dutta
ec6ccb5826
cloud: code cleanup and alert clearing
2025-11-13 15:23:26 -08:00
Koushik Dutta
ef55c3f366
cloud: add periodic cloudflare health check
2025-11-13 11:16:05 -08:00
Koushik Dutta
923dff378c
snapshot/rebroadcast: publish new privacy mode
2025-11-13 09:43:18 -08:00
Koushik Dutta
6356702ba3
rebroadcast: privacy mode
2025-11-13 09:40:28 -08:00
Koushik Dutta
a2576d5741
webrtc: fix https://github.com/koush/scrypted/issues/1909
2025-11-09 11:02:06 -08:00
Koushik Dutta
34f0529691
videoanalysis: prefer libav for stability
2025-11-09 08:33:18 -08:00
Koushik Dutta
99c0c53405
core/sdk: fix missing interface acl crash
2025-11-06 10:30:03 -08:00
Koushik Dutta
55fb215cab
core/sdk: fix missing interface acl crash
2025-11-06 10:29:14 -08:00
Koushik Dutta
d8e17e9216
core: remove watchtower from proxmox totally
2025-11-05 10:32:25 -08:00
Koushik Dutta
d515cc47d0
core: temporarily disable lxc-docker abort-on-container-exit
2025-11-05 08:52:26 -08:00
Koushik Dutta
12e60efd35
core: prevent apt updates
2025-11-05 08:02:19 -08:00
Koushik Dutta
9107558bab
diagnostics: cloud ipv4 and ipv6 check
2025-11-03 14:38:08 -08:00
Koushik Dutta
25521699e8
webrtc: update werift and publish beta
2025-10-29 11:03:12 -07:00
Koushik Dutta
54c56ac4ce
core: add platform images
2025-10-28 11:45:15 -07:00
Roman Sokolov
d6afbcef26
hikvision-doorbell: Added signaling to listenLoop and updated README.md ( #1911 )
2025-10-22 08:07:28 -07:00
Koushik Dutta
f9a1668e5d
core: publish lxc docker image fix
2025-10-13 08:56:58 -07:00
Roman Sokolov
e0764a54cc
hikvision-doorbell: Version 2 of the hikvision-doorbell plugin ( #1907 )
2025-10-12 09:28:53 -07:00
Koushik Dutta
1e825b84bc
diagnostics: use cloudflare to check date. check scrypted services
2025-10-08 08:32:42 -07:00
Koushik Dutta
946e8d3414
openvino: rollback pypi package
2025-10-07 19:29:04 -07:00
Koushik Dutta
3043b058d7
openvino: publish with new openvino, add m model
2025-10-07 09:51:29 -07:00