GMU:Tutorials/Performance Platform/Measuring Motion with Processing: Difference between revisions
From Medien Wiki
QianqianLI (talk | contribs) No edit summary |
QianqianLI (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
== Preparations: == | == Preparations: == | ||
*Man has to calibrate the Tracking platform at first!<br> | *Man has to calibrate the Tracking platform at first!<br> | ||
Reference: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Performance_Platform/Tracking_Platform_Calibration Tracking Platform Calibration] | Reference: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Performance_Platform/Tracking_Platform_Calibration Tracking Platform Calibration]<br> | ||
*About how to use a single value getting from the Capture to control processing part, you could check the following tutorial by Yun Liu: [https://www.uni-weimar.de/medien/wiki/GMU:Tutorials/Networking/Controlling_Processing_with_The_Captury Controlling Processing with the Captury] |
Revision as of 20:06, 31 July 2016
Measuring Motion
Introduction:
Through the motion tracking system man could get basic information about one or more persons’ movements in the specific area. Normally these information describe the status of some important nodes of a person, such as head, arms, hip, feet and so on.
This article is mainly a step by step tutorial about different ways of accumulating motion data(such as the speed of a person or the expansion among three persons) into a single value. In the following examples, these simple values are visualised in a simple basic way in processing: changing the background color.
Preparations:
- Man has to calibrate the Tracking platform at first!
Reference: Tracking Platform Calibration
- About how to use a single value getting from the Capture to control processing part, you could check the following tutorial by Yun Liu: Controlling Processing with the Captury