aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue(s) which would write to the config file when it wasn't neededJustin Berger2018-03-241-1/+1
|
* Made calibration installation driveable from the command line; also turns on ↵Justin Berger2018-03-231-4/+0
| | | | if there is no calibration
* Cleaned up data_recorderJustin Berger2018-03-221-31/+10
|
* Internalize data recorder detailsJustin Berger2018-03-221-122/+4
|
* Merge branch 'master' into standard_lh_calibJustin Berger2018-03-211-2/+2
|
* Removed new param from cbJustin Berger2018-03-201-2/+2
|
* Updated data recorder to use new args / config libJustin Berger2018-03-201-20/+36
|
* Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2018-03-181-2/+1
|\
| * Took out installation after users could install hooksJustin Berger2018-03-181-1/+1
| |
| * trying new config modecnlohr2018-03-181-1/+4
| |
* | trying new config modecnlohr2018-03-181-1/+4
|/
* Removed GFX guts out of data_recorderJustin Berger2018-03-161-102/+12
|
* Added a lot of features to the viz toolJustin Berger2018-03-161-4/+12
|
* Playback now goes to a single file. Note that the file format changed too so ↵Justin Berger2018-03-161-11/+21
| | | | that it always starts 'time' 'device name'
* Removed printfs, fixed a segfaultJustin Berger2018-03-151-1/+2
|
* Results out of epnpJustin Berger2018-03-151-3/+17
|
* Fix MSVC buildMike Turvey2018-03-101-2/+6
|
* Use HIDAPI and update formatting for the data recorder.cnlohr2018-03-101-2/+2
|
* Spaces -> Tabs (code formatting change)Justin Berger2018-03-091-125/+125
|
* Swapped to OGGetAbsoluteTime for timestampJustin Berger2018-03-091-8/+7
|
* Added playback device driverJustin Berger2018-03-081-45/+73
|
* Fix warnings and compilation on Linuxcnlohr2017-05-141-1/+1
|
* Merge branch 'master' of https://github.com/cnlohr/libsurviveultramn2017-05-141-3/+9
|\
| * More cleanupmwturvey2017-03-231-1/+1
| |
| * Updated disambiguator. Solid OOTXMike Turvey2017-03-231-2/+2
| |
| * Merge branch 'master' into UsbTrackerOnWinmwturvey2017-03-171-1/+5
| |\ | | | | | | | | | | | | # Conflicts: # src/survive_vive.c
| | * Update Windows build to reflect changes in RawDraw.CNLohr2017-03-171-0/+4
| | |
| | * bump rawdraw to newest version.cnlohr2017-03-171-1/+1
| | |
| * | Wired Watchman Now Emit Light & IMU Datamwturvey2017-03-171-0/+2
| |/
* / Fixed data recorder for OSXultramn2017-05-141-10/+23
|/
* Architect the way the posers receive data.cnlohr2017-03-081-3/+3
|
* Merge branch 'master' of https://github.com/cnlohr/libsurvivecnlohr2017-02-261-2/+2
|\
| * Update code to allow for headless mode.cnlohr2017-02-251-2/+2
| |
* | Huge shift: Put HTC vive into its own file, to free up the rest of the ↵cnlohr2017-02-251-2/+2
|/ | | | system for libsurvive.
* Still not working, but getting closer to dynamic OOTX decoding.cnlohr2017-02-141-0/+4
|
* get the new disambiguator closer, but it's still not perfect.cnlohr2016-12-201-1/+2
|
* switch to a hidden disambiguator.cnlohr2016-12-201-25/+18
|
* Fix light disambiguator location, put with the object instead of the system.cnlohr2016-12-171-4/+4
|
* Remove dependency on Xineramacnlohr2016-12-161-0/+160
Improve camfinder a little Add data_recorder.c Closes #1 making libsurvive much more pluggable.