---
title: "WWDC26: Use foveated streaming to bring immersive content to visionOS | Apple"
url: https://daily.dev/posts/wwdc26-use-foveated-streaming-to-bring-immersive-content-to-visionos-apple-cknqvfs58
source_url: https://www.youtube.com/watch?v=yPMGqbAU-ZI
type: video:youtube
source: "Apple Developer"
published: 2026-06-08T21:25:23.809Z
updated: 2026-06-08T21:26:00.456Z
tags: ["swiftui", "visionos"]
reading_time: 14
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# WWDC26: Use foveated streaming to bring immersive content to visionOS | Apple

**[Apple Developer](https://daily.dev/sources/appledeveloper)** · 14 min read · 0 upvotes · 0 comments

## Summary

Apple introduced Foveated Streaming at WWDC26, a new framework in visionOS 26.4 that lets Apple Vision Pro connect to external devices (like PCs) to stream OpenXR content with low latency over Wi-Fi. The system uses eye tracking to compress video based on gaze direction, delivering higher detail where the user is looking. Under the hood it uses NVIDIA CloudXR for streaming. Developers can build a visionOS receiver app using the FoveatedStreaming framework alongside SwiftUI, ARKit, and RealityKit, while the PC-side OpenXR app implements Apple's lightweight TCP-based Foveated Streaming Protocol and the CloudXR SDK runtime. Real-world examples include X-Plane 12, iRacing, and Autodesk VRED. The talk walks through setting up both the visionOS receiver and the streaming endpoint, pairing via QR code, message channels for bidirectional communication, and performance profiling with a dedicated Xcode instrument.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=yPMGqbAU-ZI>

---

Tags: [#swiftui](https://daily.dev/tags/swiftui), [#visionos](https://daily.dev/tags/visionos)

[View this post on daily.dev](https://daily.dev/posts/wwdc26-use-foveated-streaming-to-bring-immersive-content-to-visionos-apple-cknqvfs58)
