47 Commits

Author SHA1 Message Date
Cédric Verstraeten
fc46da1398 Update buildFlags in launch.json to include 'moq' tag 2026-08-14 13:58:58 +00:00
Cédric Verstraeten
96b145b046 Reset config.json to clean defaults
Removes sensitive credentials, private keys, and personal configuration values from config.json. Clears RTSP URLs, hub keys, encryption/signing keys, kstorage credentials, and resets various settings to neutral defaults.
2026-07-14 21:57:54 +02:00
Cédric Verstraeten
09a697e00b Make PixelChangeThreshold a pointer to distinguish unset vs 0
Changes PixelChangeThreshold from int to *int so nil (unset) defaults to 150, while 0 explicitly disables motion detection. Updates ProcessMotion to handle the new three-state logic and also emits pixelChangeThreshold in MQTT motion messages for live view visualization.
2026-07-14 21:52:24 +02:00
Cédric Verstraeten
b85d9858d1 Update config.json 2026-07-03 16:31:40 +02:00
Cédric Verstraeten
cb6bbe1609 Change STUN and TURN URIs in config.json
Updated STUN and TURN URIs for improved connectivity.
2026-06-22 21:12:52 +02:00
Cédric Verstraeten
d78e682759 Update config.json 2025-08-11 11:39:45 +02:00
cedricve
e666695c96 Disable live view chunking in configuration and adjust HandleLiveStreamSD function accordingly 2025-07-14 07:59:04 +00:00
cedricve
fdc3bfb4a4 Add live view chunking configuration to capture settings 2025-07-13 19:47:07 +00:00
Cédric Verstraeten
d7f225ca73 Add signing configuration placeholder to the agent's config 2025-06-02 14:08:47 +00:00
cedricve
e73c7a6ecc Remove kstorageRetryPolicy from configuration 2025-05-17 19:37:07 +00:00
cedricve
dbb870229e Update config.json 2025-05-16 19:00:33 +02:00
cedricve
65feb6d182 Add initial configuration file for agent settings 2025-05-15 12:20:04 +00:00
Cédric Verstraeten
12807e289c remove .env + config file, we will manually add as these are part of the .gitignore 2025-05-14 14:36:16 +02:00
Cédric Verstraeten
90780dae28 Add kstorage_secondary configuration field and initialize in environment variable overrides 2025-04-24 09:56:53 +00:00
Cedric Verstraeten
3af1df5b19 set realtime processing to false 2024-10-23 16:08:29 +02:00
Cedric Verstraeten
ecadf7a4db add realtime processing endpoint 2024-06-11 22:47:01 +02:00
Cedric Verstraeten
3551d02d50 feature: add ability to force TURN server 2024-01-17 09:44:24 +01:00
Cedric Verstraeten
aac2150a3a [release] v3.1.1 2024-01-07 22:14:44 +01:00
Cedric Verstraeten
751aa17534 feature: make hub encryption configurable + only send heartbeat to vault when credentials are set 2024-01-07 21:30:57 +01:00
Cedric Verstraeten
0c70ab6158 Refactor MQTT endpoints + Introduce End-to-End encryption using RSA and AES keys + finetune PTZ 2023-10-20 13:31:02 +02:00
Cedric Verstraeten
2b425a2ddd add test video for verification 2023-06-23 17:16:13 +02:00
Cédric Verstraeten
6aed20c466 Align to correct region 2023-06-22 15:53:46 +02:00
Cedric Verstraeten
2925e19b90 complete dropbox integration (add directory + env variables) 2023-04-07 20:21:16 +02:00
Cedric Verstraeten
71cd315142 disable MQTT message on motion + rework cloud upload (new option RemoveAfterUpload) + sidebar 2023-03-21 13:31:04 +01:00
Cedric Verstraeten
a2e584a225 default values for recording, snapshots, .. 2023-03-09 10:48:26 +01:00
Cedric Verstraeten
be7a231950 reset configuration 2023-02-23 12:20:25 +01:00
Cedric Verstraeten
5b3bbbb37e new approach to store snapshots! 2023-02-21 12:12:30 +01:00
Cedric Verstraeten
bfb72e8268 get rid of gocv 2023-01-17 19:50:08 +01:00
Cedric Verstraeten
47fb5b81ab intiialise deployment directory 2022-12-07 17:34:38 +01:00
Cedric Verstraeten
bf0ae4cb64 Revert "fixes"
This reverts commit fb666bb622.
2022-11-17 21:40:38 +01:00
Cédric Verstraeten
fb666bb622 fixes 2022-11-17 20:39:02 +00:00
Cédric Verstraeten
b69b52d292 add empty files 2022-11-17 20:37:08 +00:00
Cedric Verstraeten
13a93d0432 add auto cleanup configuration 2022-09-05 14:05:46 +02:00
Cedric Verstraeten
8a0481da03 fix video width + update base config 2022-09-05 12:43:23 +02:00
Thomas Quandalle
721c8b6c65 cleanup config + smaller bug fixes 2022-08-31 16:09:01 +02:00
Thomas Quandalle
3de747dbb9 update config 2022-08-27 21:25:33 +02:00
Thomas Quandalle
e00b45037c add a random key when empty + add verification for hub and vault 2022-08-26 21:13:43 +02:00
Thomas Quandalle
a1c000e84f add a working settings page (Finally) 2022-08-26 18:01:18 +02:00
Thomas Quandalle
ae79b7c248 set x264 and fixed fps 2022-06-26 21:31:00 +02:00
Thomas Quandalle
bee7157c2f fix build circleci 2022-06-21 17:31:05 +02:00
Thomas Quandalle
8042fd52f9 updating config 2022-06-21 11:50:58 +02:00
Thomas Quandalle
83ff7b4eba add heartbeating 2022-06-21 11:46:54 +02:00
Thomas Quandalle
98e0c1dc54 Adding new restart mechanism 2022-06-20 23:16:56 +02:00
Thomas Quandalle
8668fb74ed this will already process the stream and provide some motion 2022-06-19 15:28:14 +02:00
Thomas Quandalle
6b5d544664 adding settings pages and divide them over tabs 2022-06-15 19:25:42 +02:00
cedricve
8b9a5983bf fix temporary login 2021-03-15 11:24:27 +01:00
cedricve
ca990543df rename sub projects to avoid confusion 2020-12-29 08:28:23 +01:00