I am trying to use ARCore to return a depth image and also use the CameraX to return an RGB image. I can do both individually but when I combine both together the cameraX doesn't work.
I see that I must allow the shared camera but as far I searched, it can only be possible using the Camera2 API.
Does anyone know any way of using the CameraX instead?