SyntaxHigh
Friday, May 2, 2014
Sending Kinect Data To Blender Via Socket
Problem: pykienct, Microsoft's offical port of Kinect SDK, is only in python 2.7, while Blender uses python 3.0
Not that difficult; to make the problem easier, I will use socket. The following is the simple server and client program using pykinect and socket. The client can obtain the depth vaue of the center point of the depth map while the server operates the device stuff.
It is not that general code, but I hope it helps what you want to do.
server
client
The server is written in python2.7 and the client in python 3.0.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment