Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Hi everyone..
I'm an undergraduate student and I bought the kinect sensor for my research. But now I am stuck with sevaral open source libraries, open source codes and totally lost on the internet. I want to know how to create a C# or c++( using kinect SDK or what ever on windows 7) application for kinect 3D reconstruction program( while moving kinect). I am having a hard time to figure out either it is console application or win32 app.

If somebody know please tell how to start to code with kinect and also I want to know how to store point clouds, and a way to display point clouds in console application like wise.. also want to know how to show 3D point clouds in console application... thanks

[Edit Collin] Grammer and casing
Posted
Updated 20-Mar-12 7:03am
v2
Comments
Member 13749766 1-Apr-18 0:38am    
Sir,
Can u able to give us some information about 3d reconstruction. I'm also doing same project. U can send me those information to my email id arpitaaraballi2001@gmail.com

First off: Point clouds and Console app do not mix, unless you want really low resolution point clouds. Console apps are text based, with no graphics support. You will want WinForms, WPF or Direct3D, probably.
 
Share this answer
 
In my opinion, if you don't even know what is the difference between a console application or a win32 application, you do not have the necessary skill to start programming for Kinect.

Anyway,
have a look at this (among other google hits) : KinectFusion: Real-time 3D Reconstruction and Interaction
Using a Moving Depth Camera
[^]

And start learning.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Mar-12 14:13pm    
Fair enough, a 5.
Why not learning the basics of technology and languages on simple things first? Trying to do something way too complex and ad-hoc, which people have very little chance to understand at once just haunts many beginners these days.
--SA
JackDingler 20-Mar-12 15:59pm    
It seems to be going around.

My first projects were recreations of ancient standbys like 'Lunar Lander', 'Hunt the Wumpus', 'Drunkard's Walk', and 'Star Trek'.

http://en.wikipedia.org/wiki/Star_Trek_%28text_game%29

Starting out with something this advanced, has got be a challenging experience. So much to learn all at once.
Sergey Alexandrovich Kryukov 20-Mar-12 18:55pm    
:-)
--SA
Member 13749766 30-Mar-18 11:05am    
sir,
I'min finally year we are doing 3d reconstruction project we are getting some error will you able to help us to complete the project?
i use sdk for kinect and im done.. thanks every one.
 
Share this answer
 
Comments
mazroni 9-Jun-12 3:23am    
Can you give us some information about how you did it, Can you share your sdk please. last_callipolis@hotmail.com

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900