Triggering configurationΒΆ

NaviNIBS can receive triggers from LSL marker streams. This allows receiving stimulator pulse events via common EEG / EMG amplifiers and custom scripts.

To receive LSL triggers for a stream, add something like the following to your SessionConfig.json file:

"triggerSources": [{
    "key": "MarkersTriggerSource",
    "streamKey": "UnsampledMarkers@localhost",
    "minInterTriggerPeriod": 0.5,
    "type": "LSLTriggerSource"
  }]