Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairyfotr/wrapreader
Linux reader for the Vuzix Wrap 920 tracker
https://github.com/hairyfotr/wrapreader
virtual-reality vuzix
Last synced: 30 days ago
JSON representation
Linux reader for the Vuzix Wrap 920 tracker
- Host: GitHub
- URL: https://github.com/hairyfotr/wrapreader
- Owner: HairyFotr
- Created: 2012-03-14T07:06:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T19:52:49.000Z (about 12 years ago)
- Last Synced: 2024-11-10T13:06:29.595Z (3 months ago)
- Topics: virtual-reality, vuzix
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A reader and graphic display of the data from the Vuzix Wrap 920AR tracker.
Usage:
For reading and graphing from the tracker (or a direct dump):
./run
This also creates .txt and .png data in the graphs folder.
If no is given, it reads from /dev/hidraw0.
Graphs of .txt data can be replayed with:
python Graph.py < graphs/.txt
and .png images recreated with:
python Graph.py -png < graphs/.txtRequirements:
gcc
python
python-pygame
scrotFor two projects using this reader + a yaw/pitch/roll calculator, see:
https://github.com/HairyFotr/Lumen
https://github.com/HairyFotr/SocNetAnal