myo-python icon indicating copy to clipboard operation
myo-python copied to clipboard

Python bindings for the Myo SDK

Results 14 myo-python issues
Sort by recently updated
recently updated
newest added

Hi! Great work with your lib/wrapper :) I cloned your latest version, linked bin path from SDK and tried to run an example, but got pretty much the same error...

When I unsync the myo (by removing it from my arm), `on_pose()` is triggered in my DeviceListener class prior to `on_arm_unsynced()`. This results in a ValueError when I try to...

question

Hi, Are the timestamps for the data UTC? If not, is there a way I could get UTC timestamps?

question

I do not have a Myo dongle. But my laptop can connect to the Myo . Now I'm connected to Mayo but the Python code does not work. plz help...

The data stream sometimes works normally and sometimes starts buffering, I've tried reconnecting but it hasn't helped. Any idea what could be causing this? I've noticed this happens more if...

What unit is the data in? millivolts or volts?

question

Hi Niklas, I am a novice in Myo-python. Recently when I run the live_EMG.ipynb, this error came to me. --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 if __name__...

I was trying to load myo64.dill to connect python to myo armband. But, the error happend. 「cannot load library 'C:\\path\\to\\myo-sdk\\bin\myo64.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a...

question

Hi, my name is Adrian. I have a question about Myo. In the Python program I can change the number of data with this instruction: listener = EmgCollector (512), but...

question

Hello, I'm having a problem with running the vibrate method, when I run it I get the error "Myo object is nullptr" any help is much appreciated, thanks in advance.