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
demo: persist decoded codes with a hold window to stop lock flicker
A hand-held camera only re-decodes a given code on a fraction of frames, but the
HUD replaced its decoded set on every worker message — so any dropped read made
the value slate and lock brackets vanish and snap back, reading as constant
flicker. Decoded codes now persist in a track map for DECODE_HOLD_MS (1.4s) past
their last confirmation, with a position-smoothed box, and expire only after the
code is genuinely gone. The lock stays put and the readout is stable across the
frames that don't re-decode. Tracks reset on camera start.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments