I am used to Java. I am learning more about C++ so I can learn how to add native capabilities into a Java program. With this being said, I am looking into how to use Kinect sensor with Java. I would like to use the OpenKinect project.
I am following the steps at : OpenKinect Getting Started site. I followed every step without any big issue and I go all through the steps up to compiling the source in Visual Studio 10.
Here is a picture of my Cmake-GUI:
Cmake generates no problem. It is just the build in Visual Studio that gets me.
When I build the project I get a ton of warnings and it fails to build.
Do I need to follow the build process if I plan on using the source files in Java?
If so, I have not found anyone with the same errors I have been getting. There is a link off the readme that describes some common errors but states it will still build.
I didn't post the warnings because there are over 2000 lines.
Has anyone actually successfully done this?