Jonathan Newman
Jonathan Newman
I would like to have a left side bar on the top level page to show other top level pages that are not master_doc/index.html. For instance, I have a FAQ...
@drammock That's exactly right. Thank you!
This is already an active issue in #48
Yes. - I'm currently doing an `oat-record` refactor that will allow each sample to be published with a timestamp. Maybe a week to get that done. - Timestamps across computers...
Yeah `oat decorate` sucks. I've been contemplating ways to improve it. This is definitely on the list.
Thanks! Hmm, good question. I think that if was I was going to implement this it would be either to: 1. Create a new component; `oat-framesock` 2. Generalize `oat-posisock` to...
I doubt its due to CPU load. It seems more likely that some internally specified maximum has been reached for the data bus, or you have actually reached some hardware...
With regard to frame rate: does the max frame rate depend on the number of cameras you are running? That would imply some bus bandwidth limitation. If not, then I've...
Hi Thank you! For sure a python binding would be fantastic. If you want to give it a go, I'm happy to review PRs. Is there any software in particular...
Sorry for the delay. Yes, the library is located in [api](https://github.com/jonnew/open-ephys-pcie/tree/master/api) folder. There are already two bindings in there, C++ and C#. PRs for pythong bindings for python are welcome....