Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/.txt

Requirements:
gcc
python
python-pygame
scrot

For two projects using this reader + a yaw/pitch/roll calculator, see:
https://github.com/HairyFotr/Lumen
https://github.com/HairyFotr/SocNetAnal