[Robotics] Passing image data from blender to Corba

Steven Bellens steven.bellens at mech.kuleuven.be
Mon May 31 14:41:08 CEST 2010


Hi,

We are trying to use the RoboTIS-Vision package (
http://robotis.onera.fr/orocos) to integrate Blender, python, Corba and
Orocos. Currently I'm trying to pass an Image from Python over Corba to
Orocos and I'm stuck at the blender/python side. I created the Image using
the Image struct:
                        Image.nChannels = 4
Image.depth = 8
Image.width = size[0]
Image.height = size[1]
Image.imageData = image
Image.nSize =size[0]*size[1]*4*8
Image.dataOrder = 0
Image.origin = 0
Image.widthStep = size[0]*4
but I don't know how to pass it on to Corba. Any ideas/suggestions for this?

best regards,

Steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/robotics/attachments/20100531/74d32119/attachment.htm 


More information about the Robotics mailing list