camera-samples
camera-samples copied to clipboard
How to open front and rear camera at the sametime using cameraX ?
I want to open front and rear camera at the same time to take picture.
I can do this using camera 2 api : CameraManager. openCamera.
But I don't find the same api in cameraX. Do you have any solutions for me ?
Thanks !