2️LSL 应用
Lab Streaming Layer(LSL) 是一个由核心库及一些工具组成的用于同步位于多电脑及设备的数据时间序列统一收集解决方案。 可以通过LSL实现发送Markers 到采集到数据中。
labstreaminglayer
├── Apps
│ ├── AMTI ForcePlate
│ ├── Examples
│ ├── [several other apps]
│ └── Wiimote
└── LSL
├── liblsl
│ ├── bin
│ ├── examples
│ ├── external
│ │ ├── lslboost
│ │ └── src
│ ├── include
│ ├── project
│ ├── src
│ │ ├── portable_archive
│ │ └── pugixml
│ └── testing
├── liblsl-Matlab
├── liblsl-Python
└── liblsl-Java
有用链接:
Last updated
Was this helpful?