SlideShare una empresa de Scribd logo
2011 03 01 MindCamp - Kinect, OpenNI, C#
Bruno Capuano @elbrunoMVP – Visual Studio ALMb.capuano@gmail.comAvanadewww.elbruno.comKinect y C#OpenNI http://www.openni.org
Una biblioteca para poder trabajar con casi todas las capacidades de Kinect en Windows, Linux y MacNo es la únicaPor ejemplo: CL-NUI platform, http://codelaboratories.com/downloads/ Tiene un wrapper .Net que permite desarrollar aplicaciones manejadas con el KinectNo tiene documentaciónNo tiene soporte¿Qué es OpenNI?
Imagen y profundidad
Análisis e identificación de «skeleton»
Seguimiento de manos
DEMOAplicaciones OpenNI + PrimeSense
Empecemos a programarKinect + OpenNI
Capacidades para detectarWave (saludos)Push/Pull (empujar/tirar)Circle (dibujar un círculo)Swipe (arrastrar)Steady (quieto)Identificando «gestures»
DEMOHola mundo con Kinect
El código es muy simpleCrear contexto de trabajoprivatestaticvoidInitSensorInteraction()        {            _context = newXnMOpenNIContext();            _context.Init();            _sessionManager = newXnMSessionManager(_context, "Wave", "RaiseHand");            _steadyDetector = newXnMSteadyDetector();            _steadyDetector.Steady += SteadyDetectorSteady;            _sessionManager.AddListener(_steadyDetector);        }staticvoidSteadyDetectorSteady(object sender, SteadyEventArgs e)        {Console.WriteLine("Steady. Velocity: {0}", e.Velocity);        }Agregar un detectorCapturar el evento
DEMOCapturando gestos con OpenNI y Kinect
Capturando la cámara con WPF
DEMOMore Kinect Samples …
GRACIAS
2011 03 01 MindCamp - Kinect, OpenNI, C#
2011 03 01 MindCamp - Kinect, OpenNI, C#

Más contenido relacionado

PPTX
2011 03 01 MindCamp - Kinect y C#
PPTX
DevOps - From Agile Dev to Agile Ops for Continuous Delivery
PPTX
DevOps - Integrando TFS com System Center
PPTX
Mise en œuvre d’une démarche DevOps dans Windows Azure
PPTX
DevOps in the Cloud
PPTX
DevOps and Cloud
PPTX
Azure Mobile Services Workshop
PPTX
Expo kinect
2011 03 01 MindCamp - Kinect y C#
DevOps - From Agile Dev to Agile Ops for Continuous Delivery
DevOps - Integrando TFS com System Center
Mise en œuvre d’une démarche DevOps dans Windows Azure
DevOps in the Cloud
DevOps and Cloud
Azure Mobile Services Workshop
Expo kinect

Similar a 2011 03 01 MindCamp - Kinect, OpenNI, C# (7)

PPTX
Kinect,Sensores 3D, NUI (Natural User Interfaces) y Open Source con OpenNI
PPTX
2 gestos para controlar el mundo con KinectSdk
PPTX
‌Kinect v2 descripción
PPTX
2011 05 23 Kinect for Windows SDK
PPTX
Code Motion KinectSdk
PDF
Redes proyecto
PPTX
12 Horas de Visual Studio - Kinect SDK
Kinect,Sensores 3D, NUI (Natural User Interfaces) y Open Source con OpenNI
2 gestos para controlar el mundo con KinectSdk
‌Kinect v2 descripción
2011 05 23 Kinect for Windows SDK
Code Motion KinectSdk
Redes proyecto
12 Horas de Visual Studio - Kinect SDK
Publicidad

Más de Bruno Capuano (20)

PPTX
Let's code a drone to follow faces using Python 🐍
PPTX
Using Azure IoT to feed my squirrels ️
PPTX
2021 12 01 Global XR Conference - My experiences adapting a Digital Twin WebG...
PPTX
2021 06 19 ms student ambassadors nigeria ml net 01 slide-share
PPTX
Global AI on Virtual Tour Oslo - Anomaly Detection using ML.Net on a drone te...
PPTX
2021 04 21 Azure Sydney User Group - Scaling a POC to an Enterprise using Azu...
PPTX
2021 02 23 MVP Fusion Getting Started with Machine Learning.Net and AutoML
PPTX
2021 02 13 CodeGen Verona - Let’s code a drone to follow faces syncing everyt...
PPTX
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
PPTX
2020 10 22 AI Fundamentals - Azure Machine Learning
PPTX
2020 09 24 - CONDG ML.Net
PPTX
2020 08 06 Global XR Talks - Lessons Learned creating a multiplatform AI proj...
PPTX
2020 06 27 Global AI On Tour Virtual GTA
PPTX
2020 06 13 Best of Build 2020 - Canada Community Edition - Artificial Intelli...
PPTX
Global Azure AI Tour Buenos Aires Argentina, Drones and AI
PPTX
2020 04 18 Global AI On Tour Monterrey - Program a Drone using AI
PPTX
2020 04 10 Catch IT - Getting started with ML.Net
PPTX
2020 04 09 Global AI Community Virtual Tour - Drones and AI
PPTX
2020 04 04 NetCoreConf - Machine Learning.Net
PPTX
2020 02 29 TechDay Conf - Getting started with Machine Learning.Net
Let's code a drone to follow faces using Python 🐍
Using Azure IoT to feed my squirrels ️
2021 12 01 Global XR Conference - My experiences adapting a Digital Twin WebG...
2021 06 19 ms student ambassadors nigeria ml net 01 slide-share
Global AI on Virtual Tour Oslo - Anomaly Detection using ML.Net on a drone te...
2021 04 21 Azure Sydney User Group - Scaling a POC to an Enterprise using Azu...
2021 02 23 MVP Fusion Getting Started with Machine Learning.Net and AutoML
2021 02 13 CodeGen Verona - Let’s code a drone to follow faces syncing everyt...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 10 22 AI Fundamentals - Azure Machine Learning
2020 09 24 - CONDG ML.Net
2020 08 06 Global XR Talks - Lessons Learned creating a multiplatform AI proj...
2020 06 27 Global AI On Tour Virtual GTA
2020 06 13 Best of Build 2020 - Canada Community Edition - Artificial Intelli...
Global Azure AI Tour Buenos Aires Argentina, Drones and AI
2020 04 18 Global AI On Tour Monterrey - Program a Drone using AI
2020 04 10 Catch IT - Getting started with ML.Net
2020 04 09 Global AI Community Virtual Tour - Drones and AI
2020 04 04 NetCoreConf - Machine Learning.Net
2020 02 29 TechDay Conf - Getting started with Machine Learning.Net
Publicidad

Último (20)

PPTX
Curso de generación de energía mediante sistemas solares
PDF
Documental Beyond the Code (Dossier Presentación - 2.0)
PDF
Taller tecnológico Michelle lobo Velasquez
PPT
Protocolos de seguridad y mecanismos encriptación
PPTX
Presentación final ingenieria de metodos
PDF
NREN - red nacional de investigacion y educacion en LATAM y Europa: Caracteri...
PDF
ADMINISTRACIÓN DE ARCHIVOS - TICS (SENA).pdf
PDF
Teoría de estadística descriptiva y aplicaciones .pdf
PDF
Guía_de_implementación_Marco_de_gobierno_y_gestión_de_TI_Universidades.pdf
PDF
Estrategia de Apoyo de Daylin Castaño (5).pdf
PPTX
la-historia-de-la-medicina Edna Silva.pptx
PDF
Tips de Seguridad para evitar clonar sus claves del portal bancario.pdf
PPTX
Reconocimiento-Automatico-de-Placas-Vehiculares-con-IA.pptx
PPTX
Mecanismos-de-Propagacion de ondas electromagneticas
PPTX
Presentacion de Alba Curso Auditores Internos ISO 19011
DOCX
TRABAJO GRUPAL (5) (1).docxjesjssjsjjskss
PDF
TRABAJO DE TECNOLOGIA.pdf...........................
DOCX
TRABAJO GRUPAL (5) (1).docxsjsjskskksksksks
PDF
capacitación de aire acondicionado Bgh r 410
PDF
CONTABILIDAD Y TRIBUTACION, EJERCICIO PRACTICO
Curso de generación de energía mediante sistemas solares
Documental Beyond the Code (Dossier Presentación - 2.0)
Taller tecnológico Michelle lobo Velasquez
Protocolos de seguridad y mecanismos encriptación
Presentación final ingenieria de metodos
NREN - red nacional de investigacion y educacion en LATAM y Europa: Caracteri...
ADMINISTRACIÓN DE ARCHIVOS - TICS (SENA).pdf
Teoría de estadística descriptiva y aplicaciones .pdf
Guía_de_implementación_Marco_de_gobierno_y_gestión_de_TI_Universidades.pdf
Estrategia de Apoyo de Daylin Castaño (5).pdf
la-historia-de-la-medicina Edna Silva.pptx
Tips de Seguridad para evitar clonar sus claves del portal bancario.pdf
Reconocimiento-Automatico-de-Placas-Vehiculares-con-IA.pptx
Mecanismos-de-Propagacion de ondas electromagneticas
Presentacion de Alba Curso Auditores Internos ISO 19011
TRABAJO GRUPAL (5) (1).docxjesjssjsjjskss
TRABAJO DE TECNOLOGIA.pdf...........................
TRABAJO GRUPAL (5) (1).docxsjsjskskksksksks
capacitación de aire acondicionado Bgh r 410
CONTABILIDAD Y TRIBUTACION, EJERCICIO PRACTICO

2011 03 01 MindCamp - Kinect, OpenNI, C#