Search code examples
androidandroid-jetpackandroid-camerax

Does the new CameraX api provide multi-camera support for processing dual camera streams separately?


I want to build an application for taking photos with both cameras of a dual cam at the same time and wanted to ask if someone knows if the new camerax api allows me to process both camera streams separately.


Solution

  • As far as I can see, CameraX does not support multi-camera API yet, at least not as of 1.0.0-alpha08. They just added a new experimental API to get the cameraID for now, but that's about it.

    See https://developer.android.com/jetpack/androidx/releases/camera#camera-core-1.0.0-alpha08