Android MultiCam project. Demonstrates how the Camera2 API allows simultaneous Camera Preview and Image Capture from multiple cameras on one device.
The codebase is a liberal refactor and inspired from Google's Android Camera2Basic example. A new ManagedCamera class has been created to as a common code module that can be reused to create multiple instances of simultaneous cameras and this is showcased in the provided Activity.
Clone the repository and use Open existing project in Android Studio to get started. Constructive feedback and pull requests are always welcome.
Code comments using KDoc syntax are available throughout. You can browse the generated [HTML] and [Markdown] as well. Documentation is generated using the Dokka Android plugin.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Dhiraj Gupta - Initial work - dhiraj
This project is licensed under the MIT License - see the LICENSE file for details