Hi I have been toying around with release v2.0.8 of the android SDK. The device I have is the Astra Pro.
I have looked at the code and am confouned as how to simply get a stream (any stream) from the camera. Is there a resource somewhere that shows how to:
- open the device
- start the device
- open stream (StreamSet.open(connectionString)?)
- get a frame
Using the Android SDK of course.
On the other hand, I got everything working fine with the regular OpenNI2 SDK.