SlideShare ist ein Scribd-Unternehmen logo
1 von 38
QUICKSTART SERIES
   KINECT FOR WINDOWS
INSTALLING &
USING KINECT



               KINECT FOR WINDOWS
INTRODUCTION
• Designed to get you started
• Assume you have some programming
  experience
• Managed API - Concepts work in both VB/C#




                 KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                   KINECT FOR WINDOWS
KINECT SENSORS
IR Emitter      Color Sensor
                                IR Depth Sensor
                                                  Tilt Motor




             Microphone Array


                   KINECT FOR WINDOWS
GET STARTED
• http://kinectforwindows.org
  • Order Kinect Hardware
  • Download Kinect SDK




                    KINECT FOR WINDOWS
INSTALLING AND USING KINECT


 DEMO



          KINECT FOR WINDOWS
SETTING UP
YOUR DEVELOPMENT
ENVIRONMENT


           KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                  KINECT FOR WINDOWS
KINECT API BASICS
• Manage Kinect state
  • Connected
  • Enable Color, Depth, Skeleton
  • Start Kinect
• Get Data
  • Events - AllFramesReady
  • Polling – OpenNextFrame

                     KINECT FOR WINDOWS
RESOURCES
• Install Kinect Explorer
   • KinectWpfViewers
• Coding4Fun Toolkit
   • Skeletal scaling




                        KINECT FOR WINDOWS
SETTING UP YOUR DEV
     ENVIRONMENT


DEMO



        KINECT FOR WINDOWS
CAMERA
FUNDAMENTALS



           KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                   KINECT FOR WINDOWS
CAMERA DATA
• Events return ImageFrame
  •   PixelDataLength
  •   FrameNumber
  •   Timestamp
  •   Dimensions: Height, Width
• Use AllFramesReady event to synchronize


                      KINECT FOR WINDOWS
RESOLUTIONS
• Color
  • 12 FPS: 1280X960 RGB
  • 15 FPS: Raw YUV 640x480
  • 30 FPS: 640x480
• Depth
  • 30 FPS: 80x60, 320x240, 640x480


                    KINECT FOR WINDOWS
CAMERA FUNDAMENTALS


DEMO



       KINECT FOR WINDOWS
WORKING WITH
DEPTH DATA



               KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                   KINECT FOR WINDOWS
DEPTH DATA
• Returns the distance and player for every pixel
  • Ex: 320x240 = 76,800 pixels
• Distance
  • Distance in mm from Kinect ex: 2,000mm (6.56 feet)
• Player
  • 1-6 players


                     KINECT FOR WINDOWS
MODE


Mode      Depth & Player    Center Hip Joint   Other 19 Joints
Default        Yes                    Yes            Yes
 Near          Yes                    Yes        No, for v1.0




                 KINECT FOR WINDOWS
DISTANCES
  Feet     1.3’   2.6’     9.8’   13.1’        26.2’

  Meters   .4     .8       3       4            8

Default
 Mode
 Near
 Mode




                          KINECT FOR WINDOWS
FORMULAS
• Distance Formula
  int depth = depthPoint >> DepthImageFrame.PlayerIndexBitmaskWidth;



• Player Formula
  int player = depthPoint & DepthImageFrame.PlayerIndexBitmask;




                          KINECT FOR WINDOWS
WORKING WITH DEPTH DATA


DEMO



        KINECT FOR WINDOWS
SKELETAL
TRACKING
FUNDAMENTALS


           KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                   KINECT FOR WINDOWS
SKELETON DATA




   KINECT FOR WINDOWS
SKELETAL JOINTS
• Each player with set of <x, y, z> joints in meters
• Each joint has associated state
    • Tracked, Not tracked, or Inferred
• Inferred - Occluded, clipped, or low confidence joints
• Use TransformSmoothParameters to smooth joint data to reduce
  jitter




                              KINECT FOR WINDOWS
SKELETAL TRACKING
• Maximum two players tracked at once
   • Six player proposals per Kinect
• Each skeleton has a unique identifier - TrackingID
• SkeletonStream
   • Set AppChoosesSkeletons to false
   • Use ChooseSkeletons method to choose which skeletons to track




                            KINECT FOR WINDOWS
SKELETAL TRACKING


DEMO



       KINECT FOR WINDOWS
AUDIO
FUNDAMENTALS



           KINECT FOR WINDOWS
QUICKSTART SERIES
•   Installing and Using the Kinect Sensor
•   Setting up your Development Environment
•   Camera Fundamentals
•   Working with Depth Data
•   Skeletal Tracking Fundamentals
•   Audio Fundamentals

                   KINECT FOR WINDOWS
SOUND POSITION
• Sound Source Angle – the angle and confidence level of where
  audio is coming from
• Beam Angle – The angle used to record audio that you can set as a
  “directional microphone”




   -50                           0                           +50



                          KINECT FOR WINDOWS
RECORDING
• KinectAudioSource audio buffer
• Use Echo Cancellation to not record PC sound




                  KINECT FOR WINDOWS
SPEECH RECOGNITION
• Grammar – What we are listening for
  • Code – GrammarBuilder, Choices
• Note: Ensure AutomaticGainControl = false




                   KINECT FOR WINDOWS
GRAMMAR
<!-- Confirmation_Yes._value: string ["Yes"]
-->
<rule id="Confirmation_Yes" scope="public">
  <example> yes </example>                      var grammar = new Choices();
  <example> yes please </example>               grammar.Add(“yes please");
  <one-of>
    <item> yes </item>
                                                grammar.Add(“yes");
    <item> yeah </item>                         grammar.Add(“yeah");
    <item> yep </item>                          grammar.Add(“ok");
    <item> ok </item>
  </one-of>
  <item repeat="0-1"> please </item>
  <tag> out._value = "Yes";</tag>




                                 KINECT FOR WINDOWS
MULTI-MODAL FEEDBACK
• Engagement model
  – Mic indicator for speech-enabled menus
  – Keyword to engage
• Feedback and confirmation



                   KINECT FOR WINDOWS
AUDIO


DEMO



       KINECT FOR WINDOWS

Weitere ähnliche Inhalte

Was ist angesagt?

NEX-FS700
NEX-FS700NEX-FS700
NEX-FS700
AVNed
 
Sony NEX-FS700EK
Sony NEX-FS700EKSony NEX-FS700EK
Sony NEX-FS700EK
AV ProfShop
 

Was ist angesagt? (18)

Zoom Rooms Kit featuring the Logitech Rally Camera and Nureva HDL300
Zoom Rooms Kit featuring the Logitech Rally Camera and Nureva HDL300Zoom Rooms Kit featuring the Logitech Rally Camera and Nureva HDL300
Zoom Rooms Kit featuring the Logitech Rally Camera and Nureva HDL300
 
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
 
Zoom Rooms Kit from Video Conference Gear featuring the Poly EagleEye Directo...
Zoom Rooms Kit from Video Conference Gear featuring the Poly EagleEye Directo...Zoom Rooms Kit from Video Conference Gear featuring the Poly EagleEye Directo...
Zoom Rooms Kit from Video Conference Gear featuring the Poly EagleEye Directo...
 
Zoom Rooms Kit from Video Conference Gear featuring the Logitech Rally Camera...
Zoom Rooms Kit from Video Conference Gear featuring the Logitech Rally Camera...Zoom Rooms Kit from Video Conference Gear featuring the Logitech Rally Camera...
Zoom Rooms Kit from Video Conference Gear featuring the Logitech Rally Camera...
 
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
Zoom Rooms Kit from Video Conference Gear featuring the AVer CAM540 and Nurev...
 
Oculus insight building the best vr aaron davies
Oculus insight building the best vr   aaron daviesOculus insight building the best vr   aaron davies
Oculus insight building the best vr aaron davies
 
Oculus Rift Developer Kit 2 and Latency Mitigation techniques
Oculus Rift Developer Kit 2 and Latency Mitigation techniquesOculus Rift Developer Kit 2 and Latency Mitigation techniques
Oculus Rift Developer Kit 2 and Latency Mitigation techniques
 
State of the Art Telephony with Ruby
State of the Art Telephony with Ruby State of the Art Telephony with Ruby
State of the Art Telephony with Ruby
 
e-learning Studio Tools
e-learning Studio Toolse-learning Studio Tools
e-learning Studio Tools
 
NEX-FS700
NEX-FS700NEX-FS700
NEX-FS700
 
Sony NEX-FS700EK
Sony NEX-FS700EKSony NEX-FS700EK
Sony NEX-FS700EK
 
Sony NEX-FS700E
Sony NEX-FS700ESony NEX-FS700E
Sony NEX-FS700E
 
Zoom Rooms Kit from Video Conference Gear featuring the AVer VC520 Pro
Zoom Rooms Kit from Video Conference Gear featuring the AVer VC520 ProZoom Rooms Kit from Video Conference Gear featuring the AVer VC520 Pro
Zoom Rooms Kit from Video Conference Gear featuring the AVer VC520 Pro
 
IITK Workshop
IITK WorkshopIITK Workshop
IITK Workshop
 
How to stream a meetup or live event
How to stream a meetup or live eventHow to stream a meetup or live event
How to stream a meetup or live event
 
Capturing Stills, Sounds, and Scenes with AV Foundation
Capturing Stills, Sounds, and Scenes with AV FoundationCapturing Stills, Sounds, and Scenes with AV Foundation
Capturing Stills, Sounds, and Scenes with AV Foundation
 
Atomos Ninja Blade Brochure
Atomos Ninja Blade BrochureAtomos Ninja Blade Brochure
Atomos Ninja Blade Brochure
 
Zoom Rooms Kit from Video Conference Gear featuring the Jabra PanaCast and Ya...
Zoom Rooms Kit from Video Conference Gear featuring the Jabra PanaCast and Ya...Zoom Rooms Kit from Video Conference Gear featuring the Jabra PanaCast and Ya...
Zoom Rooms Kit from Video Conference Gear featuring the Jabra PanaCast and Ya...
 

Andere mochten auch

Andere mochten auch (20)

La globalización: consecuencias humanas
La globalización: consecuencias humanasLa globalización: consecuencias humanas
La globalización: consecuencias humanas
 
Portafolio de siller 3 a de jose angel avila alfaro
Portafolio de siller 3 a de jose angel avila alfaroPortafolio de siller 3 a de jose angel avila alfaro
Portafolio de siller 3 a de jose angel avila alfaro
 
Speciale 2. udgave
Speciale 2. udgaveSpeciale 2. udgave
Speciale 2. udgave
 
Iniciativa Anticorrupción
Iniciativa Anticorrupción Iniciativa Anticorrupción
Iniciativa Anticorrupción
 
Progama de formación tecnico en sistemas 865244
Progama de formación tecnico en sistemas 865244Progama de formación tecnico en sistemas 865244
Progama de formación tecnico en sistemas 865244
 
TDAH en el aula: Guía para Docentes
TDAH en el aula: Guía para DocentesTDAH en el aula: Guía para Docentes
TDAH en el aula: Guía para Docentes
 
Primer Paquete Económico 2017 Zacatecas (2/9)
Primer Paquete Económico 2017 Zacatecas (2/9)Primer Paquete Económico 2017 Zacatecas (2/9)
Primer Paquete Económico 2017 Zacatecas (2/9)
 
Tears In The Rain
Tears In The RainTears In The Rain
Tears In The Rain
 
Como hacer un plan de negocios
Como hacer un plan de negociosComo hacer un plan de negocios
Como hacer un plan de negocios
 
Schrijven voor het web
Schrijven voor het webSchrijven voor het web
Schrijven voor het web
 
Evidence: Describing my kitchen. ENGLISH DOT WORKS 2. SENA.
Evidence: Describing my kitchen. ENGLISH DOT WORKS 2. SENA.Evidence: Describing my kitchen. ENGLISH DOT WORKS 2. SENA.
Evidence: Describing my kitchen. ENGLISH DOT WORKS 2. SENA.
 
Estrategias competitivas básicas
Estrategias competitivas básicasEstrategias competitivas básicas
Estrategias competitivas básicas
 
Cápsula 1. estudios de mercado
Cápsula 1. estudios de mercadoCápsula 1. estudios de mercado
Cápsula 1. estudios de mercado
 
Rodriguez alvarez
Rodriguez alvarezRodriguez alvarez
Rodriguez alvarez
 
2. describing cities and places. ENGLISH DOT WORKS 2. SENA. semana 4 acitivda...
2. describing cities and places. ENGLISH DOT WORKS 2. SENA. semana 4 acitivda...2. describing cities and places. ENGLISH DOT WORKS 2. SENA. semana 4 acitivda...
2. describing cities and places. ENGLISH DOT WORKS 2. SENA. semana 4 acitivda...
 
Capacitacion y adiestramiento
Capacitacion y adiestramientoCapacitacion y adiestramiento
Capacitacion y adiestramiento
 
3.Evidence: Getting to Bogota.ENGLISH DOT WORKS 2. SENA.semana 4 actividad 3.
3.Evidence: Getting to Bogota.ENGLISH DOT WORKS 2. SENA.semana 4 actividad 3.3.Evidence: Getting to Bogota.ENGLISH DOT WORKS 2. SENA.semana 4 actividad 3.
3.Evidence: Getting to Bogota.ENGLISH DOT WORKS 2. SENA.semana 4 actividad 3.
 
Evidence: Going to the restaurant . ENGLISH DOT WORKS 2. SENA.
Evidence: Going to the restaurant . ENGLISH DOT WORKS 2. SENA.Evidence: Going to the restaurant . ENGLISH DOT WORKS 2. SENA.
Evidence: Going to the restaurant . ENGLISH DOT WORKS 2. SENA.
 
Evidence: I can’t believe it.ENGLISH DOT WORKS 2. semana 3 actividad 1.SENA.
Evidence: I can’t believe it.ENGLISH DOT WORKS 2. semana 3 actividad 1.SENA.Evidence: I can’t believe it.ENGLISH DOT WORKS 2. semana 3 actividad 1.SENA.
Evidence: I can’t believe it.ENGLISH DOT WORKS 2. semana 3 actividad 1.SENA.
 
Evidence: Memorable moments.ENGLISH DOT WORKS 2. SENA. semana 2 actividad 2.
Evidence: Memorable moments.ENGLISH DOT WORKS 2. SENA. semana 2 actividad 2.Evidence: Memorable moments.ENGLISH DOT WORKS 2. SENA. semana 2 actividad 2.
Evidence: Memorable moments.ENGLISH DOT WORKS 2. SENA. semana 2 actividad 2.
 

Ähnlich wie Kinect for Windows Quickstart Series

Kinect seminar 120919
Kinect seminar 120919Kinect seminar 120919
Kinect seminar 120919
cs Kang
 
Kinect seminar 121215v1
Kinect seminar 121215v1Kinect seminar 121215v1
Kinect seminar 121215v1
cs Kang
 
Kinect seminar 121208v1(동영상x)
Kinect seminar 121208v1(동영상x)Kinect seminar 121208v1(동영상x)
Kinect seminar 121208v1(동영상x)
cs Kang
 
Kinect seminar 121110v1
Kinect seminar 121110v1Kinect seminar 121110v1
Kinect seminar 121110v1
cs Kang
 
Kinect seminar 121020v1
Kinect seminar 121020v1Kinect seminar 121020v1
Kinect seminar 121020v1
cs Kang
 
Kinect seminar 121027
Kinect seminar 121027Kinect seminar 121027
Kinect seminar 121027
cs Kang
 
Kinect seminar 121103v1
Kinect seminar 121103v1Kinect seminar 121103v1
Kinect seminar 121103v1
cs Kang
 
2 track kinect@Bicocca - hardware e funzinamento
2   track kinect@Bicocca - hardware e funzinamento2   track kinect@Bicocca - hardware e funzinamento
2 track kinect@Bicocca - hardware e funzinamento
Matteo Valoriani
 
PyKinect: Body Iteration Application Development Using Python
PyKinect: Body Iteration Application Development Using PythonPyKinect: Body Iteration Application Development Using Python
PyKinect: Body Iteration Application Development Using Python
pycontw
 
Kinect seminar 121201v1(동영상x)
Kinect seminar 121201v1(동영상x)Kinect seminar 121201v1(동영상x)
Kinect seminar 121201v1(동영상x)
cs Kang
 
Visug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on KinectVisug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on Kinect
Visug
 
Gam02 kinect1, kinect2
Gam02   kinect1, kinect2Gam02   kinect1, kinect2
Gam02 kinect1, kinect2
DotNetCampus
 

Ähnlich wie Kinect for Windows Quickstart Series (20)

Kinect seminar 120919
Kinect seminar 120919Kinect seminar 120919
Kinect seminar 120919
 
Kinect seminar 121215v1
Kinect seminar 121215v1Kinect seminar 121215v1
Kinect seminar 121215v1
 
Kinect seminar 121208v1(동영상x)
Kinect seminar 121208v1(동영상x)Kinect seminar 121208v1(동영상x)
Kinect seminar 121208v1(동영상x)
 
Kinect seminar 121110v1
Kinect seminar 121110v1Kinect seminar 121110v1
Kinect seminar 121110v1
 
Kinect seminar 121020v1
Kinect seminar 121020v1Kinect seminar 121020v1
Kinect seminar 121020v1
 
Kinect seminar 121027
Kinect seminar 121027Kinect seminar 121027
Kinect seminar 121027
 
Kinect seminar 121103v1
Kinect seminar 121103v1Kinect seminar 121103v1
Kinect seminar 121103v1
 
2 track kinect@Bicocca - hardware e funzinamento
2   track kinect@Bicocca - hardware e funzinamento2   track kinect@Bicocca - hardware e funzinamento
2 track kinect@Bicocca - hardware e funzinamento
 
PyKinect: Body Iteration Application Development Using Python
PyKinect: Body Iteration Application Development Using PythonPyKinect: Body Iteration Application Development Using Python
PyKinect: Body Iteration Application Development Using Python
 
Jancke kinect programming
Jancke kinect programmingJancke kinect programming
Jancke kinect programming
 
Becoming a kinect hacker innovator v2
Becoming a kinect hacker innovator v2Becoming a kinect hacker innovator v2
Becoming a kinect hacker innovator v2
 
The power of Kinect in 10 minutes
The power of Kinect in 10 minutesThe power of Kinect in 10 minutes
The power of Kinect in 10 minutes
 
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architectureIEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
IEEE VR-SEARIS 2014 Keynote - MiddleVR - Philosophy and architecture
 
Kinect seminar 121201v1(동영상x)
Kinect seminar 121201v1(동영상x)Kinect seminar 121201v1(동영상x)
Kinect seminar 121201v1(동영상x)
 
Visug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on KinectVisug: Say Hello to my little friend: a session on Kinect
Visug: Say Hello to my little friend: a session on Kinect
 
Gam02 kinect1, kinect2
Gam02   kinect1, kinect2Gam02   kinect1, kinect2
Gam02 kinect1, kinect2
 
Computer Vision Meetup March: How we built snapscreen
Computer Vision Meetup March: How we built snapscreenComputer Vision Meetup March: How we built snapscreen
Computer Vision Meetup March: How we built snapscreen
 
Lidnug Presentation - Kinect - The How, Were and When of developing with it
Lidnug Presentation - Kinect - The How, Were and When of developing with itLidnug Presentation - Kinect - The How, Were and When of developing with it
Lidnug Presentation - Kinect - The How, Were and When of developing with it
 
Community Day 2013 - The Power of Kinect
Community Day 2013 - The Power of KinectCommunity Day 2013 - The Power of Kinect
Community Day 2013 - The Power of Kinect
 
Using intel's real sense to create games with natural user interfaces justi...
Using intel's real sense to create games with natural user interfaces   justi...Using intel's real sense to create games with natural user interfaces   justi...
Using intel's real sense to create games with natural user interfaces justi...
 

Kürzlich hochgeladen

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Kürzlich hochgeladen (20)

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Kinect for Windows Quickstart Series

  • 1. QUICKSTART SERIES KINECT FOR WINDOWS
  • 2. INSTALLING & USING KINECT KINECT FOR WINDOWS
  • 3. INTRODUCTION • Designed to get you started • Assume you have some programming experience • Managed API - Concepts work in both VB/C# KINECT FOR WINDOWS
  • 4. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 5. KINECT SENSORS IR Emitter Color Sensor IR Depth Sensor Tilt Motor Microphone Array KINECT FOR WINDOWS
  • 6. GET STARTED • http://kinectforwindows.org • Order Kinect Hardware • Download Kinect SDK KINECT FOR WINDOWS
  • 7. INSTALLING AND USING KINECT DEMO KINECT FOR WINDOWS
  • 9. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 10. KINECT API BASICS • Manage Kinect state • Connected • Enable Color, Depth, Skeleton • Start Kinect • Get Data • Events - AllFramesReady • Polling – OpenNextFrame KINECT FOR WINDOWS
  • 11. RESOURCES • Install Kinect Explorer • KinectWpfViewers • Coding4Fun Toolkit • Skeletal scaling KINECT FOR WINDOWS
  • 12. SETTING UP YOUR DEV ENVIRONMENT DEMO KINECT FOR WINDOWS
  • 13. CAMERA FUNDAMENTALS KINECT FOR WINDOWS
  • 14. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 15. CAMERA DATA • Events return ImageFrame • PixelDataLength • FrameNumber • Timestamp • Dimensions: Height, Width • Use AllFramesReady event to synchronize KINECT FOR WINDOWS
  • 16. RESOLUTIONS • Color • 12 FPS: 1280X960 RGB • 15 FPS: Raw YUV 640x480 • 30 FPS: 640x480 • Depth • 30 FPS: 80x60, 320x240, 640x480 KINECT FOR WINDOWS
  • 17. CAMERA FUNDAMENTALS DEMO KINECT FOR WINDOWS
  • 18. WORKING WITH DEPTH DATA KINECT FOR WINDOWS
  • 19. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 20. DEPTH DATA • Returns the distance and player for every pixel • Ex: 320x240 = 76,800 pixels • Distance • Distance in mm from Kinect ex: 2,000mm (6.56 feet) • Player • 1-6 players KINECT FOR WINDOWS
  • 21. MODE Mode Depth & Player Center Hip Joint Other 19 Joints Default Yes Yes Yes Near Yes Yes No, for v1.0 KINECT FOR WINDOWS
  • 22. DISTANCES Feet 1.3’ 2.6’ 9.8’ 13.1’ 26.2’ Meters .4 .8 3 4 8 Default Mode Near Mode KINECT FOR WINDOWS
  • 23. FORMULAS • Distance Formula int depth = depthPoint >> DepthImageFrame.PlayerIndexBitmaskWidth; • Player Formula int player = depthPoint & DepthImageFrame.PlayerIndexBitmask; KINECT FOR WINDOWS
  • 24. WORKING WITH DEPTH DATA DEMO KINECT FOR WINDOWS
  • 25. SKELETAL TRACKING FUNDAMENTALS KINECT FOR WINDOWS
  • 26. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 27. SKELETON DATA KINECT FOR WINDOWS
  • 28. SKELETAL JOINTS • Each player with set of <x, y, z> joints in meters • Each joint has associated state • Tracked, Not tracked, or Inferred • Inferred - Occluded, clipped, or low confidence joints • Use TransformSmoothParameters to smooth joint data to reduce jitter KINECT FOR WINDOWS
  • 29. SKELETAL TRACKING • Maximum two players tracked at once • Six player proposals per Kinect • Each skeleton has a unique identifier - TrackingID • SkeletonStream • Set AppChoosesSkeletons to false • Use ChooseSkeletons method to choose which skeletons to track KINECT FOR WINDOWS
  • 30. SKELETAL TRACKING DEMO KINECT FOR WINDOWS
  • 31. AUDIO FUNDAMENTALS KINECT FOR WINDOWS
  • 32. QUICKSTART SERIES • Installing and Using the Kinect Sensor • Setting up your Development Environment • Camera Fundamentals • Working with Depth Data • Skeletal Tracking Fundamentals • Audio Fundamentals KINECT FOR WINDOWS
  • 33. SOUND POSITION • Sound Source Angle – the angle and confidence level of where audio is coming from • Beam Angle – The angle used to record audio that you can set as a “directional microphone” -50 0 +50 KINECT FOR WINDOWS
  • 34. RECORDING • KinectAudioSource audio buffer • Use Echo Cancellation to not record PC sound KINECT FOR WINDOWS
  • 35. SPEECH RECOGNITION • Grammar – What we are listening for • Code – GrammarBuilder, Choices • Note: Ensure AutomaticGainControl = false KINECT FOR WINDOWS
  • 36. GRAMMAR <!-- Confirmation_Yes._value: string ["Yes"] --> <rule id="Confirmation_Yes" scope="public"> <example> yes </example> var grammar = new Choices(); <example> yes please </example> grammar.Add(“yes please"); <one-of> <item> yes </item> grammar.Add(“yes"); <item> yeah </item> grammar.Add(“yeah"); <item> yep </item> grammar.Add(“ok"); <item> ok </item> </one-of> <item repeat="0-1"> please </item> <tag> out._value = "Yes";</tag> KINECT FOR WINDOWS
  • 37. MULTI-MODAL FEEDBACK • Engagement model – Mic indicator for speech-enabled menus – Keyword to engage • Feedback and confirmation KINECT FOR WINDOWS
  • 38. AUDIO DEMO KINECT FOR WINDOWS