emotional-cities / pluma-experiments

Data acquisition and benchmark workflows for the wearable data collection unit
MIT License
1 stars 0 forks source link

Update AlfamaVR to support Unity recordings while running acquisition workflow in bonsai #80

Closed aspaNeuro closed 6 months ago

aspaNeuro commented 6 months ago

This PR does:

  1. Cleans ExperimentAcquisitionVR workflow removing acquisition and logging nodes for: Microphone; PupilLabs; UBX, TinkerForge and Wind sensors.
  2. Adds unity recording events sent from unity and logged in bonsai, making a experimental protocol for video recordings inside unity.
  3. Updates UnityScreenRecording.cs unity behavior to receive a path from bonsai in order to store videos in the acquisition folder (if bonsai is not connected saves them on the unity predefined folder).
  4. Update ExperimentAcquisitionVR to record experimental protocol with regular zeromq logging UnityRecorder.
  5. Add a new harp stream with unity recording events (timestamps from unity) in stream 199.

Fixes #54 Fixes