본문 바로가기
Programming/Kinect

[Kinect] MS Kinect SDK

by deviAk 2012. 1. 6.
반응형

MS에서 공개한 키넥트 SDK 설치와 실행을 위한 기본 환경은 다음과 같다.

Supported Operating Systems
    Windows 7, Windows 8 Developer Preview

Hardware
    32 bit (x86) or 64 bit (x64) processor
    Dual-core 2.66-GHz or faster processor
    Dedicated USB 2.0 bus
    2 GB RAM
    A retail Kinect for Xbox 360® sensor which includes special USB/power cabling

Software
    Microsoft® Visual Studio® 2010 Express or other Visual Studio 2010 edition
    .NET Framework 4.0

For C++ Skeletal Viewer Samples
    Microsoft DirectX® SDK - June 2010 or later version
    Runtime for Microsoft DirectX® 9

For Speech Samples
    Microsoft Speech Platform Runtime, version 10.2
      – select 32-bit if you are running 32-bit Windows. If you have 64-bit Windows, we suggest that you install both the 32-bit and 64-bit runtime.
    Microsoft Speech Platform - Software Development Kit, version 10.2
      – select 32-bit or 64-bit according to your Windows installation
    Kinect for Windows Language Pack, version 0.9


Installation instructions
To install the SDK Beta
  1. Make sure the Kinect device is not plugged in to the USB port on your computer.
  2. If you installed any previous Kinect for Windows SDK, uninstall it first. Similarly, you must remove any other drivers for the Kinect device.
  3. Close Visual Studio.
        Note: You must close Visual Studio before installing the SDK and then restart it after installation to pick up the KINECTSDK_DIR environment variables that the SDK requires.
  4. From the download location for the SDK Beta package, double-click the link for your Windows installation: 32-bit or 64-bit.
  5. Once the SDK has completed installing successfully, ensure your Kinect device is plugged in to an external power source then plug the Kinect into the PC’s USB port. The drivers will load automatically. Your Kinect should now be working correctly.
  6. To run the samples, ensure that the DirectX and Speech prerequisites are installed. They are listed in the previous section.

.NET Framework 4.0이 설치되어 있지 않으면 SDK를 설치할 수 없으며 Visual Studio 2010이 필요로 한다.

MS Kinect SDK : http://www.microsoft.com/en-us/kinectforwindows/
반응형