über mich
mein motto

Visual C# 2008 - Das Videotraining von Lars Keller

followme

Get your 'feeds' on Follow me on Twitter Currently no podcasts available

recentcomments

Comment RSS

community

Community Leader / Insider Program VSTO Taskforce Just Community .NET Developer Group Braunschweig

Kinect SDK Beta 2 ist draußen

4. November 2011 | Geändert: 4. November 2011 | .NET Entwicklung | Kinect 0

Die Beta 2 des Kinect SDKs steht zum Download bereit!

http://www.microsoft.com/download/en/details.aspx?id=27876

Ich zitiere die Änderungen:

Microsoft’s Kinect for Windows beta 2 SDK introduces the following changes:

  • Significant improvements to skeletal tracking:
    • Accuracy has been improved overall, resulting in more precise tracking.
    • Skeletal Frame delivery is faster, resulting in reduced latency.
    • Skeletal Tracking is now multi-threaded and can take advantage of multiple CPU cores.
    • When using 2 Kinects, developers can now specify which one is used for skeletal tracking.
  • API support for detecting and managing device status changes, such as device unplugged, device plugged in, power unplugged, etc. Apps can reconnect to the Kinect device after it is plugged in, after the computer returns from suspend, etc. See the Shape Game sample code for the best example.
  • Developers using the audio within WPF no longer need to access the DMO from a separate thread. You can create the KinectAudioSource on the UI thread and simplify your code.
  • The driver, runtime, and SDK work correctly on the Windows 8 Developer Preview for desktop applications.
  • The SDK can be used to build 64-bit applications. Previously, only 32-bit applications could be built.
  • NuiImageBuffer has been replaced by INuiFrameTexture, defined in MSR_NuiImageCamera.h. It is no longer necessary to include the file NuiImageBuffer.h in your project.
  • The SDK install structure and default location have changed. The install location is in the environment variable %KINECTSDK_DIR% which defaults to C:\Program Files\Microsoft SDKs\Kinect\v1.0 Beta2
  • Sample code changes:
    • There are is a new C# sample: KinectAudioDemo.
    • The samples have been updated. Also the C# samples use helpers, KinectWpfViewers, that may be useful in your apps.
    • The samples are now installed to Samples folder of the SDK directory, which defaults to C:\Program Files\Microsoft SDKs\Kinect\v1.0 Beta2\Samples. Unzip the samples file to view the source code. We recommend that you unzip them to somewhere outside of the Program Files directory.
  • Driver and runtime stability and performance improvements, especially for the managed API layer.

Quelle: http://www.winrumors.com/kinect-for-windows-site-launched-alongside-beta-2-sdk/?utm_source=twitterfeed&utm_medium=twitter&utm_campaign=Feed%3A+WinRumors+%28WinRumors%29