Kinect 2, Sound Detection with C++

News

Extraordinary Robot
Robot
Peter Daukintis, Friend of the Gallery, posted a short, but sweat Kinect C++ example;

Here's some of the other posts from Peter we've highlighted recently;

Kinect V2 – Simple Sound Detection C++


This is a very simple post showing an implementation of the detection of a sound, any sound above a threshold, using the Kinect V2 SDK. The sample is written as a C++ XAML Windows Store app. The code uses the usual pattern for retrieving data from the Kinect via the SDK; that is,

  • Get Sensor
  • Choose Datasource
  • Open a Reader on the DataSource
  • Subscribe to the FrameArrived event on the Reader
  • Open the Sensor

This looks like this:

Project Information URL: http://peted.azurewebsites.net/kinect-v2-simple-sound-detection-c/

Project Source URL: https://github.com/peted70/kinectv2-detectsound.git

Contact Information:


Follow @CH9
Follow @Coding4Fun
Follow @KinectWindows
Follow @gduncan411

njs.gif


Continue reading...
 
Back
Top