OK guys,

 

This is how to use kinect one with Open NI under windows :

just download this driver : 

https://github.com/kaorun55/OpenNI2-Kinect2Driver/blob/master/Bin/OpenN…

and copy it under this directory : root:\MRL\libraries\native\OpenNI2\Drivers\

 

Launch the Open NI service :

 

Sh..t ! It works !

 

 

 

 

 

GroG

6 years 10 months ago

Holy SH*T !   That Rocks ! .. and thanks for posting !

What are your plans Bretzel_59 ?

 

 

I've only installed kinect 2 SDK and copy kinect2.dll in the OpenNi driver directory.

Are you sure your kinect is running ? (kinect recognized in computer peripherals) and working of course

 

 

I've build tonight this other driver under Visual Studio :

https://github.com/occipital/OpenNI2/tree/kinect2/Source/Drivers/Kinect2

I think this is better than the first in my first post.I'm under windows 10, and kinect one works only under windows 8.1 and above.

I don't know what you are using so i ask ;)

 

Vincent.

 

 

I have w10/64 and a Kinect V1 device

I removed Kinect SDK 2.0 and installed Kinect SDK 1.8 and KinectDeveloperToolkit-v1.8.0 from microsoft.

Now after starting up mrl and starting the openNi service I get the Kinect data shown with "capture"

In my case it however looks like I would get only the depht information, not the image.

Starting Kinect Studio and connect it to mrl I get a colored Depht Viewer and a 3d Viewer. The 3d Viewer even allows to switch to a "Left side view" and a "top view". I think for my wheeled robot the top view would be the one to use for finding a free path to a destination point while the colored depth viewer might be best for trying to identify objects. Looks very neat indeed!

Does anyone also get an image in the color view window? Might be my cam does not work?

diasporado

6 years 10 months ago

Hi everyone!

My team and I have been working on InMoov for a month now and we have been experimenting with various features of MRL. I want to say, this is truly an impressive community!

Anyway, I've managed to get OpenNi service to use Kinect v2 but the skeleton doesn't show when i run startUserTracking(). I've read it is because NiTe2 doesn't support Kinect v2. Does anyone have any work around this? I've looked at KinectPV2 (works well with Kinect v2) which is written in Processing and I'm thinking of porting it over to MRL.
 

Thanks a bunch!

Jacob

Hello,

I have succesfully added Bretzel Kinect2 driver and it works in MyRobotLab. The depth image is working!

But same problem than the Orbbec Astra the skeleton is not working.

I have seen the skeleton with Kinect One working on other peoples devices though, so as Jacob says it must be an issue with Nite2 not supporting both of my sensors (Orbbec Astra and Kinect One)

That being said my third sensor, the Kinect Xbox 360 works very well, skeleton has been a bit tidious with Manticore but with the recent versions of MRL (Beta Nixie), it is doing pretty well.