summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_UDP
AgeCommit message (Collapse)Author
2013-01-18First version of the HT trackerStanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@209 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-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-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-10-13props changedStanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@186 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-30Unbreak the buildStanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@185 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-29Unversioning local .vcproj and .slnWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@183 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-24Fix the buildStanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@165 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-23Add a hint at socket creation allowing quick reuse of a socket.Stanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@163 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-23Solution/project files for VS2005Stanislaw Halik
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@162 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-20corrected vc9 project file debug settingsPatrick Ruoff
Tracker_PT: implemented centering Tracker_PT: implemented new point extraction Tracker_PT: various bugfixes git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@148 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-09-17added pointtrackerPatrick Ruoff
created VC9 solution and project files for available projects git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@143 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@136 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@130 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
2012-04-104 Scott, cause I forgotWim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@108 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-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-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-22Successfully use console app for faceAPI 3.2.6. combined with tracker class ↵Wim Vriend
in DLL. Even managed to get the video-widget connected to the main-window... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@56 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-04Testing Client/Server configuration.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@47 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-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-22Work on DLL-FTNoir-Tracker.Wim Vriend
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@41 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb