background preloader

Kinect

Facebook Twitter

Making Things See Available for Early Release. I’m proud to announce that my book, Making Things See: 3D Vision with Kinect, Processing, and Arduino, is now available from O’Reilly. You can buy the book through O’Reilly’s Early Release program here. The Early Release program lets us get the book out to you while O’Reilly’s still editing and designing it and I’m still finishing up the last chapters. If you buy it now, you’ll get the preface and the first two chapters immediately and then you’ll be notified as additional chapters are finished and you’ll be able to download them for free until you have the final book.

This way you get the immediate access to the book and I get your early feedback to help me find mistakes and improve it before final publication. So, what’s in these first two chapters? Chapter Two begins the real work of learning to make interactive programs with the Kinect. I’m also excited to see what O’Reilly’s design team comes up with for a cover. Enjoy the book! OpenFrameworks. Getting Started with Kinect and Processing. So, you want to use the Kinect in Processing. Great. This page will serve to document the current state of my Processing Kinect library, with some tips and info. The current state of affairs Since the kinect launched in November 2010, there have been several models released. Here's a quick list of what is out there and what is supported in Processing for Mac OS X.

Kinect 1414: This is the original kinect and works with the library documented on this page in Processing 2.1 Kinect 1473: This looks identical to the 1414, but is an updated model. Now, before you proceed, you could also consider using the SimpleOpenNI library and read Greg Borenstein’s Making Things See book. I’m ready to get started right now What hardware do I need? First you need a “stand-alone” kinect (model 1414 only for now!). Standalone Kinect Sensor If you have a previous kinect that came with an XBox, it will not include the USB adapter.

Kinect Sensor Power Supply Um, what is Processing? OfxKinectKinect CinderBlock Lots! Main Page. C++ GL Example. Main.cpp Makefile This Makefile is probably not Portable to your System then are changes required CC = g++ LD = g++ LDFLAGS = CFLAGS=-g -Wall `pkg-config --cflags libfreenect` -lopengl32 -lglut32 LIBS = `pkg-config --libs libfreenect` -lGL -lGLU -lglut OBJECTS = main.o PROG = mycppview all:$(PROG) $(PROG): $(OBJECTS) $(LD) $(LDFLAGS) $(LIBS) $(OBJECTS) -o $(PROG) %.o: %.cpp $(CC) $(CFLAGS) $(LIBS) -c $< clean: rm -rf *.o $(PROG) Kinect. Connect Kinect to PC Using PrimeSense Drivers - OpenKinect | Grups de Google. Hi I was confused with different instructions for connecting Kinect to PC. Actually I couldn't install OpenKinect drivers, but I come up with an instruction 4 Dummies! :D I would be glad if somebody makes something like this for OpenKinect. Sajjad Step 1 Uninstall any previews drivers, such as CLNUI, OpenKinect,....

Uninstalling a driver does not seem to be easy esp in case of OpenKinect Step 2 Download and install the latest stable or unstable OpenNI Binaries from OpenNI website. There might be a security check message in this step and the next one. Step 3 Download Kinect Driver from the following link. Unzip the file and run avin2-SensorKinect-0124bd2\Bin\SensorKinect-Win32-5.0.0.exe Step 4 Restart Step 5 Plug in Kinect. Currently no driver for Audio available by Primesense, although there is one provided by OpenKinect. Step6 Check OpenNI samples. Step 7 Download and install the latest stable or unstable OpenNI Compliant Middleware Binaries (NITE) from OpenNI website. Step 8 Restart. Step 9 Step 10. Hand Tracking. Jvcleave/ofxKinect_Box2D - GitHub. Kinect-juggle - Virtual juggling with the kinect sensor and OpenNI. Multimedia- ASUS Xtion PRO LIVE. Multiple sensing functions to make development easy The Xtion PRO LIVE uses infrared sensors, adaptive depth detection technology, color image sensing and audio stream to capture a users' real-time image, movement, and voice, making user tracking more precise.

The Xtion PRO LIVE development solution comes with a set of developer tools to make it easier for developers to create their own gesture-based applications without the need to write complex programming algorithms. 1. Gesture detection: The Xtion PRO LIVE development solution tracks people's hand motions without any delay, which turns your hand into a controller. It has more than 8 predefined poses to allow you to push, click, circle, wave and much more– perfect for use controlling a user interface.

Based off this function, it can be widely developed into various types of applications, saving developer’s time and effort for developing software. 2. 3. 4. Easy to use. Kinect for Windows | Develop for the Kinect | Kinect for Windows. Jvcleave's Profile - GitHub. Freenect - Latest news covering Kinect projects, applications, programming and hacking.