Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💭 ISO and taking sharp photos #2642

Open
4 tasks done
stevengoldberg opened this issue Mar 8, 2024 · 10 comments
Open
4 tasks done

💭 ISO and taking sharp photos #2642

stevengoldberg opened this issue Mar 8, 2024 · 10 comments
Labels
💭 question Further information is requested

Comments

@stevengoldberg
Copy link

Question

I'm revisiting the issue of how to take the sharpest photo possible while displaying the result as quickly as possible, and I'm confused about the results I'm seeing.

The following are all cropped segments of photos taken on an iPhone 14 Pro camera at neutral zoom. In all cases I am passing enableHighQualityPhotos to the Camera component and photoQualityPrioritization is set to 'quality'.

This is the result from the native iOS camera app:

image

The original photo was 3024x4032, ISO 1000, 24mm, f.178, 1/30s exposure.

This is the result from my vision-camera app using this format:

autoFocusSystem: "phase-detection"
fieldOfView: 101.021591
maxFps: 60
maxISO: 5472
maxZoom: 171.875
minFps: 1
minISO: 57
photoHeight: 3024
photoWidth: 4032
pixelFormats: (9) ['yuv', 'yuv', 'rgb', 'unknown', 'yuv', 'unknown', 'yuv', 'unknown', 'rgb']
supportsDepthCapture: false
supportsPhotoHdr: false
supportsVideoHdr: false
videoHeight: 768
videoStabilizationModes: (3) ['auto', 'off', 'standard']
videoWidth: 1024

image

The image is much blurrier. It's the same resolution, same camera, same everything except the ISO is 3200 and the exposure is 1/90s.

To take sharper photos, I've been adding { iso: 'max' } to the format filter. Doing so selects the following format:

autoFocusSystem: "phase-detection"
fieldOfView: 103.62532
maxFps: 30
maxISO: 12768
maxZoom: 189
minFps: 1
minISO: 57
photoHeight: 3024
photoWidth: 4032
pixelFormats: (9) ['yuv', 'yuv', 'rgb', 'unknown', 'yuv', 'unknown', 'yuv', 'unknown', 'rgb']
supportsDepthCapture: false
supportsPhotoHdr: false
supportsVideoHdr: false
videoHeight: 3024
videoStabilizationModes: (2) ['auto', 'off']
videoWidth: 4032

Taking a photo with this format is noticeably slower — slower than using the native app, I think, but I can't measure it to be sure. Here is a screen recording demonstrating the difference in capture speed between the two formats. But the result looks similar to the native app:

image

And sure enough, this photo has the same specs as the one taken with the native app — ISO 1000, 1/30s exposure.

And just to be thorough, I took one with ShadowLens as well (after raising the exposure back to 0):

image

There's no lens information available, but it looks roughly in between the two results taken in my app.

Now, what confuses me is: why does selecting the format with the higher max ISO result in a sharper photo with a lower ISO value? These ISO values are nowhere close to the min or max stated by the formats. Is there any way to produce the sharp result without the capture slowing down so much?

What I tried

No response

VisionCamera Version

3.9.1

Additional information

@stevengoldberg stevengoldberg added the 💭 question Further information is requested label Mar 8, 2024
@mrousavy
Copy link
Owner

Hey - thanks for the detailed reports, this is really helpful and easy to follow. Most bug reports aren't as high quality as this one :)

Here's my thoughts:

  1. Higher ISO apparently means the photo pipeline can dedicate longer time to getting a sharp photo, I guess edge detection (anti blurriness) is also a factor of how much light goes into the sensor, so yes, ISO: Max is a good way to get higher quality photos.
  2. I think by default, iOS ranks formats with lower ISO above the one with higher ISO, because capture time is just so much quicker.
  3. I don't think the stock Camera is faster than VisionCamera, I just think the stock Camera has an intermediate callback which gives a thumbnail of the captured photo early on (that's what goes into the gallery at the bottom left with the animation), and the resulting photo comes in after a lot of post-processing later on. You can observe this if you take a photo and immediately jump into the gallery and zoom in - the actual high res photo comes in later on.

I wanted to add such intermediate callbacks to VisionCamera, but first of all that requires a significant rewrite with JSI/C++ (I already have a working concept of that in a separate project we're working on, still private), and also it does not work on Android.

You can however use the takeSnapshot function in VisionCamera V4 to achieve something similar, where the actual photo comes in later.

@stevengoldberg
Copy link
Author

Thanks for the reply — that makes sense re the perceived difference in capture speed.

The thing I’m still confused about is why choosing the format with a higher max iso results in a photo with a lower ISO according to the EXIF. Why do I need a max ISO of 12768 to take a photo with 1000 ISO? Is there some other difference between the formats that isn’t being reported, and the max ISO difference is merely coincidental?

@mrousavy
Copy link
Owner

Might also be the case, yes. I don't know what differences these are though

@mrousavy
Copy link
Owner

mrousavy commented Mar 19, 2024

Here's some additional format details from all cameras on my iPhone 15 Pro:

Back Dual Camera com.apple.avfoundation.avcapturedevice.built-in_video:3
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
Back Camera com.apple.avfoundation.avcapturedevice.built-in_video:0
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
Front Camera com.apple.avfoundation.avcapturedevice.built-in_video:1 ``` 4032x3024 | 192x144@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 192x144@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 3696x3024 | 352x288@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 3696x3024 | 352x288@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 480x360@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 480x360@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 640x480@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 640x480@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 2016x1512 | 640x480@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1512 | 640x480@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 4032x2268 | 960x540@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 960x540@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 1024x768@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 1024x768@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 2016x1136 | 1280x720@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1136 | 1280x720@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 1280x720 | 1280x720@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 1280x720 | 1280x720@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1512 | 1440x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1512 | 1440x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 2016x1136 | 1920x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1136 | 1920x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 1920x1080 | 1920x1080@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 1920x1080 | 1920x1080@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true 4032x3024 | 1920x1440@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1920x1440@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 2016x1512 | 1920x1440@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true 3088x2316 | 3088x2316@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3088x2316 | 3088x2316@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3088x2316 | 3088x2316@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false ```
Back Telephoto Camera com.apple.avfoundation.avcapturedevice.built-in_video:2
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..576.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..576.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..576.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..576.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..576.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..576.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.6e-05..1.0 | Focus: contrast-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1152.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1152.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1152.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1152.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 18.0..1728.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 18.0..2304.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 18.0..2304.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
Front TrueDepth Camera com.apple.avfoundation.avcapturedevice.built-in_video:4
4032x3024 | 192x144@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 192x144@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
3696x3024 | 352x288@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
3696x3024 | 352x288@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 480x360@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 480x360@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 640x480@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x3024 | 640x480@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
2016x1512 | 640x480@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
2016x1512 | 640x480@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
4032x2268 | 960x540@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x2268 | 960x540@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 1024x768@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x3024 | 1024x768@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: true
4032x2268 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
2016x1136 | 1280x720@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
2016x1136 | 1280x720@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
1280x720 | 1280x720@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true
1280x720 | 1280x720@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true
2016x1512 | 1440x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
2016x1512 | 1440x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
2016x1136 | 1920x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
2016x1136 | 1920x1080@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
1920x1080 | 1920x1080@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true
1920x1080 | 1920x1080@120 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..800.0 | Exposure: 4.1e-05..1.0 | Focus: contrast-detection | Studio: true
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: true
4032x3024 | 1920x1440@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
2016x1512 | 1920x1440@60 | Binned: true | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 4.1e-05..0.5 | Focus: contrast-detection | Studio: true
3088x2316 | 3088x2316@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
3088x2316 | 3088x2316@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
3088x2316 | 3088x2316@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x2268 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 20.0..1920.0 | Exposure: 3.9e-05..0.5 | Focus: phase-detection | Studio: false
Back Triple Camera com.apple.avfoundation.avcapturedevice.built-in_video:7
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
Back Dual Wide Camera com.apple.avfoundation.avcapturedevice.built-in_video:6 ``` 4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false ```
Back Ultra Wide Camera com.apple.avfoundation.avcapturedevice.built-in_video:5 ``` 4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..1024.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..1024.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..1024.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..1024.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..1024.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..1024.0 | Exposure: 1.5e-05..1.0 | Focus: contrast-detection | Studio: false 4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 2.5e-05..1.0 | Focus: contrast-detection | Studio: false 4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..2048.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..2048.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..2048.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..2048.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 32.0..3072.0 | Exposure: 1.8e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false 4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 32.0..3072.0 | Exposure: 1.4e-05..1.0 | Focus: phase-detection | Studio: false ```
Back LiDAR Depth Camera com.apple.avfoundation.avcapturedevice.built-in_video:9
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
Back Camera com.apple.avfoundation.avcapturedevice.built-in_video:0
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 192x144@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3696x3024 | 352x288@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 480x360@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 640x480@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 640x480@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 960x540@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1024x768@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1280x720@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1280x720@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1280x720 | 1280x720@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1440x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 1920x1080@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2112x1188 | 1920x1080@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@120 | Binned: false | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
1920x1080 | 1920x1080@240 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..2200.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 1920x1440@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
2016x1512 | 1920x1440@60 | Binned: true | EDR: false | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
3840x2160 | 3840x2160@60 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
8064x6048 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false

@mrousavy
Copy link
Owner

The only real differences I spot between the top formats is colorspace. Do you think that makes a difference?

4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 2592x1944@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 3264x2448@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: false | Tone Mapping: true (HLG_BT2020) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4224x2376 | 3840x2160@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, HLG_BT2020, LOG) | ISO: 55.0..5280.0 | Exposure: 2.3e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false
4032x3024 | 4032x3024@30 | Binned: false | EDR: true | Tone Mapping: true (sRGB, P3) | ISO: 55.0..12320.0 | Exposure: 1.5e-05..1.0 | Focus: phase-detection | Studio: false

(ordered bottom to top in ranking)

@mrousavy
Copy link
Owner

heyo - bumping this @stevengoldberg

@stevengoldberg
Copy link
Author

I'm afraid I don't have any more insight on this — I did skim through Apple's camera documentation, but didn't find anything that seemed relevant. In my app I'm back to using the iso: 'max' filter to capture with max quality, which generally seems to match the output of the native camera app.

@TungE610
Copy link

I'm afraid I don't have any more insight on this — I did skim through Apple's camera documentation, but didn't find anything that seemed relevant. In my app I'm back to using the iso: 'max' filter to capture with max quality, which generally seems to match the output of the native camera app.

Can you show me full format object ?

@stevengoldberg
Copy link
Author

stevengoldberg commented Apr 23, 2024

Can you show me full format object ?

Which one? I posted format objects in the original post of this thread.

@TungE610
Copy link

The object which helps capture images with max quality, I tried your above objects but the image looks quite blurry and the speed also slows down every time I add format props. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💭 question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants