Hi Arne,
Thank you again for adapting your plugin to the last version of open ephys.
On my side it correctly compile but it seem that the plugin does not manage to get the name of the currently recorded path.
In RPiCam.cpp, line 413:
String recPath = CoreServices::RecordNode::getRecordingPath().getFullPathName();
seem to always return an empty string.
Thus it falls back to your function generateDateString() and does not allow to add suffix or prefixes to the recording name.
I tried to debug it today and will insist to make it work (my knowledge of c++ is limited), but just in case, is it an isolated issue? Would you have an idea of how to return the name of the current file?
Thank you in advance.
Best
Romain
Hi Arne,
Thank you again for adapting your plugin to the last version of open ephys.
On my side it correctly compile but it seem that the plugin does not manage to get the name of the currently recorded path.
In RPiCam.cpp, line 413:
String recPath = CoreServices::RecordNode::getRecordingPath().getFullPathName();seem to always return an empty string.
Thus it falls back to your function generateDateString() and does not allow to add suffix or prefixes to the recording name.
I tried to debug it today and will insist to make it work (my knowledge of c++ is limited), but just in case, is it an isolated issue? Would you have an idea of how to return the name of the current file?
Thank you in advance.
Best
Romain