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