Koushik Dutta
26518f0693
server: reduced listening address set
2025-03-02 18:48:01 -08:00
Koushik Dutta
72df40c422
postbeta
2025-03-02 15:02:45 -08:00
Koushik Dutta
fe1b677381
server: limit address binding in cluster mode
2025-03-02 14:57:56 -08:00
Koushik Dutta
16a9abeb9e
Merge branch 'main' of github.com:koush/scrypted
2025-02-28 21:05:08 -08:00
Koushik Dutta
ba07aa7765
router: caddy
2025-02-28 21:05:04 -08:00
apocaliss92
35e508a01e
snapshot: Allow sleeping cameras to have longer lived snapshots ( #1747 )
...
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-02-27 22:30:30 -08:00
apocaliss92
1e709a058d
reolink: Add polling to reolink discovered devices ( #1744 )
...
* Add polling to reolink discovered devices
* Don't poll battery devices
* Logic moved to forever cycle
* Poll battery devices only when they wake up
* Wrap each poll in try/catch
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-02-27 22:29:12 -08:00
Mehmet Bayram
f5a4bab0a8
hikvision: Improve handling of supplemental light and alarm ( #1739 )
...
* hikvision: Remove settings from alarm switch
Dynamically choose supplemental light mode
Rename floodlight to supplemental light
Prevent child device removal if no devices detected
Report devices when settings are saved
Remove unused functions
* fix: push DeviceProvider interface
* hikvision: Add README support to Alarm Switch and update interfaces
* hikvision: add device release method
* hikvision: add IP check before accessing alarm and light capabilities
* hikvision: Centralize alarm activation logic
2025-02-27 22:28:24 -08:00
Koushik Dutta
e373a3935e
router: fixup policies
2025-02-26 19:15:46 -08:00
Koushik Dutta
f9f9762046
docker: router shuffling
2025-02-26 11:20:35 -08:00
Koushik Dutta
4b6751785c
Merge branch 'main' of github.com:koush/scrypted
2025-02-25 21:14:20 -08:00
Koushik Dutta
133cbcf5f5
sdk: add col
2025-02-25 21:14:14 -08:00
LV Nilesh
817c171757
docker: update BASE ( #1748 )
...
https://github.com/koush/scrypted/pull/1745#issuecomment-2677176155
2025-02-25 09:04:36 -08:00
LV Nilesh
9af9359b26
docker: Update Dockerfile.full.header ( #1749 )
2025-02-25 09:04:17 -08:00
Koushik Dutta
b684ced629
install: nftables
2025-02-23 18:54:58 -08:00
apocaliss92
977db49f87
reolink: Add optional chain to live check ( #1746 )
...
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-02-22 23:53:13 -08:00
Koushik Dutta
992fe98f5e
core/sdk: update
2025-02-22 19:39:08 -08:00
Koushik Dutta
a74157168e
sdk: update
2025-02-22 14:20:55 -08:00
Koushik Dutta
0eed5241f0
sdk: update
2025-02-22 14:20:00 -08:00
Koushik Dutta
c0680736e7
sdk: update
2025-02-21 19:25:41 -08:00
Koushik Dutta
c345f173d2
docker: set SHELL
2025-02-21 08:25:06 -08:00
Koushik Dutta
1ed10cd1cb
sdk: radio support
2025-02-20 12:06:51 -08:00
Koushik Dutta
9426db12aa
client/server: update deps
2025-02-19 14:56:53 -08:00
Koushik Dutta
a35e821f79
intall: router dockerfile updates
2025-02-19 14:56:39 -08:00
Koushik Dutta
983794d5d0
plugins: remove usage of builtin in favor of internal
2025-02-19 14:56:00 -08:00
Koushik Dutta
cd3e2340b8
rebroadcast: most camera plugins depend on this, so ensure snapshot and webrtc are downloaded as well
2025-02-19 14:55:32 -08:00
Koushik Dutta
bb82eb6bde
sdk: Update
2025-02-19 14:28:56 -08:00
Koushik Dutta
5006bb90fc
postbeta
2025-02-18 13:53:13 -08:00
Koushik Dutta
7134ef114a
server: fixup staged cleanup
2025-02-18 13:53:03 -08:00
Koushik Dutta
2f5b1f6526
postbeta
2025-02-18 13:46:21 -08:00
Koushik Dutta
f88f0a25db
server: try staged cleanup
2025-02-18 13:46:11 -08:00
Koushik Dutta
d2810b09ed
docker: lite/systemd test
2025-02-17 23:06:33 -08:00
Koushik Dutta
f103ddf660
openvino: fix npu/gpu crashes caused by dynamic input sizes
2025-02-16 15:32:02 -08:00
Koushik Dutta
47edffa56d
openvino: regenerate face embedding model
2025-02-16 11:50:05 -08:00
Koushik Dutta
86a5a73276
openvino: workaround for npu crash https://github.com/openvinotoolkit/openvino/issues/29003#issuecomment-2660865184
2025-02-15 08:17:02 -08:00
Koushik Dutta
1a47015558
openvino: more precise npu usage
2025-02-14 11:58:57 -08:00
Koushik Dutta
0de9812760
videoanalysis: fix zone names with hyphens
2025-02-14 11:46:36 -08:00
Koushik Dutta
10d16dab21
hikvision: remove dead code/
2025-02-14 09:05:38 -08:00
Koushik Dutta
f3f4bbc77f
hikvision-doorbell: fix buikd
2025-02-13 13:54:42 -08:00
Koushik Dutta
029f788407
hikvision: cleanup
2025-02-12 21:55:13 -08:00
Mehmet Bayram
89b93eb2f4
hikvision: Add Supplemental Light & Alarm Support to Hikvision Plugin ( #1737 )
...
* feat: add supplemental light control for Hikvision cameras
* Add supplemental light control as device
* Add alarm switch with audio/light alarm settings
* Get alarm trigger configuration and capabilities for audio and white light alarms
* Simplify alarm settings retrieval
2025-02-12 21:24:38 -08:00
Koushik Dutta
6fd35e54e6
openvino: rollback openvino
2025-02-12 15:36:57 -08:00
Koushik Dutta
118c404525
sdk: fix and publish
2025-02-12 15:01:49 -08:00
Koushik Dutta
833ecb721f
tensorflow-lite: pass through forked flag
2025-02-12 13:39:55 -08:00
Koushik Dutta
a8f1e74278
tensorflow-lite: pass through forked flag
2025-02-12 13:38:18 -08:00
apocaliss92
1075fb4491
sdk: Sensors interface ( #1731 )
...
* Sensors interface
* Sensors as mapping type
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-02-12 13:02:25 -08:00
Koushik Dutta
f09a797ebf
core: publish with ui fixes
2025-02-12 09:55:56 -08:00
Koushik Dutta
1e0fdee7b6
Merge branch 'main' of github.com:koush/scrypted
2025-02-12 09:29:15 -08:00
Koushik Dutta
be6375e9f4
tensorflow-lite: add cluster aware
2025-02-12 09:28:06 -08:00
apocaliss92
e5ba39f886
reolink: Forward battery cams detections ( #1730 )
...
* Reolink: Forward battery cams detections
* Used right return
* log removed
* use ability to determine events source
* Reuse same branching for events
---------
Co-authored-by: Gianluca Ruocco <gianluca.ruocco@xarvio.com >
2025-02-11 11:43:31 -08:00