introduction to kinect vnext

18
Introduction to Kinect vNext 2013/12/21 プログラミング生放送勉強会 第27回@品川 Microsoft MVP / Oracle ACE 開発エンジニア 初音 玲 http://blogs.wankuma.com/hatsune/ @hatsune_

Upload: akira-hatsune

Post on 28-May-2015

585 views

Category:

Education


8 download

DESCRIPTION

KinectSDK2プレビュー版についてご紹介

TRANSCRIPT

Page 1: Introduction to Kinect vNext

Introduction to Kinect vNext2013/12/21 プログラミング生放送勉強会第27回@品川

Microsoft MVP / Oracle ACE

開発エンジニア

初音玲

http://blogs.wankuma.com/hatsune/

@hatsune_

Page 2: Introduction to Kinect vNext

ご注意

ソフトウェアやハードウェア、APIは暫定的なものであり正式版では変更される可能性があります。

This is preliminary software and/or hardware and APIs are preliminary and subject to change.

Page 3: Introduction to Kinect vNext

ご注意

会場内のKinect for Windows V2.0Developer Previewについて、

写真撮影、SNSへの投稿はOKですが、

性能や品質については、まだβ版(というか、alpha kitって書いてった)なので、触れないであげてください。

Page 4: Introduction to Kinect vNext

自己紹介

Page 5: Introduction to Kinect vNext

開発者インフラ

エンジニア?

アーキテクトMicrosoft

MVP

Oracle ACE国内大手SIer

勤務

Page 6: Introduction to Kinect vNext
Page 7: Introduction to Kinect vNext

System Requirements

• OS

• Windows 8, Windows 8.1

• Hardware

• CPU Core i7 2.5Ghz以上

• Memory 4GB以上

• USB 3.0 (Intel or Renesas chipset)

• Intel HD 4000 / NVidia GeForce GT640など

• Software

• Visual Studio 2012 / 2013

Page 8: Introduction to Kinect vNext

v1.8からの相違点

v1 v2

カラー解像度 640x480 1920x1080

深度データ解像度 320x240 512x424

深度センサー方式 Light Coding ToF

深度センサー距離 0.8m~4.0m 0.5m~4.5m

センサー視野(垂直/水平) 57 / 43 70 / 60

スケルトントラッキング 2人 6人

関節データ数 20ポイント/人 25ポイント/人

複数アプリからの同時使用 × 〇

Kinect for Xbox One × 〇

Kinect for Xbox 360 〇 ×

接続 USB2.0 USB3.0

対応OS Windows 7以降 Windows 8以降

GPU要件 Direct X 9.0c以降 Direct X 11.0以降

手のひらの開閉 △:Developer Toolkit 〇

Page 9: Introduction to Kinect vNext

(現時点での)実行時の注意

Before running any Kinect for Windows v2.0 applications or samples, you must first start KinectService.

Page 10: Introduction to Kinect vNext

映像データ

• ColorFrame

• ColorFrameReader

• ColorFrameSource

Page 11: Introduction to Kinect vNext

デモKinect2ColorSample

Page 12: Introduction to Kinect vNext

距離データ

• DepthFrame

• DepthFrameReader

• DepthFrameSource

Page 13: Introduction to Kinect vNext

デモKinect2DepthSample

Page 14: Introduction to Kinect vNext

デモPrometheusScanner

Page 15: Introduction to Kinect vNext

赤外線データ

• InfraredFrame

• InfraredFrameReader

• InfraredFrameSouce

• LongExposureInfraredFrame

• LongExposureInfraredFrameReader

• LongExposureInfraredFrameSouce

Page 16: Introduction to Kinect vNext

骨格データ

• Body

• BodyFrame

• BodyIndex

• BodyIndexFrame

• JointCollection

Page 17: Introduction to Kinect vNext

デモKinect2HeightSample

Page 18: Introduction to Kinect vNext

デモARKureiKei