Is anyone aware of any python bindings to the devkit/mocap 
(i.e.: devkit/include/maya/mocapserver.h) ?

The functionality looks pretty straightforward in that its just providing 
an easy way to define the data channels and communicate over the socket 
with the device client in Maya. I am basing that assumption off of both the 
mocapserver.h header and an example of someones implementation 
here: http://onepartcode.com/projects/ControllerServer.cpp

Alternatively, is there a wire protocol spec out there for the maya motion 
capture server device? It doesn't seem too intense. Some state commands 
from maya to watch for when polling the socket, and then knowing what 
format to send the channel data as.

My C/C++ is basically good enough to read source code, and I have 
contributed a small amount to a boost::python based project, so I am 
partially tempted to break my brain and try to write a python wrapper for 
just the essential commands.

Any ideas?

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to