DIY360 Documentary Concept Lab

Dedicated workspace for the immersive video. Test multiple presentation formats, then upgrade to agent-driven view tracking.

Back to Main Gallery

Primary Build

Synchronized 4-Panel 360 Wall

360° Panoramic Documentary · 2017

30° 120° 120°

YouTube API max: 120°. Use Ultra-Wide mode for panoramic framing.

Slow 30° Fast
Yaw:
Pitch:
FOV: 100°

Alternate Builds

Multiple Ways to Build the 360 Experience

Mode A · Single Viewer

Best for simple delivery and mobile reliability. Lowest development overhead.

Mode B · Panoramic Stage

Cinematic banner treatment. Useful for visual installations and wide hero blocks.

Mode C · Multi-Panel Matrix

Keep the 4 synced panels and route the active angle automatically.

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.

Recommended event shape: { sessionId, panelId, t, yaw, pitch, fov, action, routeIndex, watchMs }