Git Product home page Git Product logo

Comments (5)

lisajamhoury avatar lisajamhoury commented on May 25, 2024

If the two Kinects are on two separate computers and on the same network, this should work. If you are only working with joint data you should have barely any latency assuming you're on a stable network.

Have you been able to get this working?

from kinectron.

jay-tailor avatar jay-tailor commented on May 25, 2024

We found a different way to approach this problem. Because the Kinect SDK uses C#, we require the Joint data to eventually be received by the C# program. The end goal is have the same skeleton displayed on Kinect's SDK with multiple kinects for multiple angles.

we are looking into the Kinectron.exe application and it's code. We recognized a couple of functions that are of interest in respects to sending JOINT data over a network. Would you know a possible method to send data over to be received by a c# code using Kinectron.exe. Thanks for all your help aswell. Pictures attached are code we think can be slightly altered to do just that.

capture1
capture2

from kinectron.

lisajamhoury avatar lisajamhoury commented on May 25, 2024

Kinectron is built on top of the Kinect2 node library. @wouterverweirder did the heavy lifting to bring the Kinect data from the SDK into a Javascript environment. You will have to make alterations there in order to stream c#. If you want to work in c# though, I'd recommend working in Visual Studio, and using a UDP / socket server and client directly from there. It will be much faster to go direct since you don't need JS.

from kinectron.

jay-tailor avatar jay-tailor commented on May 25, 2024

Do you know what kind of alterations would be ideal to get it streaming to C# as you say? Also, would a C# code under a UDP/Socket connection be able to obtain joint data from another computer on the same LAN (not needing p5.JS) ?

from kinectron.

lisajamhoury avatar lisajamhoury commented on May 25, 2024

No I don't really know, but Kinectron is not the right tool for that. I don't know of another tool that does that, but Kinectron is made specifically for Javascript and to be used by client in the browser. Sorry I can't help more.

from kinectron.

Related Issues (20)

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.