I'm trying to use OpenCV in a Tango app to perform some CV tasks. I also need the Tango's depth information for some other stuff, but using OpenCV's camera object blocks the onXyzIjAvailable()
method from being called. As a workaround I'm trying to use a TangoCameraView object which gives me access to the Tango's point cloud data, but not the OpenCV functions.
So is there any way to convert the Tango's camera data to a Mat format or something OpenCV can understand? Is there another way to use OpenCV with the Tango which I haven't though of?