summaryrefslogtreecommitdiffhomepage
path: root/bin/Settings
AgeCommit message (Collapse)Author
2013-01-21Error in the UI, said vertical when meant horizontal. Also take a chance to ↵Stanislaw Halik
make the profile have even *less* latency. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@228 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-01-20Add a hack for bad startup. Make the BMS Accela profile to introduce less ↵Stanislaw Halik
latency. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@227 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-01-20Update my profile for more responsive operation now that focal length issues ↵Stanislaw Halik
are solved. :) git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@226 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-01-20Error tolerance was wrong. Now scale properly provided that FOV is correct. ↵Stanislaw Halik
Adjust parameters for correct amount of features. Add my config for Falcon BMS/Logitech C525 vertical FOV. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@224 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-12-16Fixed some error(s) after testing INNO installerWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@198 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-11-26Reversed the numTracker tryout to accomodate the secondary Tracker: the ↵Wim Vriend
user-interface was confusing. Now, the 1st Tracker overwrites the values, if the same axis were selected in both trackers. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@196 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-28Modified sendHeadposeToGame, so it also sends raw data.Wim Vriend
Unified the code by adding the Dll class to the protocols and moving the dialog to a separate source. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@173 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-21FunctionConfig files don't need to be here.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@152 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-07-21BezierConfigurator replaced bt FunctionConfigWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@114 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-03-17Changed Tracker code, so the DLL's are true plug-ins.Wim Vriend
FaceTrackNoIR will scan the bin folder for FTNoIR_Tracker*.dll and put the names in the combobox. All Trackers have 3 new member-functions (like the filters). git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@104 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-30Added Mouse-look protocolWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@81 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-07PPJoy in DLLWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@62 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-04Move protocols to DLL: TrackIRWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@61 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-03-28Added the display for the output-pose, with the 'man in black'.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@59 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-03-25Some more changes from previous commit.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@58 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-03-21New effort to embrace faceAPI 3.2.6Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@54 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-03-08Start after update 1.5Wim Vriend
Begin placing faceAPI in DLL git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@52 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-02-12Displaying headpose-data seemed to cause crashes.Wim Vriend
Update is now done in FaceTrackNoIR.cpp, using a timer. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@51 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-02-08Updating FlightGear protocolWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@49 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-02-07Added option to stop tracking, but keep the engine running.Wim Vriend
Improved KeyboardShortcutDialog git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@48 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-02-01Fixing alpha-update 5 issues.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@46 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-29Testing filter.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@45 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-25Fixed beta filter-initializeWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@44 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-24EWMA2-filter implemented.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@43 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-23Start merging new filterWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@42 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-18Profile selection items added in the Main form.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@39 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-09Started Excel clientWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@37 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-01-04Reviewed SVN-files: some were non-versioned, but should be...Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@35 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-12-30Spent the day removing some bad-bugs in the fake TrackIR protocol and the ↵Wim Vriend
SCServer protocol. Seems to work now?! git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@34 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-12-25Finished removing QThread from Protocol-server code.Wim Vriend
Seems to work fine... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@33 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-12-24Removed QThread reference of protocol server-code.Wim Vriend
Have still to adapt some of them though... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@32 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-12-18Tracker Source beginning FTNoIR trackerWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@31 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-12-18Base Class for Game protocolWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@30 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-10-21FSUIPC addedWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@24 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-10-15SimConnect interface toegevoegd voor Microsoft FSX...Wim Vriend
Werkt al! git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@23 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-10-05Beta Curve configuration seems to work...Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@22 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-09-28UpdateSettings after change of INI-file.Wim Vriend
Added curve to tracker git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@21 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-09-27Worked some more curves...Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@20 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-09-24Curves added (1st try)Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@18 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-09-23Done clean-up after switch to VS2005Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@17 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-07-17Added TrackIR supportWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@15 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-14PPJoy settings dialog completeWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@13 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-13PPJoy settings dialog added. First try.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@12 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-11PPJoy 1st successWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@10 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-11Tryout with lowPassFilter after smoothing...Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@8 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-07ImprovementsWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@7 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-04Timing faceAPI verbeterd en EWMA-filter voltooid.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@6 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-02git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@5 ↵Wim Vriend
19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-06-01Added Start/stop/reset, started with anti-jitter-campaignWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@4 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2010-05-25First release Version 1.0.0 of FaceTrackNoIRWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@1 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb