Student Projects

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Microsoft Kinect with myRIO

Description:

This is a guide for using the Microsoft Kinect directly from the myRIO’s USB port.  This involves setting up libfreenect libraries on the myRIO, and testing it with an example project.

Instructions on how to use Code: 

Check out the included document “Using Microsoft Kinect with myRIO.pdf”  for more information.  You will need to download all files below.

Comments
WallyFromDilbert
Member
Member
on

Ok. I have followed the Microsoft with Kinect for myRIO pdf several times now and each time when I run either the Kinect Depth or Kinect Video VI, I have it inform me that "Warning: Connection to the target (myRIO) has been lost". I traced it back and it is invoked in the VI "Open Device" when it calls Library Function Node "libkinect_wrapper.*:kinect_open_device". I am lost on why this is occuring and was hoping someone may be able to suggest something. 

trogen
Member
Member
on

can u make kinecthesia run directly on myrio using usb ???

BradM
Active Participant
Active Participant
on

You would need to install java to the controller (as I recall, the only major hurdle is stack size which you can change for the shell that launches the java runtime, that and making sure that the code works with openjdk, the java tools available for the controller from the feed repos), but I see no reason once you had the kinect sensor supported (correct libraries on the target to support it through libusb) that kinecthesia would work (not sure if it would handle not having a distance sensor, the Asus Xtion)

trogen
Member
Member
on

thanks for the help but I am new to myrio and labview . So I am not sure

how to instal java to controller.. Could you please tell me the steps

reguired and the tools required ? It would we really helpful...

Lexicondi
Member
Member
on

The Kinaesthesia toolkit uses the Microsoft drivers and these require ms

windows so unfortunately it won't work on the myrio. The example above

uses different drivers but these don't support skeleton tracking etc.

M.Shehab
Member
Member
on

Can We do color Detection with Kinect on LabVIEw ?
if yes, How this come !!

ASEAN
Proven Zealot
Proven Zealot
on

Can I use this with Kinect 2.0?? It is the latest one

Applications Engineer | National Instruments
Singapore (65) 6226 5886 | Malaysia (60) 3 7948 2000 | Thailand (66) 2 298 4800
Philippines (63) 2 659 1722 | Vietnam (84) 28 3911 3150 | Indonesia (62) 21 2783 2355
BradM
Active Participant
Active Participant
on

The Kinect 2 does have Linux support, but it is through a different library (libfreenect2), so while it is possible to use the newer Kinect with myRIO, this project would need to be updated to work with it.

Kimanig22
Member
Member
on

Oh Ok thanks Brad! Actually it's your comments & input in the Forums that helped me a lot in this project. My group and I have decided to try color tracking with the kinect or webcam instead of skeletal tracking because of time constrains. But I might just check into skeletal tracking at my own time and expense.

DDHITO
Member
Member
on

BradM,

I am sure the files yocto-base-feed.conf and yocto-debug-feed.conf are in /etc/opkg/   but it just doesn't work.

QQ截图20160416103134.jpg

Contributors