Tuan Nghia Nguyen adf32da2a2 Add early stale-out in ANSRTSPClient::GetImage
When the decoder hasn't produced a frame in 5s, skip the call to
_playerClient->getImage() entirely and return the cached frame with
unchanged _pts. LabVIEW sees STALE PTS one poll earlier and can
trigger reconnect sooner.

Threshold matches the existing checks on the duplicate-PTS branch and
in areImagesIdentical() so all three stale paths agree. Near-zero cost:
one getLastFrameAgeMs() call before the main path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 08:35:23 +10:00
2026-04-06 08:31:26 +10:00
2026-04-15 23:00:19 +10:00
2026-04-12 21:55:09 +10:00
2026-04-15 23:51:30 +10:00
2026-03-29 14:10:05 +11:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 13:13:41 +11:00
Description
No description provided
17 MiB
Languages
C 57.3%
C++ 41.8%
Python 0.3%
Objective-C++ 0.2%
CMake 0.2%
Other 0.1%