7a11c9617b
Test
2026-04-24 14:48:55 +10:00
91bdb3f96b
Fix play once video player
2026-04-23 08:36:52 +10:00
c625898f61
Fix Video Player that support generate black image when finish playing video (reach the end of video)
2026-04-23 08:08:34 +10:00
a0d5c81814
Update
2026-04-22 16:52:40 +10:00
fc47a42c6a
Use yuv and fix FR to use batch 4
2026-04-22 16:01:44 +10:00
24d6d2e0a5
Use tracker and voting system to correct ALPR
2026-04-22 11:19:42 +10:00
f7f356c044
Before investigate ALPR M misread as N
2026-04-22 10:32:13 +10:00
0e203eef99
Fix double stops
2026-04-22 10:19:03 +10:00
57cc8e0a56
Fix double stop in ANSVideoPlayer
2026-04-22 10:10:16 +10:00
00f6e2f852
Enable log information
2026-04-21 12:09:24 +10:00
9f0a10a4c8
Improve ANSCV with sotfware decoder:
...
Thread-local staging Mat (video_player.cpp:1400-1407) — single biggest win. Eliminates the 12 MB per-call malloc/free cycle.
Contiguous get_buffer2 allocator (video_decoder.cpp:35-102) — keeps the 3 bulk memcpys cache-friendly. Would also enable FAST/zero-copy for resolutions where visible_h % 64 == 0.
SW-decoder thread config (video_decoder.cpp:528-540) — thread_count=0, thread_type=FRAME|SLICE. FRAME is downgraded to SLICE-only by AV_CODEC_FLAG_LOW_DELAY, but decode throughput is sufficient for your input rate.
SetTargetFPS(100) delivery throttle (already there) — caps onVideoFrame post-decode work at 10 FPS. Keeps the caller path warm-cached.
Instrumentation — [MEDIA_DecInit] / [MEDIA_Convert] / [MEDIA_SWDec] / [MEDIA_Timing] / [MEDIA_JpegTiming] — always-on regression detector, zero cost when ANSCORE_DEBUGVIEW=OFF.
2026-04-20 12:18:43 +10:00
3418090042
- Remove ALPR_OD Tracker and voting system.
...
- Disable debugview
2026-04-19 23:15: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
2abfd6e87c
Update the video conversion: Ensure the correct file order
2026-04-16 22:32:03 +10:00
808df4656d
Fix ALPR Batch and memory leak
2026-04-15 23:00:19 +10:00
f9a0af8949
Improve ALPR_OCR peformance
2026-04-14 20:30:21 +10:00
3349b45ade
Update video conversion
2026-04-13 21:55:57 +10:00
749c7db3c6
Add support to IMAQ conversion
2026-04-12 21:55:09 +10:00
0a8aaed215
Add CPU/GPU gate and support new ANSALPR using OCR
2026-04-12 17:16:16 +10:00
eeb205779a
Fix model optimisation
2026-04-09 08:09:02 +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
6d792ee4c0
Support unicode to get users/user APIs
2026-04-06 17:02:42 +10:00
e134ebdf15
Use software decoder by default
2026-04-04 20:19:54 +11:00
958cab6ae3
Fix NV12 crash issue when recreate camera object
2026-04-02 22:07:27 +11:00
6c6d1c0e0b
Fix issue that generate two or more objects with the same LP numbers/user name in the same image frame
2026-04-01 08:01:22 +11:00
dd2009d87a
Unify country and ocr mode on both ANSOCR and ANSALPR
2026-03-30 15:21:32 +11:00
01eabf76bd
Fix ANSOCR TensorRT Release
2026-03-30 09:24:04 +11:00
b735931c55
Initial OCR to support ALPR mode with country support
2026-03-29 22:51:39 +11:00
6861de8fb4
Organise the dependencies
2026-03-29 14:10:05 +11:00
bf70cbd11b
Add all unit tests
2026-03-29 12:51:37 +11:00
e7612e421b
Add more unit test
2026-03-29 12:00:38 +11:00
2392b6785b
Add unit tests
2026-03-29 08:45:38 +11:00
8a2e721058
Refactor project structure
2026-03-28 19:56:39 +11:00