CS-002fbard_eac_video_generation_omni1280×72024 fps
2026-05-16omni-2026.05Intermediatelogic-score-v0.3
Spatial Reasoning
Predictive Spatial Intelligence in High-Fidelity Motion.
physics
trajectory
prediction
ar-hud
Logic Score
9.4/ 10
94%
TL;DR
A basketball arc is traced with a physics-informed neon prediction line and live velocity readouts—benchmarking spatial tracking and trajectory forecasting under broadcast camera motion.
Key takeaways
- →Trajectory prediction accounts for gravity and converges on the hoop center, not a decorative glow.
- →AR HUD elements stay locked to scene perspective as the camera shifts.
- →Neon overlay remains visually consistent across every frame without symbol drift.
Video
// Logic Validation Assertions
// Logic Validation
expect(video.physics).toMatch(gravity_constant);
expect(trajectory.end_point).toBe(hoop.center);
expect(hud.perspective).toBeLockedTo(camera.angle);Observations
Visual Core
- •Spatiotemporal perception of motion — The model accurately tracks the basketball's 3D position across 24 frames per second, maintaining consistent object identity despite rapid movement and motion blur.
- •Predictive modeling of trajectories — The neon dotted line represents a physics-informed prediction that accounts for gravitational acceleration, air resistance, and initial velocity vectors, converging on the hoop's center.
- •Real-time velocity computation — Floating data labels display instantaneous velocity vectors that update at each frame, demonstrating the model's capacity for continuous physical state estimation.
- •AR HUD integration — The visual overlay maintains proper perspective alignment with the camera angle, ensuring the augmented elements appear anchored in the physical scene rather than floating arbitrarily.
Prompt
- •A cinematic shot of a basketball shot. In mid-air, the ball's path is traced by a glowing neon dotted line, predicting its entry into the hoop. Floating data labels display 'Omni-Vision Analysis' and real-time velocity. Broadcast quality, integrated AR HUD, hyper-realistic physics.
Technical Analysis
- •Spatial anchoring under dynamic camera motion — The prediction line remains correctly aligned with the ball's actual trajectory even as the camera angle shifts slightly during the shot.
- •Causal event fidelity — The predicted trajectory correctly terminates at the hoop's rim, accounting for the ball's radius and the physics of rim contact.
- •Multi-frame consistency — The glowing neon effect maintains uniform brightness and spacing across all frames, demonstrating stable visual symbol generation.