Code Monkey home page Code Monkey logo

Comments (3)

leithmc avatar leithmc commented on August 19, 2024

Sorry, I'm not involved in this project any more, and all I did was write the tooling to convert between markdown and HxS. I believe there's a forum where you can post these sorts of questions?Leith McCombs

Date: Thu, 12 Nov 2015 01:56:12 -0800
From: [email protected]
To: [email protected]
Subject: [Docs] Please provide more explanations about the CoordinateMappingChanged event. (#18)

There is not enough explanation in this page:

https://github.com/Kinect/Docs/blob/master/Kinect4Windows2.0/k4w2/Reference/Kinect_for_Windows_v2/Kinect/CoordinateMapper_Class/Events/CoordinateMappingChanged.md

When does coordinate mapping change?
How does it change? The corresponding CoordinateMappingChangedEventArgs is pretty much empty (or at least it doesn't have any public member)
Why would coordinate mapping change at all?
Can the event actually fire in release 2.0.1410.19000 of the Kinect for Windows SDK 2.0?


Reply to this email directly or view it on GitHub.

from docs.

diablodale avatar diablodale commented on August 19, 2024

In my experience, it is possible for the coordinate mapping to change while your application is running. The easiest way to see this is if you run your application using a Kinect v2. Then use Kinect Studio to attach and play back a recording.
When the recording is played back, the internal coordinate mapping will be reloaded with the data from the recording. That recording could have been made on a different Kinectv2 and therefore will have very different alignment/mapping.

from docs.

ChimeraScorn avatar ChimeraScorn commented on August 19, 2024

Coordinate Mapping changes in a couple of situations:

  1. As the sensor initializes, it needs to pull the calibration data from the sensor across to the runtime. If you try to look at coordinate mapping immediately when you open the sensor, you will see that it is not populated. When it is populated, this event will fire.
  2. If a file is played back via Kinect Studio, the coordinate mapping data which was captured in the recording will swap in, which will cause the event to fire
  3. If you switch back to live stream (disconnect KS), that sensors data will be swapped back in, which will again cause the event to fire.

from docs.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.