News

Extraordinary Robot
Robot
Joined
Jun 27, 2006
Messages
23,048
Link Removed, 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;

Link Removed


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: Link Removed

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

Contact Information:

  • Blog: Link Removed
  • Link Removed

Link Removed
Link Removed
Link Removed
Link Removed

Link Removed

Continue reading...
 


Back
Top