Microsoft Kinect for Windows SDK Beta 发布

简介:
  Kinect for Windows SDK Beta 是为应用程序开发者提供的编程工具,我们可以通过Windows 7 系统平台方便的使用Microsoft Kinect 设备的功能。

225224_329588956

     在Kinect for Windows SDK Beta 中包括了用于Windows 7 操作系统的驱动程序、丰富的API、原始传感流、人体运动跟踪、安装文档以及开发资源。开发者可以通过Microsoft Visual Studio 2010 利用C++、C#、Visual Basic 进行相关的Kinect 应用程序开发。

SDK 特性
· Raw sensor streams

Access to raw data streams from the depth sensor, color camera sensor, and four-element microphone array enables developers to build upon the low-level streams that are generated by the Kinect sensor.

· Skeletal tracking

The capability to track the skeleton image of one or two people moving within the Kinect field of view make it easy to create gesture-driven applications.

· Advanced audio capabilities

Audio processing capabilities include sophisticated acoustic noise suppression and echo cancellation, beam formation to identify the current sound source, and integration with the Windows speech recognition API.

· Sample code and documentation

The SDK includes more than 100 pages of technical documentation. In addition to built-in help files, the documentation includes detailed walkthroughs for most samples provided with the SDK.

· Easy installation

The SDK installs quickly, requires no complex configuration, and the complete installer size is less than 100 MB. Developers can get up and running in just a few minutes with a standard standalone Kinect sensor unit (widely available at retail outlets).

参考文档
以下开发文档可以帮助开发者使用Kinect for Windows SDK。

· Programming Guide: Getting Started with the Kinect for Windows SDK Beta

A detail guide to installing, configuring, and beginning to use this SDK Beta to build applications, including an overview of the NUI API, Audio API, and device access and control functions. 
Word     PDF

· Readme

A comprehensive review of system requirements, installation tips, file listing, and other details for the SDK Beta package. 
HTML

代码示例
· Skeletal Viewer Walkthrough—Rendering Data with the NUI API (C++ and C#)

This sample uses the NUI API to access and render data from the Kinect sensor's cameras as images on the screen. The managed Skeletal Viewer sample uses Windows Presentation Foundation (WPF) to render captured images, and the native application uses DirectX. 
Word     PDF

· AudioCaptureRaw Walkthrough—Capturing the Raw Audio Stream (C++)

This sample uses the Windows Audio Session API (WASAPI) to capture the raw audio stream from the Kinect sensor's four-element microphone array and write it to a .wav file. 
Word     PDF

· MFAudioFilter Walkthrough—Capturing Audio Streams with a Media Foundation Audio Filter (C++)

This sample shows how to capture an audio stream from the Kinect sensor's microphone array by using the KinectAudio DMO in filter mode in a Windows Media Foundation topology. 
Word     PDF

· MicArrayEchoCancellation Walkthrough—Capturing Audio Streams with Acoustic Echo Cancellation and Beam Forming (C++)

This sample shows how to use the KinectAudio DirectX Media Object (DMO) as a DirectShow® source to access the Kinect sensor's microphone array. This sample uses acoustic echo cancellation to record a high-quality audio stream and beamforming and source localization to determine the selected beam and the direction of the sound source. 
Word     PDF

· RecordAudio Walkthrough—Recording an Audio Stream and Monitoring Direction (C#)

This console application demonstrates how to capture an audio stream from the Kinect sensor's microphone array and determine the direction of the sound source. 
Work     PDF

· Speech Walkthrough—Recognizing Voice Commands (C#)

This console application demonstrates how to use the Kinect sensor's microphone array with Microsoft Speech API (SAPI) to recognize voice commands. 
Word     PDF



本文转自Gnie博客园博客,原文链接:http://www.cnblogs.com/gnielee/archive/2011/06/17/kinect-for-windows-sdk-beta-release.html,如需转载请自行联系原作者

相关文章
|
7月前
|
API 开发工具 C#
神策SDK不支持Windows客户端全埋点,怎么实现用户统计分析?
本文将介绍,ClkLog针对神策不支持全埋点的客户端实现用户访问基础统计分析 1。
神策SDK不支持Windows客户端全埋点,怎么实现用户统计分析?
|
7月前
|
API 开发工具 UED
在 UWP 中使用 Windows App SDK
【10月更文挑战第17天】在UWP中使用Windows App SDK可增强应用功能和性能。首先了解SDK特性,接着安装Visual Studio 2022及以上版本,并从微软官网下载安装SDK。配置项目时,确保目标版本支持SDK,添加SDK引用后即可使用新API提升应用体验。开发过程中应充分利用调试工具进行测试,确保应用的兼容性和稳定性。
123 0
|
9月前
|
开发工具
【Azure 环境】使用Microsoft Graph PS SDK 登录到中国区Azure, 命令Connect-MgGraph -Environment China xxxxxxxxx 遇见登录错误
【Azure 环境】使用Microsoft Graph PS SDK 登录到中国区Azure, 命令Connect-MgGraph -Environment China xxxxxxxxx 遇见登录错误
157 0
|
9月前
|
编解码 开发工具 C#
[大牛直播SDK]Windows平台RTMP直播推送模块功能设计
大牛直播SDK采用全自研框架,具备高度可扩展性与自适应算法,显著降低延迟并提高采集编码效率。SDK以模块化设计,支持RTMP推流及多种音视频编码格式(如AAC、SPEEX、H.264、H.265),并能与播放器SDK组合实现丰富功能,包括流媒体转发、内置RTSP服务等。提供了详尽的参数配置选项,支持多摄像头、屏幕采集与水印叠加,并兼容Windows 7及以上操作系统。该SDK以C++/C#双接口形式提供,集成简便,同时包含调试与发布版本库,便于开发者快速上手。此外,支持断网重连、实时预览及多种编码前后的数据对接需求。
195 0
|
9月前
|
移动开发 JavaScript Java
windows7下安装配置phonegap3.0 (cordavo)开发环境 (涉及android sdk配置)
windows7下安装配置phonegap3.0 (cordavo)开发环境 (涉及android sdk配置)
|
12月前
|
Dart Shell 开发工具
解决windows安装Flutter时出现Unknown operating system. Cannot install Dart SDK.问题
解决windows安装Flutter时出现Unknown operating system. Cannot install Dart SDK.问题
246 0
|
JavaScript Java 开发工具
在Windows系统对接良田高拍仪驱动SDK (EloamView java)
良田高拍仪驱动是能较好的与Java平台交互的,但不知为何官方的SDK驱动中已没有java的samples,但我在2021年使用时是有java的包的,特意记录一下我在IDEA开发工具中测试运行这个demo的过程
1042 0
在Windows系统对接良田高拍仪驱动SDK (EloamView java)
|
3月前
|
前端开发 Java Shell
【08】flutter完成屏幕适配-重建Android,增加GetX路由,屏幕适配,基础导航栏-多版本SDK以及gradle造成的关于fvm的使用(flutter version manage)-卓伊凡换人优雅草Alex-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
【08】flutter完成屏幕适配-重建Android,增加GetX路由,屏幕适配,基础导航栏-多版本SDK以及gradle造成的关于fvm的使用(flutter version manage)-卓伊凡换人优雅草Alex-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
241 20
【08】flutter完成屏幕适配-重建Android,增加GetX路由,屏幕适配,基础导航栏-多版本SDK以及gradle造成的关于fvm的使用(flutter version manage)-卓伊凡换人优雅草Alex-开发完整的社交APP-前端客户端开发+数据联调|以优雅草商业项目为例做开发-flutter开发-全流程-商业应用级实战开发-优雅草Alex
|
9月前
|
JavaScript 前端开发 Java
[Android][Framework]系统jar包,sdk的制作及引用
[Android][Framework]系统jar包,sdk的制作及引用
240 0
|
6月前
|
Java Linux API
Android SDK
【10月更文挑战第21天】
190 1

热门文章

最新文章