1 / 11

Kinect intrusion detector

Kinect intrusion detector. By Scott amack. Objectives . Perform tracking of people entering and leaving a room Record video of “intruders” Learn about implementing Kinect API (Application Program Interface). Tools Used. XBOX 360 Kinect Sensor Visual Studio 2013

toya
Download Presentation

Kinect intrusion detector

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kinect intrusion detector By Scott amack

  2. Objectives • Perform tracking of people entering and leaving a room • Record video of “intruders” • Learn about implementing Kinect API (Application Program Interface)

  3. Tools Used • XBOX 360 Kinect Sensor • Visual Studio 2013 • Kinect for Windows SDK (Software Development Kit) 1.8 • Aforge.net video framework 2.2.5

  4. XBOX 360 Kinect sensor

  5. Kinect for windows sdk • Enables access to all Kinect Sensors • ColorImageFrame • Can create “Video” from this • SkeletonFrame • Allows you to track up to 6 people • Allows joint specific tracking via JointType

  6. Aforge.net framework • Image Processing Framework • Used to Capture “Video”

  7. project • C# WPF (Windows Presentation Foundation) Application • Captured Images and “Video” to Disk

  8. problems • Creating a Video • Image Quality is Not Great (640x480) • Video Quality is choppy at times • Video is Not Compressed • Sensor Makes Mistakes

  9. APP CAPTURES

  10. questions

  11. References • http://en.wikipedia.org/wiki/Application_programming_interface • http://www.microsoft.com/en-us/kinectforwindowsdev/start.aspx • http://www.aforgenet.com/news/2013.07.17.releasing_framework_2.2.5.html • https://www.microsoft-careers.com/sites/microsoft_global/images/hardware/sp-kinect-img.png

More Related