Skip to content
/ gripss Public

Study helper for the GrIPSs project, responsible for recording and playing back gestures with Perception Neuron MoCap suit

Notifications You must be signed in to change notification settings

Charrr/gripss

Repository files navigation

gripss-study

ABOUT

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.

QUICK START

Record a Gesture

  1. Assist the participant in wearing the suit.
  2. Open your scene.
  3. Select "Gesture Recorder" in Hierarchy.
  4. 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.
  1. Hit Play to start the application.
  2. When ready to perform gesture, click Start Recording in Inspector.
  3. When the gesture is finished, click Stop Recording in Inspector.
  4. The data are saved under the specified path.

Playback a Gesture

  1. Open your scene.
  2. Select "Gesture Playback" in Hierarchy.
  3. 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.
  1. Hit Play to start the application.
  2. Click _Start Playback in Inspector.
  3. The gesture will play back until the end of frame. You can also terminate it by clicking _Stop Playback in Inspector.

About

Study helper for the GrIPSs project, responsible for recording and playing back gestures with Perception Neuron MoCap suit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published