summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/FaceTrackNoIR.cpp
AgeCommit message (Collapse)Author
2013-03-22Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!Stanislaw Halik
.git/config: [core] ignorecase = false
2013-03-08Add some files that were meant to be in the repo.Wim Vriend
2013-02-26Updating before branching. Last revision is v170 beta1.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@271 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-02-03Changed FreeTrack 2.0 concerning TIRViews. It needs to start first.Wim Vriend
Added 'disable beep' to KeyboardShortcutDialog. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@260 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-01-27Fix a handle/memory leak.Stanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@236 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2013-01-02Added 'enable axis' parameters to the Trackers. Added 'none' to filter-listbox.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@203 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-12-08Modified main form a bitWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@197 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-11-19Changed defaults for AltPitchWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@193 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-11-16Added registerProtocol and unRegisterProtocol to the Protocol classes.Wim Vriend
Now the Protocol Dialog can get data from the protocol, when the Tracker is running. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@192 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-10-18Started work on incorporating two headtracker at once.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@189 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-29Disable button Filter-settings when StartTrackerWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@174 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-21RAII-style dll management 1: Replaced autoptr and release with virtual ↵Patrick Ruoff
destructors git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@155 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-21Removed obsolete Curve function.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@153 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-21Fixed Auto-Start and minimize issues.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@151 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-21Fix function-config and Accela after recent refactoring.Stanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@149 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-17Added Mouse-keys to the ShortKeys. Needs some more testing.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@144 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-16Change showHeadPose function, regarding refreshVideo.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@142 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-16Initialize newpose before getting data from the Tracker.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@141 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-14registerTracker and unRegisterTracker methods added to TrackerControls (4 ↵Wim Vriend
Patrick). git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@132 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-13Class TrackerDll added, to get info about the TrackerWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@131 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-05Modified 4 Arduino TrackerWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@124 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-08-27For update v170 alpha 2Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@121 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-08-05Busy adapting changes from Stan.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@119 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-04-27Changed filling protocol Listbox to match the Filter and Tracker.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@109 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
2012-01-15Finished making the Filter a plug-in and implemented the DZ1 filter.Wim Vriend
First attempt though... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@100 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-01-09Implemented filter-settings changeably while Tracker is active.Wim Vriend
Should also be handy to have a IFilterPtr, for logging... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@99 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-01-08Making Filter-DLL into plug-inWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@97 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-10-22git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@94 ↵Wim Vriend
19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-08-15Some minor changes to the interface. Also moved to new dev.hardwareWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@89 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-06-04Eagle Dynamics API implemented, added some 'nice to haves'.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@88 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-26Start on Mouse LookWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@76 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-156DOFWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@75 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2011-04-07PPJoy in DLLWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@65 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-04-01Started with placing the protocol's in DLL's. First one: FlightGear.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@60 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-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-10faceAPI inside DLL works; no video-display yet...Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@53 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-11Some more work on the Client/Server protocol.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@50 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-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-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