The data in the storage is always structured in the same way. The data is stored in the following format:
- Project
- Participant_1
- Task_1
- sensor_data.txt
- video_data.mp4
- Task_2
- Task_n
- Participant_2
- Participant_n
The format of the sensor data file is .txt. The file contains:
A header, with details of the sensors and their sampling rates (50Hz) and divisors, together with general details such as timestamp, connect device, etc:
The data: short description
Algorithm output:
The format of the video data is always the same. The video is stored in the .mp4 format. The resolution of the video is 640x480, codec H265. For opening the video, we recommend using the VLC player.