<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp" -->

---
title: WWDC26: Implement high resolution photo capture | Apple
description: A WWDC26 session covering high-resolution photo capture on iPhone using AVFoundation. Explains the differences between 12MP, 24MP, and 48MP captures, how the...
canonical: https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: WWDC26: Implement high resolution photo capture | Apple | daily.dev
og:description: A WWDC26 session covering high-resolution photo capture on iPhone using AVFoundation. Explains the differences between 12MP, 24MP, and 48MP captures, how the...
og:url: https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp
og:image: https://api.daily.dev/og/posts/BL9hjMRYp.png
og:image:alt: WWDC26: Implement high resolution photo capture | Apple
og:image:width: 1200
og:image:height: 630
og:locale: 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: Implement high resolution photo capture | Apple

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

## Summary

A WWDC26 session covering high-resolution photo capture on iPhone using AVFoundation. Explains the differences between 12MP, 24MP, and 48MP captures, how the Quad-pixel sensor and Photonic Engine work, and how to configure AVCaptureSession with the photo preset. Covers quality prioritization levels (speed, balanced, quality), using setPreparedPhotoSettingsArray for resource pre-allocation, and best practices for keeping apps responsive via responsive capture, deferred photo processing, and fast capture prioritization. Includes a practical demo showing how enabling these APIs reduces shot-to-shot delay and allows capturing multiple high-quality frames in rapid succession.

## Full article

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

---

Tags: [#swift](https://daily.dev/tags/swift)

[View this post on daily.dev](https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"WWDC26: Implement high resolution photo capture | Apple","url":"https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp"},"datePublished":"2026-06-08T21:25:23.137Z","dateModified":"2026-06-08T21:31:31.806Z","description":"A WWDC26 session covering high-resolution photo capture on iPhone using AVFoundation. Explains the differences between 12MP, 24MP, and 48MP captures, how the...","image":"https://i.ytimg.com/vi/QATTHJAnjYg/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/QATTHJAnjYg/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Apple Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Apple Developer","logo":"https://media.daily.dev/image/upload/s--CAtMViBl--/f_auto/v1711726806/logos/appledeveloper","url":"https://daily.dev/sources/appledeveloper"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/wwdc26-implement-high-resolution-photo-capture-apple-bl9hjmryp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"swift","timeRequired":"PT17M","video":{"@type":"VideoObject","name":"WWDC26: Implement high resolution photo capture | Apple","description":"A WWDC26 session covering high-resolution photo capture on iPhone using AVFoundation. Explains the differences between 12MP, 24MP, and 48MP captures, how the...","thumbnailUrl":"https://i.ytimg.com/vi/QATTHJAnjYg/sddefault.jpg","uploadDate":"2026-06-08T21:25:23.137Z","duration":"PT17M","url":"https://api.daily.dev/r/BL9hjMRYp","embedUrl":"https://www.youtube.com/embed/QATTHJAnjYg"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Apple Developer","item":"https://daily.dev/sources/appledeveloper"},{"@type":"ListItem","position":3,"name":"WWDC26: Implement high resolution photo capture | Apple"}]}
```

