pupil-labs / lsl-relay

https://pupil-labs-lsl-relay.readthedocs.io/en/stable/
MIT License
0 stars 4 forks source link

Support acquisition information in LSL Gaze outlet #5

Open papr opened 2 years ago

papr commented 2 years ago

The Gaze Meta Data format defines the following fields to hold information about the acquisition device:

<acquisition>        # information about the acquisition system 
  <manufacturer>     # manufacturer of the device
  <model>            # model name of the device
  <serial_number>    # serial number of the device
</acquisition> 

The new Pupil Labs Realtime API exposes this information via the /status endpoint.

To add the information, stream_info.desc() requires corresponding XMLElement child objects.