Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 645 Bytes

cyberglove

Interface the CyberGlove Systems CyberGlove II data glove in Python.

The interface is implemented using a serial communication.

Here is a minimal working example:

from cyberglove import CyberGlove

cg = CyberGlove(n_df=18, s_port='COM6', baud_rate=115200, samples_per_read=1)
cg.start()
cg.read()
cg.stop()

Some more examples are provided in examples.

Dependencies

  • Python >= 3.6 (other versions have not been tested and may or may not work)
  • pyserial

Notes

  • To calibrate the glove you will need to install the CyberGlove Systems VirtualHand Software.