Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 926
lukger Avatar asked May 17 '19 13:05

lukger


1 Answers

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

like image 163
Levon Shirakyan Avatar answered Oct 09 '22 03:10

Levon Shirakyan