User study helper for the GrIPSs project.
Apparatus: Noitom Perception Neuron MoCap suit.
- Records a squence of a user's body gesture into file.
- Also allows the experiementer to playback the recorded data.
- Assist the participant in wearing the suit.
- Open your scene.
- Select "Gesture Recorder" in Hierarchy.
- In Gesture Recorder's Inspector, specify:
- the avatar prefab you are going to record the gesture of. That means this avatar should be connected to Axis Neuron.
- sample interval. Defaulted to 0.2s.
- participant ID.
- (Optional) path to the file which the data will be written into. Default naming adds participant ID and current timestamp (HHmm) to avoid overwriting.
- Hit Play to start the application.
- When ready to perform gesture, click Start Recording in Inspector.
- When the gesture is finished, click Stop Recording in Inspector.
- The data are saved under the specified path.
- Open your scene.
- Select "Gesture Playback" in Hierarchy.
- In _Gesture Playback's Inspector, specify:
- the avatar you are going to apply the playback to. This avatart should NOT be connected to Axis Neuron.
- seconds per frame, which should be the same as the sample interval you recorded the gestures with.
- path to the data file containing the gesture sequence you want to playback.
- Hit Play to start the application.
- Click _Start Playback in Inspector.
- The gesture will play back until the end of frame. You can also terminate it by clicking _Stop Playback in Inspector.