ABSTRACT

The movement of an object in Unity is essential, and the designer may want to save and edit the data later. One of the main formats used in logging data is Comma Separated Values, known as CSV files. This format is in plain text can hold data lists for data exchanging among different applications like databases. CSVs are so popular because they can easily open with various software like excel, text, etc. In this example, the user will learn how to log and display the data by Kinect in a CSV file and present them on the screen. This example also allows the user to log the Right-Hand Joint person movement data by pressing the stop/start button and storing them in a CSV format file. This example can help user to give an overview of the understanding of Robot Arm kinematic calculation in real applications, which need to log on and analyse the Kinect logged data.