Real Time Motion Capture Blender

AKRAKR
edited April 2020 in Python

Hi
I am trying to do real time motion capture using blender.
I am able to stream the data in blender but when I try to move an armature I get the following error
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "C:\Program Files\Blender Foundation\Blender\2.79\python\lib\site-packages\mbientlab\metawear\metawear.py", line 237, in _write_gatt_char
self._write_char_async(False)
File "C:\Program Files\Blender Foundation\Blender\2.79\python\lib\site-packages\mbientlab\metawear\metawear.py", line 229, in _write_char_async
next[0].write_without_resp_async(next[1], completed)
AttributeError: 'NoneType' object has no attribute 'write_without_resp_async'

I am using blender 2.79 in windows. Also I am happy to share the blender file with you if needed.

Thanks

Comments

  • Hey @AKR,
    We don't know how to use blender at mbientlab so I apologize for our lack of help on this particular subject.

  • Hi Laura,
    Thanks,
    I managed to do this. Though its not very accurate, but have figured a way to do real time control in blender

Sign In or Register to comment.