Skip to content

dhiraj/androidmulticam

Repository files navigation

Android MultiCamera Camera2 API Demo

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.

Getting Started

Clone the repository and use Open existing project in Android Studio to get started. Constructive feedback and pull requests are always welcome.

Documentation

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Dhiraj Gupta - Initial work - dhiraj

License

This project is licensed under the MIT License - see the LICENSE file for details