Chadwick Boulay

Results 382 comments of Chadwick Boulay

I have no strong preference. If I had to pick, I think I prefer `VideoExternal` over `VideoCompressed`. Other lesser options: * `FrameCounts` * `FrameIndices`

I found it in the documentation after the fact. The `f` is for "fast". So, "fast gaze x velocity". Exactly how that is different from regular "gaze x velocity" isn't...

It hasn't been merged into master yet, but @dmedine made a video capture app for Windows [here](https://github.com/sccn/labstreaminglayer/tree/videocapture/Apps/VideoCapture). Does this do what you want?

@dmedine , I've written a cross-platform video streaming app before using OpenCV only as the interface to the cameras (i.e., not Qt). I think you have no choice but to...

Webcams have always been hard for LSL. There are many conversations about it in this labstreaminglayer github org and in the sccn org in the liblsl repo. One major problem...

Yes, people still use it in EEGLAB. I'm the last one to work on it so I guess I'm as close as there is to someone 'responsible'. [Here](https://github.com/sccn/xdf/commit/55b4e77f8c1e38af8fe1408917834fc338b9d338) is the...

My Matlab license expired and their license server is giving me DNS errors, it'll be at least a couple more days until I have time to test. In the meantime,...

eeglab wants the latency field to be in # of samples of the primary time series. So instead of dividing by 1000 above, you need to divide by the sampling...

@mgrivich , a couple questions for you. What's more important? That the event 'latency' is correct, or that the event slices the data as close to where the event occurred...

For the EEG and fNIRS data, is there a need to send it as binary instead of using floats? You may one day want to use another provided LSL-aware app...