-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hello everyone!!!
I have created an application to show visual stimuli for Android platform on QT.
When starting the application, I call:
std::shared_ptr<lsl::stream_outlet> m_outlet;
...
//Start function
lsl::stream_info info("NeuroStim-Events", "Events", 1, lsl::IRREGULAR_RATE, lsl::cf_int32, "7643562-7455141");
m_outlet.reset(new lsl::stream_outlet(info));
When I try to start recording a stream from Android using LabRecorder I get an error
However, if I click yes, I soon get the following message in the console:
All data is recorded correctly. As it seems to me.))
If you hit the update button periodically (in LabRecorder UI), the stream is sometimes online and sometimes offline.
I am using a Samsung Tab S7 tablet (Android 12). It and the PC are connected to the same WiFi network. I tested on another similar tablet and another PC. The problem is repeated(.
But when I build this application for Windows everything works fine!
Metadata
Metadata
Assignees
Labels
No labels