Why does dual camera video come out upside down on iPhone?
Short answer: the phone itself was physically upside down while it recorded. A dual-camera app does not know or care which way is "up" in the room — it draws whatever each camera sensor is pointed at into a fixed frame, and if the sensors themselves are inverted relative to gravity, so is the frame. This usually happens with a mount rather than a hand: a bike or scooter handlebar clamp, a car vent clip, or a gooseneck that only rotates one way, seated with the phone 180° from how you would naturally hold it.
It catches people off guard because the stock Camera app never seems to have this problem — film with the phone held any which way and the video plays back the right way up regardless. Dual-camera recording behaves differently, and the difference is not a bug. It is a direct consequence of how a live-composited two-camera frame has to be built.
Why the stock Camera app never shows this problem
Point an iPhone camera in any direction — upside down, sideways, held out at an angle — and the video that comes out plays back the right way up. That is not because the sensor magically knows which way is up. The system writes orientation information into the file alongside the raw frames, and every video player reads that tag and rotates the picture on playback to match. The pixels themselves can be sideways in the file; what you see is corrected at the last moment, by the player, using a tag the camera app wrote.
That correction is possible because a normal video has exactly one camera’s worth of pixels to rotate. Whatever the device’s orientation was when a frame was captured, tagging that frame and rotating it on playback is a well-understood, one-step operation.
A live-composited frame does not get that correction
Dual-camera recording draws both cameras into one frame on the GPU in real time and writes that exact frame straight to the file — the canvas is 1080 pixels wide, either 1080×1920 or 1080×2340, and both are portrait. That size and shape are fixed the instant recording starts, not derived from how you happen to be holding the phone at that moment: rotating the device does not ask the compositor to redraw a differently shaped canvas, it just changes the angle you are holding a fixed rectangle at.
That is exactly the property that turns an upside-down mount into a real problem instead of a cosmetic one. Nothing in the pipeline checks the phone’s physical attitude and rotates the two source images to compensate before drawing them in. Whatever the front and back sensors are actually pointed at, upside down or not, is what gets composited — because correcting for that would mean deriving the canvas from the phone’s orientation, which is the one thing a fixed live-composited frame is built not to do.
Where this actually happens
It is almost never a phone held in a hand, because a hand naturally corrects itself — a wrong-feeling grip gets turned the right way up without much thought. It is almost always a mount: a bike or scooter handlebar clamp that only clears the brake lever in one rotation, a car air-vent clip whose swivel range does not reach true portrait, a gooseneck arm on a desk that was adjusted for a different phone and never rechecked, or a tripod clamp with a rotating joint locked slightly, or entirely, past portrait.
DualCam’s own device requirement is iPhone, portrait orientation — not iPad, not the Simulator — and that requirement exists precisely because the layouts and the canvas are built around one specific way of holding the phone. A mount that seats the phone outside that orientation is not a configuration the app quietly works around. It is a setup that gets recorded faithfully, upside down and all.
Check the preview, not the file
The viewfinder is not a rough approximation of what gets recorded — it is the same rendered frame that gets written to the file, picture-in-picture crop, split-screen crop and all. That makes the fix simple: before you press record, actually look at the preview rather than trusting that the mount looks right from the side. If the preview is upside down, the recording will be too, and no setting changed after you start rolling will fix it, because layout, filter and picture-in-picture corner all change what gets drawn into the frame, not which way the frame itself is facing.
That is worth a specific habit on any mount you do not check every single time: glance at the screen once after seating the phone, not just once when you first set the mount up days or weeks earlier.
If you already have an upside-down recording
It is not lost, and it does not need reshooting to be usable. Because dual-camera recording produces one finished file rather than two separate clips, rotating that file 180° in any ordinary video editor — including the one built into Photos — corrects the whole frame at once, front camera image, back camera image and layout together, the same way rotating a single photo does. That is a meaningfully easier fix than it would be for two unsynced clips, where each one would need the same correction applied separately before they could be lined back up.
Common follow-up questions
Does turning the phone sideways cause the same problem?
A related one, not the same one. Sideways is a 90° rotation, and dual-camera recording is portrait-only regardless — the canvas never turns into a landscape shape no matter how the phone is held, so a sideways hold produces a frame that reads as tilted rather than one that is upside down.
Will only one camera be upside down, or both?
Both. The front and back images are drawn into the same fixed canvas by the same compositor, so whatever physical orientation the phone is in affects both source images identically. You will not see one camera the right way up and the other inverted.
Can the app detect that the phone is upside down and warn me?
Not by correcting the frame — the canvas is fixed the moment recording starts and is not derived from the phone’s physical attitude, which is exactly why the problem happens in the first place. The reliable check is your own eyes on the live preview before you press record, not a warning to rely on afterwards.
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.