I’m proud to be one of your contributors for your products. I’ve selected the Astra Early bird package and i would like to ask you some questions about the compatibility of your Astra Pro sensor and OpenNI SDK to be sure of my choice between the Astra and the Astra Pro sensor.
Just saw in another subject (Is it possible to use OpenNI with the Astra Pro?) that the Astra Pro video format (720p) is not compatible with OpenNI, but is there any way to make your HD sensor send 640x480 video format to the sdk? If it is not possible, is it possible to only use depth stream with openNI to get skeleton tracking and to open the video stream separatly (like a webcam video stream)?
Instead of a new thread, posting in the existing one, which you have already found (with the same thread title), would have been better - less noise, more focus.
You can open the depth stream of Astra Pro with OpenNI and use lit like normal. The color stream of Astra Pro is only accessible through the UVC (webcam) interface, which OpenNI doesn’t support. We are working on better Astra Pro color support for the Astra SDK, but it isn’t ready yet.
As for skeleton tracking, we are working on our own skeleton tracking (#1 priority right now) and will update when we can share news!
Thank you very much for your answer. I finally received the sensor form the indiegogo campaign and was able to get depth and video streams (as webcam) on Linux.
I’m looking forward to try your skeleton tracking system
since the
color stream is only accessible through UVC, I use https://github.com/KHeresy/WebCam4OpenNI2 to create an OpenNI stream. But with
this solution I need to manage two devices which complicate matters. Also some
problems regarding synchronisation of the streams
arise.
Therefore I’m hoping for swift progress in the development of the Color stream support
for Astra Pro’s UVC color camera.
Hi @gmast,
Yes i have installed both Astra drivers and SDK. I have also installed OpenNI2.
Thanks
EDIT: It looks like OpenNI is not able to open devices …
Basically, with the ObViewer Rev1.2 project I am able to run it but I am struggling to open a device with OpenNi2 apparently XD
Alright, I got it now.
Have you copied the Orbbec.dll and Orbbec files from:
…\ObViewer-Release\OpenNI2\Drivers to C:\Program Files\OpenNI2\Samples\Bin\OpenNI2\Drivers