Skip to content

kjanjua26/DualRecord-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Logo

DualRecord-Android Open Source MIT License

DualRecord-Android is an Android library to utilize the multi-cameras on Android devices. It allows you to switch between any two cameras you like and sets up recorder SurfaceView for both the cameras. It also provides preview possibility for cameras where live preview is visible from both cameras.

You can easily record videos from both cameras in high-definition. There is a possibility of simultaneous recordings, but there is a camera lag due to the switching that takes place from one-camera to another.

Recently, Android provided the possibility of simultaneously capturing two cameras, but video recording is still not possible. Furthermore, that multicamera-capture works mostly on Pixel phones.

Heart-of-DualRecord

Logo

The heart of this library is the dual camera setup on majority of latest Android devices. Each camera is tagged with a unique camera ID which can then be used to access the camera. The library when loaded, provides the option of selecting the camera you want. Current selection of cameras is based on Focal Length which differs for wide-angle camera, telephoto, etc.

Releases

No releases published

Packages

No packages published