Giter Site home page Giter Site logo

kinectus's Introduction

KinectUs - spreading the #awesome of the Kinect via ZeroMQ

Authors

Kinect Us

The Kinect is an awesome piece of kit, however it has mainly been reserved for the Microsoft domain. Via ZeroMQ, this project attempts to open its connectivity to other platforms.

Requirements/Dependencies

You will need the Kinect SDK (v1.5) and the Speech SDK (v11) from Kinect for Windows

Planned Features

  • Simple JSON string messages
  • ProtoBuf or MsgPack messages for performance
  • JSON structures for Colour
  • JSON structures for Depth
  • JSON structures for Audio
  • JSON structures for Skeleton

Future Features

  • Suggestions??

Example of JSON data

[
  {
    "TrackingState": "Tracked",
    "TrackingId": 8,
    "Position": {
      "X": 0.145386174,
      "Y": -0.06435618,
      "Z": 1.68396413
    },
    "Joints": [
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "HipCenter",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "Spine",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.231304377,
          "Y": 0.07501991,
          "Z": 1.782474
        },
        "JointType": "ShoulderCenter",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.223919913,
          "Y": 0.25025335,
          "Z": 1.79188693
        },
        "JointType": "Head",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.09578784,
          "Y": -0.000471509644,
          "Z": 1.85843074
        },
        "JointType": "ShoulderLeft",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.008514807,
          "Y": -0.141752541,
          "Z": 1.76583743
        },
        "JointType": "ElbowLeft",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": -0.0305912644,
          "Y": 0.0435683578,
          "Z": 1.68105352
        },
        "JointType": "WristLeft",
        "TrackingState": "Inferred"
      },
      {
        "Position": {
          "X": -0.0184278246,
          "Y": 0.08992092,
          "Z": 1.66266572
        },
        "JointType": "HandLeft",
        "TrackingState": "Inferred"
      },
      {
        "Position": {
          "X": 0.376942754,
          "Y": 0.00340297259,
          "Z": 1.808434
        },
        "JointType": "ShoulderRight",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.4047285,
          "Y": -0.153887331,
          "Z": 1.746834
        },
        "JointType": "ElbowRight",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.3322568,
          "Y": -0.298559248,
          "Z": 1.66354811
        },
        "JointType": "WristRight",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.3187368,
          "Y": -0.326050162,
          "Z": 1.62236464
        },
        "JointType": "HandRight",
        "TrackingState": "Tracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "HipLeft",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "KneeLeft",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "AnkleLeft",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "FootLeft",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "HipRight",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "KneeRight",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "AnkleRight",
        "TrackingState": "NotTracked"
      },
      {
        "Position": {
          "X": 0.0,
          "Y": 0.0,
          "Z": 0.0
        },
        "JointType": "FootRight",
        "TrackingState": "NotTracked"
      }
    ],
   
    "ClippedEdges": "None"
  }
]

License

KinectUs is Open Source software released under the Apache 2.0 License. Please see the LICENSE file for full license details.

kinectus's People

Contributors

merbla avatar

Stargazers

 avatar

Watchers

James Cloos avatar

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.