08-08-2013 10:24 AM
hello,my friends,
How i can use kinect to ocntrol thing's with arduino using Labview any example for example to control Led for example or any thing's i see this video (people use arduino and labview +kinect)
08-08-2013 12:55 PM
The Arduino is simply running the stepper motors and is not directly connected to a Kinect. So, you can easily do this by looking up the two diffferent devices individually (Arduino and Kinect). There are quite a few posts about the Kinect in the NI Discussion Forums and on the internet (IIRC, it's been awhile since I've looked into it).
So, if you have questions specifically about the Arduino, then post your question here. If you have specific questions about using the Kinect, I would suggest posting in the NI Discussion Forums.
08-08-2013 01:05 PM
A good starting point is the "Basic Kinect Tutorial" at
<https://decibel.ni.com/content/docs/DOC-20154>
For more sources do a Google search on "Labview Kinect Tutorial"
The book "Practical Arduino Engineering" has a project that uses Labview, a KInect controller and Arduino.
The examples mentioned in the above links do don use LIFA.
hrh1818