360° Panoramic Documentary · 2017
YouTube API max: 120°. Use Ultra-Wide mode for panoramic framing.
Alternate Builds
Multiple Ways to Build the 360 Experience
Mode A · Single Viewer
Mode B · Panoramic Stage
Mode C · Multi-Panel Matrix
Ideal when you want simultaneous context, directional contrast, and panel-by-panel view telemetry.
Tracking Plan
How You’ll Update This with Agents
1. Instrument Viewer Events
Capture panel id, timestamp, yaw, pitch, FOV, play/pause/seek, dwell time, and active route panel. Emit events to a local endpoint every 1-2 seconds.
2. Build Angle-Match Agent
Agent A aligns frames across panel angles at time t. Store angle snapshots and confidence scores so each moment has a view map.
3. Build Behavior Agent
Agent B clusters patterns: where viewers pause, what angles retain attention, and which routes create the longest watch duration.
4. Build Optimization Agent
Agent C auto-adjusts route order, FOV defaults, and panel emphasis from historical data, then runs A/B tests on the next sessions.
{ sessionId, panelId, t, yaw, pitch, fov, action, routeIndex, watchMs }