You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm building an android application that makes use of a Structure Sensor through openni2.
I've tested on a OnePlus One with Android 4.4.4 and works nice, but I can't open the device on a nexus 5 with Lollipop 5.0.
On the lines Status rc = device.open(openni::ANY_DEVICE);
I obtain the following with OpenNI::getExtendedError(): DeviceOpen using default: no devices found
both phones have OTG enabled and openni::OpenNI::initialize(); return STATUS_OK
Maybe there is some incompatibility with shared libraries and Android 5.0?
The text was updated successfully, but these errors were encountered:
Hi,
I'm building an android application that makes use of a Structure Sensor through openni2.
I've tested on a OnePlus One with Android 4.4.4 and works nice, but I can't open the device on a nexus 5 with Lollipop 5.0.
On the lines
Status rc = device.open(openni::ANY_DEVICE);
I obtain the following with
OpenNI::getExtendedError()
:DeviceOpen using default: no devices found
both phones have OTG enabled and
openni::OpenNI::initialize();
returnSTATUS_OK
Maybe there is some incompatibility with shared libraries and Android 5.0?
The text was updated successfully, but these errors were encountered: