Android SDK usage/sample Astra PRO

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:

  1. open the device
  2. start the device
  3. open stream (StreamSet.open(connectionString)?)
  4. get a frame

Using the Android SDK of course.

On the other hand, I got everything working fine with the regular OpenNI2 SDK.

1 Like

https://3dclub.orbbec3d.com/t/persee-and-recent-android-studio-sdk/1434/8?u=karolsenami

Hey thanks! Let me try it, I’ll let you know how it goes.