Tristan Stenner
Tristan Stenner
There's no way to detect a change in the Qt dir setting (or more accurately, settings, as there are several standard ways Qt is detected). I'll add a function to...
Are user set variables preserved when the CMakeCache is deleted?
> If it was up to me, alone, I would take something like this as a reason to nuke cmake from orbit and go back to platform dependent, hand built...
The network protocol is described [here](http://www.argusscience.com/file/ETNetworkProtocol.pdf) and there's an [SDK](http://www.argusscience.com/ETSDK.html), so in theory it's possible to get the data and stream it to LSL. In practice, someone with a copy...
@robertmabell I'm bringing the EGIAmp app up to date. Since I don't have access to our NA300 at the moment, I'd be very interested in the simulation code.
> So the mex files need to be recompiled. I tried recompiling all of them myself (mex "file.c") but I got additional compilation errors and I was hoping there was...
> A more difficult solution is the one you are hinting at. I think the simplest way to get video frames onto a stream would be to write a plugin...
Unfortunately not, I'm using the Psychtoolbox (for regular cameras) and the [Flycapture SDK](https://www.ptgrey.com/flycapture-sdk) for FLIR cameras to get the capture timestamps and use the PTB video support to encode the...
As far as I recall (but it's been some time since I last worked with MindMedia products) they have an SDK but require everyone involved to sign an NDA. If...
I've only had a cursory look, but the [drivers on the official download page](https://www.biosemi.com/download.htm) seem to be based on libusb and ship with the entire source code (which is identical...