https://github.com/bakercp/ofxhid
An openFrameworks addon for direct HID access to USB devices.
https://github.com/bakercp/ofxhid
Last synced: 9 months ago
JSON representation
An openFrameworks addon for direct HID access to USB devices.
- Host: GitHub
- URL: https://github.com/bakercp/ofxhid
- Owner: bakercp
- Created: 2017-07-15T03:25:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T05:26:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T18:12:53.204Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ofxHID
An openFrameworks addon for direct HID access to USB devices using HIDAPI.
# Troubleshooting
## Linux
For some devices, such as the Teensy, you need to install udev rules, e.g.
https://www.pjrc.com/teensy/49-teensy.rules
to access the RAWHID devices.