What “front and rear at the same time” actually means

A dual-camera app combines the selfie camera and a rear camera into one finished photo or video. The rear view can remain the main scene while the front view appears as a movable picture-in-picture window, or both views can share the frame in a side-by-side or top-and-bottom layout.

On supported iPhones, Apple provides AVCaptureMultiCamSession for receiving multiple camera inputs at once. On supported Android phones, CameraX exposes concurrent camera operation and tells apps to check the device’s concurrent-camera capability. Hardware support varies, so a responsible app should detect it instead of promising the same behavior on every phone.

Three steps to capture both sides of a moment

  1. Choose the story, not just the layout. Decide whether the environment, two people, or your reaction should carry the frame.
  2. Compose both cameras before capture. Check faces, horizon lines, bright windows, and whether the front view hides an important part of the rear scene.
  3. Capture once and keep one result. Bothie composes the two views locally and saves the finished media to your device.

Pick a layout that matches the scene

Picture-in-picture works best when the rear view is the subject and your reaction is supporting context: a mountain view, a concert stage, a new dish, or an unboxing. Move the front window into open sky, a blank wall, or another low-detail area.

Side-by-side gives both views similar importance. It is useful for two participants, a parent and child, or a creator explaining what is happening beside them. Top-and-bottom suits vertical scenes, full-body action, or compositions where the upper and lower halves already have separate visual roles.

When simultaneous capture is not available

Some phones cannot keep the selected front and rear cameras active concurrently. That can depend on the model, operating-system version, resolution, or camera combination. Bothie checks the device and can use a guided two-step capture instead. You still receive one composed result, but the two views are taken in sequence rather than at the identical instant.

For the cleanest result, hold the phone steady, avoid rapidly changing light, and ask people to remain in position for the second view. For fast action—sports, dancing, or a surprise reaction—use a supported concurrent-camera device whenever possible.

Framing tips that make dual-camera photos feel intentional

Frequently asked questions

Can every Android phone use the front and rear camera together?

No. Android exposes concurrent-camera support on compatible hardware, but availability varies by device and camera combination.

Does dual-camera capture create two separate files?

Bothie is designed to compose both views into one photo or video so the result is ready to keep or share.

Are my photos uploaded?

No. Bothie processes composition on your device and does not operate a server that receives your photos or videos.