I just like to present my latest experiment:
This demo is a ripp-off the Kinect-v11 demo made by Zephod.
In fact I’ve designed a new Ogre::Kinect library that provide Kinect connection through Zephod library.
Then I’ve replace the Zephod OpenGL demo by an Ogre3D demo using my library.
The nice part is that I’ve managed to move some depth to rgb conversion to the GPU (using pixel shader).
The Ogre::Kinect library is available under MIT license:
Binary demo: OgreKinectDemo1.zip
Source code: svn on code.google
You'll find other project related to Ogre3D on my blog too.
Thanks
Ogre::Kinect released !
-
dddExperiments
- Gnoblar
- Posts: 21
- Joined: Sun Mar 21, 2010 4:27 pm
- Location: Bordeaux, France
- x 1
Ogre::Kinect released !
Visit my website : http://www.visual-experiments.com
-
DanielSefton
- Ogre Magi
- Posts: 1235
- Joined: Fri Oct 26, 2007 12:36 am
- Location: Mountain View, CA
- x 10
Re: Ogre::Kinect released !
Nice work! I was wondering about a Kinect Ogre port, but I didn't think it would come this quickly.
Definitely going to try it out sometime.
-
zorocke
- Halfling
- Posts: 48
- Joined: Mon Dec 22, 2008 5:01 pm
Re: Ogre::Kinect released !
Very cool. Now if only I had the Kinect hardware.... 
-
spacegaier
- OGRE Team Member

- Posts: 4308
- Joined: Mon Feb 04, 2008 2:02 pm
- Location: Germany
- x 137
Re: Ogre::Kinect released !
Same thought here. Would have immediately tried it...zorocke wrote:Very cool. Now if only I had the Kinect hardware....
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
-
Slappy
- Bronze Sponsor

- Posts: 139
- Joined: Fri Sep 28, 2007 8:30 pm
- Location: Slovakia
Re: Ogre::Kinect released !
Looks really cool!zorocke wrote:Very cool. Now if only I had the Kinect hardware....
But it runs from PC, not from X360, doesn't it?
Cool looking Graphical Installers in NSIS and Inno Setup: http://www.graphical-installer.com - FREE for Ogre projects
I offer NSIS/Inno Setup scripting, C/C++/C#/Delphi programming: http://www.unsigned.sk
Develop NSIS/Inno Setup projects directly in Visual Studio 2005-2015: http://www.visual-installer.com/
or RAD Studio 2009-XE8: http://www.rad-installer.com/
I offer NSIS/Inno Setup scripting, C/C++/C#/Delphi programming: http://www.unsigned.sk
Develop NSIS/Inno Setup projects directly in Visual Studio 2005-2015: http://www.visual-installer.com/
or RAD Studio 2009-XE8: http://www.rad-installer.com/
-
Lee04
- Minaton
- Posts: 945
- Joined: Mon Jul 05, 2004 4:06 pm
- Location: Sweden
- x 1
Re: Ogre::Kinect released !
Hi
Cool
Does it work for Win XP, Windows 7 or just Linux?
Cool
Does it work for Win XP, Windows 7 or just Linux?
Ph.D. student in game development
-
dddExperiments
- Gnoblar
- Posts: 21
- Joined: Sun Mar 21, 2010 4:27 pm
- Location: Bordeaux, France
- x 1
Re: Ogre::Kinect released !
@Lee04: I have tested it with Win Vista and 7 only (not XP)
You can take a look at this really impressive demo using a very well-known mascott:
This demo was created by OpenNI using PrimeSense NITE (source code is available).
You can take a look at this really impressive demo using a very well-known mascott:
This demo was created by OpenNI using PrimeSense NITE (source code is available).
Visit my website : http://www.visual-experiments.com
-
Brocan
- Orc
- Posts: 441
- Joined: Tue Aug 01, 2006 1:43 am
- Location: Spain!!
- x 8
Re: Ogre::Kinect released !
The camera that are you using in OpenNI demo is the kinect one? or is another kind of depth camera?
Really nice demo!
Really nice demo!
-
dddExperiments
- Gnoblar
- Posts: 21
- Joined: Sun Mar 21, 2010 4:27 pm
- Location: Bordeaux, France
- x 1
Re: Ogre::Kinect released !
@Brocan: I'm not the guy on the video
, I've tested the demo myself and found this video on youtube but was too lazy to make a video... But this demo is indeed using a Kinect camera !
Visit my website : http://www.visual-experiments.com
-
Olganix
- Halfling
- Posts: 41
- Joined: Thu Nov 06, 2008 4:18 pm
Re: Ogre::Kinect released !
May be 2 or 3 kinect could be a perfect tool for motion capture 
note: If you try the Demo. Don"t take the last driver of prime sensor (PrimeSense PSDK 5.0 HW drivers)
use PrimeSense PSDK 5.0 OpenSource OpenNI 1.0 compliant driver instead.
note: If you try the Demo. Don"t take the last driver of prime sensor (PrimeSense PSDK 5.0 HW drivers)
use PrimeSense PSDK 5.0 OpenSource OpenNI 1.0 compliant driver instead.
-
cybereality
- Hobgoblin
- Posts: 563
- Joined: Wed Jul 12, 2006 5:40 pm
- x 12
Re: Ogre::Kinect released !
Wow, this looks really cool. Now I want to get a Kinect so I can mess around too.
-
Ange44
- Gnoblar
- Posts: 15
- Joined: Tue Feb 26, 2008 6:14 pm
Re: Ogre::Kinect released !
Hi,
Did anyone managed to use the demo with the new Microsoft Kinect SDK? I have just installed it (never installed the other drivers before), dowloaded the OgreKinectDemo and I can't get it to work. The Kinect demos provided with the SDK work fine, but they are not as nice as this Ogre demo I saw before.
At the moment I've got the following error: "The program cannot start because libusb0.dll us mising from your computer". I don't think it is related to the Kinect SDK, unless I missed a step?
Did anyone managed to use the demo with the new Microsoft Kinect SDK? I have just installed it (never installed the other drivers before), dowloaded the OgreKinectDemo and I can't get it to work. The Kinect demos provided with the SDK work fine, but they are not as nice as this Ogre demo I saw before.
At the moment I've got the following error: "The program cannot start because libusb0.dll us mising from your computer". I don't think it is related to the Kinect SDK, unless I missed a step?
-
cin
- Kobold
- Posts: 36
- Joined: Thu Sep 25, 2008 10:34 am
- Location: Russia. Nakhodka.
- x 4
Re: Ogre::Kinect released !
Future is here!! Wow! Super video!
