I am kind of new to android developement and would like to use the data captured by the depth sensor of my phab 2 pro. (IR sensor) I know, that accessing the standard camera is possible via the Camera API using the camera2 class. But I do not know how to do so, or is it even possible, by using the phab 2's depth camera!? I already got familiar with the Tango C API but it does not provide the raw depth data, where depth is represented according to the image plane pixels.
Long story short question: Can I work with the depth camera of my smarthphone similar to the standard one?