Tagged Questions
0
votes
2answers
105 views
poor performance with kinect sdk and xna (color stream)
I'm trying to make an augmented reality game for advertisement, using the kinect sdk 1.6 and xna 4.0. I need to use the color image format rgb 1280X960, in spite of the fact that it runs at 12fps, ...
1
vote
0answers
58 views
XNA Kinect Color Stream Performance Issues
I am developing an XNA game using Kinect. It requires using Depth and Color streams for extracting only the player's image from the color image. So far I can extract the image and set their data into ...
1
vote
0answers
56 views
kinect application runs kinect game with different controls
I have an application (WPF) in which the mouse is controlled using the kinect. In that application I have a button that when clicked a kinect game is executed. The problem occurs when I try to control ...
0
votes
0answers
49 views
SEHException throw using Microsoft XACT Audio Framework (XACT3)
I have been developing a game using Kinect + XNA and using Microsoft Audio Creation tool (XACT3) for managing my sound files and music, however in the code an SEHException is thrown whenever it tries ...
2
votes
0answers
137 views
Get Specific depth values in Kinect (XNA)
I'm currently trying to make a hand / finger tracking with a kinect in XNA. For this, I need to be able to specify the depth range I want my program to render. I've looked about, and I cannot see how ...
1
vote
1answer
513 views
Kinect Hand tracking in xna
I'm trying to create an application using the Kinect to simulate the following project:
Kinect Hand Tracking
I want my project to have similar usability with the Kinect tracking hand and finger ...
1
vote
2answers
331 views
Do I need to use the Kinect SDK to develop for Xbox?
I was wondering if I need to use the Kinect SDK from Microsoft to develop games for the Xbox 360. I know there are other libraries such as OpenNI and OpenGL, but can I develop games using Kinect for ...
15
votes
1answer
454 views
Keystone Correction using 3D-Points of Kinect
With XNA, I am displaying a simple rectangle which is projected onto the floor. The projector can be placed at an arbitrary position. Obviously, the projected rectangle gets distorted according to the ...
0
votes
1answer
806 views
Developing Kinect game for Xbox360? [duplicate]
Possible Duplicate:
Can you access Kinect motion sensing from XNA?
bunch of questions:
Is it possible for me to create a Kinect application using XNA and deploy it to Xbox360 platform?
...
4
votes
2answers
390 views
Can I release Kinect based games?
I've been reading up some hacks on Kinect development to work around the fact that there is no official SDK from Microsoft. Even if we do manage to create a game, can we distribute it through the XBox ...