Questions tagged [kinect-v2]

Kinect for Windows v2 (K4W2)

Kinect for Windows v2 (K4W2) which typically uses the Kinect for Windows v2 SDK, not to be confused with Kinect for Xbox 360, or older versions of Kinect for Windows using Kinect for Windows SDK v1.5 or Kinect for Windows SDK v1.8

This sensor can also be used on Linux and OSX via libfreenect2

144 questions
1
vote
0 answers

Deserializing to get List Object in Kinect v2

I have serialized the Body class in Kinect v2 by converting it into List and saved the data in a text file. But when I deserialize it back to the List object, I am not able to do it. It says"Unable to find a constructor to use for type…
1
vote
0 answers

Silence detection in Kinect V2

I am using winmm.dll to record audio from kinect using below method : [DllImport("winmm.dll", EntryPoint = "mciSendStringA", ExactSpelling = true, CharSet = CharSet.Ansi, SetLastError = true)] private static extern int record(string…
1
vote
1 answer

Get centroid of point cloud data based on color using kinect v2 in ROS

I want to get the centroid of point cloud data based on color using kinect v2. Even after searching for a long time I was not able to find a package which can do this task. But since this is a general problem, I think there should be a existing…
vacky
  • 277
  • 1
  • 4
  • 16
1
vote
1 answer

Microsoft Cognitive Face API- how can i get Face Attributes in video feed from Kinect?

I'm exploring Microsoft Cognitive Face API and I'm very new to it. I'm able to achieve Face Attributes with an image which is easy but, my question is how can I get Face Attributes of a person in a real time video feed from Kinect in WPF c#. It…
1
vote
1 answer

Handling Depth Processing With The Kinect V2

I am currently trying to deal with processing the depth data for the Kinect V2. I wish to filter out all points that are not within a specific distance. The problem is I can't find reliable docs on how this could possibly be done, let alone on how…
sBourne
  • 483
  • 1
  • 5
  • 17
1
vote
0 answers

Kinect 2.0 and WebBrowser (WPF): Interact with the web page using Kinect 2.0

I'm developing a WPF application that uses Kinect v2.0 for motion controls like grab-and-swipe and click. In this application, I have some elements: A UserControl, which contains an Awesomium WebControl A Window, which contains a button that…
1
vote
0 answers

Kinect v2 demos not working?

Probably missed something- been a while since I cracked these apps open with the v2 kinect. I'm just trying to run the BodyIndexBasics-WPF application freshly installed from the kinect studio demo and while it compiles fine it crashes with the…
Nicros
  • 5,031
  • 12
  • 57
  • 101
1
vote
0 answers

Kinect V2: instantaneous scan but then it stops scanning (Kinectfusion)

IM using kinectfusion explorer d2d and when I use it it scans right away, but then it stops scanning? Is it the settings? what should I put to set it right? some one answered :"If I'm not mistaken, the Kinect scanner has a fairly low maximum polygon…
1
vote
1 answer

read/write access violation c++ using libfreenect2

I'm a newbe to C++ and started fooling around with my Kinect V2 and libfreenect2. The building of the library worked fine for me, I guess. But when I try to use it in my code I get some weird exceptions. Freenect2 freenect2; std::string…
1
vote
1 answer

Kinect 2 - Significant delay on hand motion

I'm using the Kinect 2 to perform rotation and zooming of a virtual camera showing on an 3D object by moving the hand in all three directions. The problem I currently tackle with is that these operations are executed with some noticeable delay. If…
user1056903
  • 921
  • 9
  • 26
0
votes
0 answers

How to install pylibfreenect2

I'm trying to follow instruction link and at the step python setup.py install I get following error: Do you know what I'm doing wrong? PS C:\Users\lukin\Downloads\pylibfreenect2-master\pylibfreenect2-master> python setup.py python :…
0
votes
0 answers

Anyone used kinect v2 for contour mapping?

kinectv2 library for contour mapping? I can't find any libraries for kinectv2 to contour mapping. I want to get a depth information and draw the contours on sand from kinectv2 and want to heat mapping. Anyone have the code for these plz help me
0
votes
0 answers

Kinect v2 FrameArrived event suddenly stops being fired : am I leaking a IDisposable?

I'm facing a bug in my C# + Kinect v2 API application. At rare times, the Kinect2 API event BodyFrameReader.FrameArrived (which informs that a new frame is available) suddenly stops being fired, so my functions subscribed to this event stop being…
0
votes
0 answers

Rotate 3d coordinate system to align with a plane - Remove Kinect's relative pitch and roll with respect to the floor plane

I'm working on a project using Kinect V2 and pykinect2 to detect gestures and body positions. The issue is that the Kinect's XYZ axis (x=left-right, y=up-down, z=forwards-backwards) are relative to the sensor's pitch, roll, and yaw. This makes it…
Tielessin
  • 111
  • 1
  • 6
0
votes
0 answers

TouchDesigner: Reduce cpu for kinect project

I'm a real real beginner and did not succeded finding reccources on the net on this particular subject so i ask all mighty StackOverfow. I have a simple file using kinect 2.0. Via spout i send those fluxes into resolume LINK TO THE PROJECT I use…
Dastfox
  • 1
  • 2