Skip to content

Open Front and Back Camera at same time using android Camera 2 Liabrary. When click image it will combine both image and save it in gallary inside myCamera folder.

Notifications You must be signed in to change notification settings

luckfox-eng33/Dual-Camera

 
 

Repository files navigation

Overview

TestCamera is an Android application that captures images using both the front and back cameras simultaneously and saves the combined image to the device's storage.

Features

1. Preview live feed from both front and back cameras.

2. Capture images from both cameras and combine them into a single image.

3. Save the combined image to external storage.

Known Issues

1. Some devices may not support opening both front and back cameras simultaneously.

2. WRITE_EXTERNAL_STORAGE is not requested on Android 10+ due to Scoped Storage restrictions.

3. The app may crash if permissions are denied; ensure permissions are granted in device settings.

Future Improvements

1. Implement error handling for devices that do not support multiple camera access.

2. Improve UI/UX for better user experience.

3. Support image preview before saving.

Images

Open Dual Camera App View: Screenshot_20250228_112853

After Click Image: Screenshot_20250228_112819

About

Open Front and Back Camera at same time using android Camera 2 Liabrary. When click image it will combine both image and save it in gallary inside myCamera folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%