17 Commits

Author SHA1 Message Date
3418090042 - Remove ALPR_OD Tracker and voting system.
- Disable debugview
2026-04-19 23:15:50 +10:00
51fe507dfd Fix unregister issue 2026-04-19 14:47:29 +10:00
2de11c4b0c Fix: remove the leak protection entirely 2026-04-18 20:51:50 +10:00
247c91db50 Fix ANSAWS3 multiple instance creation 2026-04-18 20:33:44 +10:00
a47ea25e8b Fix Image management (BMP, BMPtoJPEG) and remove debug info from AWS Upload 2026-04-17 20:59:21 +10:00
fcc985efb9 Fix AWS S3 upload failure: remove ClearAllHeaders that was wiping SigV4 state
Removing the Fix 1 ClearAllHeaders/ClearAllQueryParams block from all 8
upload entry points. CkRest.AddHeader already overwrites by header name,
so the clears were unnecessary; they also wipe the internal state
Chilkat's SigV4 signer relies on between requests, which caused AWS to
reject every PUT with HTTP 400 MaxMessageLengthExceeded (max 35240 B).
Per-step ClearAllQueryParams inside multipart kept (followed immediately
by AddQueryParam).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 08:13:32 +10:00
a63feab0ff Ensure the threadsafe for video upload 2026-04-17 07:03:03 +10:00
34854d87f4 Fix Uncode server API 2026-04-08 15:22:48 +10:00
69787b0ff0 Fix AMD and OpenVINO 2026-04-08 13:45:52 +10:00
a4a8caaa86 Fix mixed UTF16 issue (LabVIEW) and fix ANSFR for Intel 2026-04-08 08:47:10 +10:00
866e0282e2 Add more unicode functions 2026-04-07 08:53:53 +10:00
cb3e856a6e Add more unicode APIs 2026-04-07 07:59:46 +10:00
b98aed21bf Support unicode APIs for LabVIEW 2026-04-06 14:20:43 +10:00
091a61d2be Fix Window search path for ANSLIB 2026-04-06 08:31:26 +10:00
ccfc5964d4 Support UTF8 to UTF16 LE.
Support Unicode helper
Fix ANSFR to show 2 same faces in 1 image
2026-03-31 21:52:47 +11:00
70be68d0fc Support UTF8 to UTF16 LE 2026-03-31 14:10:21 +11:00
8a2e721058 Refactor project structure 2026-03-28 19:56:39 +11:00