Try to implement a callback read using a low-level function from the HIDAPI library - read_callback
This function has to be additionally implemented to a python HID wrapper like easyhid
The parent project pyspacenavigator, which supports only the Windows platform uses a callback function to the smooth read
Try to implement a callback read using a low-level function from the HIDAPI library - read_callback
This function has to be additionally implemented to a python HID wrapper like easyhid
The parent project pyspacenavigator, which supports only the Windows platform uses a callback function to the smooth read
dev.set_raw_data_handler(lambda x: new_device.process(x))