David Medine

Results 26 issues of David Medine

I am currently at the Tokyo Institute of Technology setting up a lab there with LSL. Their mocap system is optitrack, which is great because as far as I know,...

Anybody ever get one of these?: `Looking for a stream with name=LeapMotion ...` `Opening an inlet...` `vis_stream error: Bad property value found.` `Object Name : axes` `Property Name : 'XLim'`...

Lately I have been working to wrap lsl into a php extension. This has turned out to be rather difficult on windows. First of all, it takes a lot of...

I am using the latest version of Matlab (2019b) and eeglab (v2019.1). I load an xdf into eeglab using the official xdf importer. The file contains EEG and markers. I...

See here: https://github.com/xdf-modules/xdf-Matlab/issues/16

I find this rather confusing. For example, if I want to look at channel labels for a stream I need something like: ``` for i, ch in enumerate(eeg_stream['info']['desc'][0]['channels'][0]['channel']): print(ch['label'][0]) ```...