You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
-**Faster First Login**: AI models are now pre-loaded when the service starts, rather than waiting for the first user to walk by.
14
14
-**Hardened Validation**: Switched input validation from regex to a strict character-allowlist loop. This isn't visible to users, but it removes a potential ReDoS attack vector and makes path traversal protection bulletproof.
15
15
16
+
## [0.9.7] - 2026-01-25
17
+
18
+
### Improved in 0.9.7
19
+
20
+
-**Upgraded AI Model**: Switched to `YuNet 2023mar` for better face detection accuracy, especially with smaller faces and difficult angles.
21
+
-**Dynamic Resolution**: Removed fixed resizing (320x320) for face detection. The engine now uses the camera's native resolution, which significantly improves detection performance on IR cameras with non-square aspect ratios.
22
+
-**Static Linking**: Upgraded to **OpenCV 4.12.0** (statically linked), removing runtime dependencies and potential conflicts.
23
+
-**Hardware Strategy**: Prioritized **OpenCL 1.2+** as the universal accelerator (AMD/Intel/NVIDIA) to keep the package lightweight (~15MB). Native CUDA/OpenVINO backends are disabled to avoid massive binary bloat (~200MB+), with OpenCL providing near-native performance.
set_target_properties(pam_linuxcampam PROPERTIES PREFIX"") # pam_ modules often don't want strict lib prefix, though standard is usually ok. PAM expects filename to match config.
54
75
55
-
# Auth Service
56
-
add_executable(linuxcampamd
57
-
src/service/main.cpp
76
+
# Service Core Library (Shared between Service and Tests)
0 commit comments