kinect

TwitterFacebook
Get flash to fully experience Pearltrees
http://urbanhonking.com/ideasfordozens/2011/10/08/making-things-see-available-for-early-release/

Making Things See Available for Early Release | Ideas For Dozens

I’m proud to announce that my book, Making Things See: 3D Vision with Kinect, Processing, and Arduino , is now available from O’Reilly.
So, you want to use the Kinect in Processing. http://www.shiffman.net/p5/kinect/

Getting Started with Kinect and Processing

main.cpp Makefile http://openkinect.org/wiki/C%2B%2B_GL_Example

C++ GL Example

Kinect

Connect Kinect to PC Using PrimeSense Drivers - OpenKinect | Grups de Google

Hi I was confused with different instructions for connecting Kinect to PC. http://groups.google.com/group/openkinect/browse_thread/thread/3330d5ebb79995ae?pli=1
http://www.dashhacks.com/kinect.html

Hand Tracking

The good folks at ZigFu have created a great way for people to set up the things they need in order to start using their Kinect right away. The package will install OpenNI, NITE and Sensor Kinect with just the click of a button. This will definitely come in handy if you're new to the game of have to configure multiple workstations in a short amount of time. They developed a Unity package as well for gaming and their own Portal you can use on your Desktop. <p style="text-align:right;color:#A8A8A8"></p>
I did pose estimation for this installation http://www.greyworld.org/#monument_to_t ... artist_/v2 http://forum.openframeworks.cc/index.php?PHPSESSID=ujb78fongvrsb1u4b59esna2b7&/topic,1044.0.html

hand / arm / head / legs tracking

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.

Multimedia- ASUS Xtion PRO LIVE

http://www.asus.com/Multimedia/Motion_Sensor/Xtion_PRO_LIVE/

Hand and fingers detection

hello i'm a newbi in programming and i need a code with opencv to detect the finger tip , i have already detect contours of the hand,and i don't know how to proceed ,any one could help me , it's urgent , there'is my code int main (int argc, const char * argv[]) { char quit = 0; char grab_frame = 1; int thresh1=DEFAULT_TRACKBAR_VAL, thresh2=DEFAULT_TRACKBAR_VAL; IplImage *small_image = cvCreateImage(cvSize(IMG_WIDTH,IMG_HEIGHT),IPL_DEPTH_8U,3); IplImage *small_grey_image = cvCreateImage(cvGetSize(small_image), IPL_DEPTH_8U, 1); IplImage *edge_image = cvCreateImage(cvGetSize(small_image), IPL_DEPTH_8U, 1); CvMemStorage *storage = cvCreateMemStorage(0); CvSeq *contours = 0; CvCapture *camera = cvCreateCameraCapture(0); if(!camera){ printf("Could not find a camera to capture from... http://forum.openframeworks.cc/index.php?&topic=1916.0