DualCam

Which iPhones can record both cameras at the same time?

The honest answer is that you should not decide this from a list of model names. iOS exposes a single system-level flag that says whether the current device supports multi-camera capture, and that flag is the only authority. Apple documents the capability as requiring an A12 Bionic chip or later, which is why DualCam states iPhone XS, iPhone XR or newer as its floor — but the app itself does not carry a hardcoded model list, and neither should your mental model.

This matters because model lists rot. New iPhones ship, refurbished units and regional variants confuse things, and a page that lists twelve model names is wrong the moment the thirteenth exists. The capability check is stable; the list is not.

How the check actually works

When a multi-camera app launches, it asks the system a single yes/no question: is multi-camera capture supported on this device? If the answer is no, there is nothing to negotiate — no lower resolution, no reduced frame rate, no fallback that would make it work. The capability lives in the image signal processing pipeline, not in software.

DualCam performs exactly that check at startup. If the device says no, the app tells you so on the spot rather than showing a camera view that will never produce a dual recording. That is deliberate: a dual-camera app that silently degrades to single-camera recording is worse than one that is honest about the limit.

A second, finer check: which lenses qualify

Device support is not the end of it. Individual camera formats also carry a multi-cam flag, and a lens whose formats do not support multi-cam cannot participate in a simultaneous session even on a device that otherwise supports it. DualCam probes the back lenses one by one and only offers the ones that have a multi-cam-capable format, so the lens picker on your phone reflects your phone rather than a marketing spec sheet.

How to check your own iPhone in under a minute

If the app opens and shows you both cameras live in one frame, you are done. That is a stronger answer than any list, because it tested the actual device you are holding, on the actual iOS version you are running.

  • Install any app that advertises simultaneous front and back recording and open it. If the device does not qualify, a well-built app will say so immediately — DualCam does.
  • Check the iOS version too. DualCam requires iOS 17 or later, which is a separate constraint from the chip: an old-enough iOS on a capable chip still will not run the app.
  • Remember the device class. Multi-camera capture is not an iPhone-exclusive capability in general, but DualCam specifically supports iPhone in portrait orientation — not iPad, and not the Simulator.

Supported is not the same as comfortable

A device that passes the support check can still struggle with the heaviest settings. Every multi-camera session has a hardware cost budget, and the combination of resolution and frame rate across both cameras has to fit inside it. On the same phone, both cameras at 1080p may exceed what both cameras at 720p comfortably fits.

DualCam handles this by measuring rather than guessing. When you switch resolution it reconfigures both cameras and then checks whether the resulting session is over budget; if it is, it puts the previous resolution back and tells you the setting is not available on this device instead of letting the session fail in a way you would only discover from a broken recording.

The practical takeaway: if you have an older supported iPhone, treat 720p as the reliable setting and 1080p as the one to test on a real take before you rely on it.

Why some apps show it and others do not

Plenty of camera apps on capable iPhones still offer no dual mode. That is not a device problem. Multi-camera capture requires a fundamentally different session setup — explicit per-connection wiring rather than the automatic connections a single-camera app uses, manual format selection instead of presets, and real-time compositing of two live streams into one output. It is a substantial amount of work for a feature many camera apps do not need. Its absence tells you about the app, not about your iPhone.

Common follow-up questions

Does my iPhone need three rear cameras?

No. A simultaneous session pairs one back camera with the front camera. Having ultra wide and telephoto lenses gives you more choices of which back lens to use, but it is not a requirement, and running three rear cameras at once is not what dual recording does.

Will a newer iPhone always be supported?

Every iPhone since the A12 generation has had the capability, so newer devices are safe in practice. Even so, the right way to find out is the runtime check, which is what the app does on launch.

What happens on an unsupported iPhone?

DualCam tells you at launch that the device cannot do simultaneous capture, instead of pretending and showing a camera view that could never produce a dual recording.

Want to just do this?

DualCam records the iPhone front and back cameras at the same time and writes one finished MP4 while you shoot. Free, no account, no ads, nothing leaves the phone.

Download on the App Store