Skip to content

fix(realtime): correct lucy-2.5 resolution to 1280x720#7

Merged
AdirAmsalem merged 1 commit into
mainfrom
farmerville
Jul 7, 2026
Merged

fix(realtime): correct lucy-2.5 resolution to 1280x720#7
AdirAmsalem merged 1 commit into
mainfrom
farmerville

Conversation

@AdirAmsalem

Copy link
Copy Markdown
Contributor

What

Corrects the reported resolution for the lucy-2.5 realtime model from 1088×624 to its actual 1280×720.

Why

lucy-2.5 was registered with lucy-2.1's geometry, so anyone reading the model definition — or relying on it to size streams/frames — got the wrong resolution. This aligns the C++ SDK's registry with the model's real specs. Frame rate was already correct at 30fps.

No public API changes; consumers using models::realtime("lucy-2.5") automatically get the corrected width/height.

lucy-2.5 had inherited lucy-2.1's 1088x624 geometry. Set it to its
actual 1280x720 resolution and update the model registry tests.
@AdirAmsalem AdirAmsalem merged commit 46c5c24 into main Jul 7, 2026
4 checks passed
@AdirAmsalem AdirAmsalem deleted the farmerville branch July 7, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant