110 likes | 228 Views
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
E N D
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 • Kinect for Windows SDK (Software Development Kit) 1.8 • Aforge.net video framework 2.2.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
Aforge.net framework • Image Processing Framework • Used to Capture “Video”
project • C# WPF (Windows Presentation Foundation) Application • Captured Images and “Video” to Disk
problems • Creating a Video • Image Quality is Not Great (640x480) • Video Quality is choppy at times • Video is Not Compressed • Sensor Makes Mistakes
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