ananthrajsingh / front-rear-simultaneous-camera

Android application to preview both front and rear cameras simultaneously. The application uses Camera2 API to get previews from cameras.

Home Page:https://medium.com/better-programming/simultaneous-front-and-rear-camera-preview-in-android-using-camera2-api-d9f2eb9af6b5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

Preview GIF

About

Android application to preview both front and rear cameras simultaneously. The application uses Camera2 API to get previews from cameras.

https://medium.com/better-programming/simultaneous-front-and-rear-camera-preview-in-android-using-camera2-api-d9f2eb9af6b5

License:Apache License 2.0


Languages

Language:Kotlin 100.0%