Archinect

Arch|Digital

Davide Madeddu's blog on Archinect

  • anchor

    Just for fun! Kinect + Maya

    Davide Madeddu
    Jul 8, '12 4:36 AM EST

    A skeleton setup in Maya controlled with Kinect. Processing sends xyz coordinates of the joints to Maya with the UDP protocol. Unfortunately there is a small lag between Processing and Maya, but it works!


    A simple HowTo!

    **Premise: This is a very simple test, maybe you can find an easy way to do this or a more fast code.

    I used SimpleOpenNI and UDP libraries in Processing and Python UDP Socket in Maya.
    The code in Processing and Python is very simple, and implement UDP commands to send xyz coordinates to Maya via UDP protocol with Python.

    In Processing you can start from scratch or open a basic SimpleOpenNI example and edit it. Basically, I followed these steps:
    First of all you will need to install the UDP libraries in Processing ;-)
    Define UDP object
    Create the PVector to store the joint coordinates
    Define the UDP message with the values of PVector.x,PVector.y,PVector.z
    Use void drawSkeleton from SimpleOpenNI libraries.

    You can download the Processing sketch <here>

    In Maya was very simple too!
    I scripted in Python (I am learning it!) and I used the UDP protocol to receive the coordinates from Processing. You can find all UDP commands searching UDP python over Internet and you will apply the same syntax to Maya.
    First I created a series of locators (you can also script this step) named as bones, then I created the skeleton and constrained the joints to the locators.
    On the "script side" I imported socket, I defined UDP IP, PORT, etc (must be the same as in Processing). I used a simple syntax found in UDP help reference, splitted the incoming message and assigned xyz to the locators with setAttr.
    A boolean stop the streaming when is pressed the "q" key.

    You can download the Python script for Maya <here>

    Have fun and feel free to contact me if you want! Bye



     
    • 1 Comment

    • Ginormica

      Links are not working. Please re-post them.

      Jan 24, 18 1:04 am  · 
       · 

      Block this user


      Are you sure you want to block this user and hide all related comments throughout the site?

      Archinect


      This is your first comment on Archinect. Your comment will be visible once approved.

    • Back to Entry List...
  • ×Search in:
 

About this Blog

A blog about digital parametric techniques applied to design and engineer analysis. Experiments, work in progress, and prototipes.

Authored by:

Recent Entries