dual camera recorder

Dual Camera Recorder: How Simultaneous Recording Works

A dual camera recorder writes two video streams at once — typically the front and rear cameras of the same phone. This guide covers how that works technically, what it demands from the hardware, and how to get footage you can actually use.

The technical basis

On iOS, simultaneous capture is built on AVCaptureMultiCamSession. Where a normal capture session claims one camera, a multi-cam session coordinates several inputs and routes each to its own output. The operating system arbitrates bandwidth between them.

This is why the feature is gated by hardware. Multi-cam requires an A12 Bionic chip or newer — iPhone XS onwards — because it needs enough image signal processor throughput and enough hardware encoder capacity to handle two streams concurrently. It is not a software lock that a clever app can work around.

Simultaneous versus composited — the distinction that matters

Many apps marketed as "dual camera" record one angle, then the other, and combine them in an edit. The output looks similar in a thumbnail, but the two angles are from different moments.

That difference is invisible for a scenic B-roll shot and fatal for anything conversational. If you are recording an interview, a reaction, or a demonstration where cause and effect matter, composited footage will not work — the timing is fiction. A true dual camera recorder captures both in one session, so synchronisation is inherent rather than something you fix afterwards.

What the hardware is actually doing

During a dual-cam take, the phone is running two image sensors, two image-processing pipelines, two hardware encoders, and a live preview compositing both feeds — all while writing to storage. It is close to the heaviest sustained load the camera stack supports.

Three consequences follow, and they are worth planning around rather than discovering mid-shoot:

Getting usable footage

Frame both angles before recording. The rear camera usually carries the scene and the front carries the presenter. Decide which is dominant in your layout before you start, because changing it later means re-cutting.

Mind the audio. Both cameras share the device's microphones. Position the phone for the sound source that matters most, or record audio separately if the stakes are high.

Watch your lighting separately. The two cameras face opposite directions and will almost always be in different lighting. A well-exposed rear shot frequently means a badly backlit front shot. Check both in the preview.

Test before it counts. Five minutes of dry run tells you about heat, framing, and file size while there is still time to change something.

Lookout

Lookout is our free dual camera recorder for iPhone and Mac, built on simultaneous capture rather than compositing. It is deliberately narrow — capture both angles, show you both while recording, hand off clean files. Editing happens in your editor.

Related reading

Best iPhone app for dual camera recording · How to record front and back camera at the same time · Dual camera recorder for Mac · About the Lookout camera app

Frequently asked questions

What is a dual camera recorder?

A dual camera recorder is an app that records two cameras at the same time — usually a phone's front and rear cameras — producing two simultaneous streams rather than two separate clips combined afterwards.

How does simultaneous dual camera recording work?

On iOS it uses AVCaptureMultiCamSession, which coordinates multiple camera inputs in one capture session and routes each to its own output, so both streams are captured concurrently and stay in sync.

What iPhone do I need for dual camera recording?

An iPhone with an A12 Bionic chip or newer — iPhone XS and later. The requirement comes from the image processing and encoding throughput multi-cam capture needs.

Why does my phone get hot during dual camera recording?

Two sensors, two encoders, and a live preview running at once is near the peak sustained load for a phone's camera system. Recording in shorter segments and keeping the device cool prevents thermal throttling.

Does dual camera recording use twice the storage?

Roughly, yes, since two video streams are written instead of one. Lowering the capture resolution is the most effective way to manage file size.

Get Lookout on the App Store

More about Lookout  ·  All guides