front-rear-simultaneous-camera
front-rear-simultaneous-camera copied to clipboard
Android application to preview both front and rear cameras simultaneously. The application uses Camera2 API to get previews from cameras.
Simul Front Rear Camera Preview
Android application to preview from front and rear cameras simultaneously. The application uses Camera2 API to get previews from cameras.
Project Setup
Clone this repository and import into Android Studio.
git clone [email protected]:ananthrajsingh/front-rear-simultaneous-camera.git
External Dependencies
In the current version, the application is not using any external dependencies.
Hardware Dependencies
Some hardwares are not capable enough to give previews from both front and rear cameras simultaneously. Visit https://stackoverflow.com/a/54525524/8202132 for more information.