Microsoft released their Kinect SDK several days ago.
So, for those wxWidgets developers who are interested in development of Kinect-powered applications, I created a small wxWidgets-based helper library and sample application which will allow to start using Kinect SDK.
wxKinectHelper project is hosted at Google Code.
For now only basic functionality is available:
- Retreiving the list of installed Kinect devices
- Retrieving the IDs of devices
- Starting/Stopping of frame grabbing
- Grabbing depth images
If you are willing to help with implementation of new features then just let me know. I will appreciate any help in improvement of current functionality.
PS: To test the application and library you need to have Kinect device for sure.