Search found 5 matches

by EstebanBT
Tue Nov 07, 2023 4:31 pm
Forum: Box and application development
Topic: Graphic card crash / overflowing system load
Replies: 4
Views: 8618

Re: Graphic card crash / overflowing system load

Hi Thomas, Thank you for looking into this. You are right, the TimeBasedEpoching does not increase the memory usage by itself (I tried the scenario you mentioned and it remains constant). So I tried different scenarios, and this is what I got: - Scenario4 (original scenario without the TimeBasedEpoc...
by EstebanBT
Fri Oct 27, 2023 11:50 am
Forum: Box and application development
Topic: Graphic card crash / overflowing system load
Replies: 4
Views: 8618

Re: Graphic card crash / overflowing system load

Hello again! I finally found where the problem is. I am quite sure it is the "Time based epoching" the box that makes OpenVibe consume that much memory. So far I tried translating the whole Matlab code to Python, because that's where I thought the issue was, but it was still crashing the same way. I...
by EstebanBT
Thu Oct 19, 2023 12:45 pm
Forum: Box and application development
Topic: Graphic card crash / overflowing system load
Replies: 4
Views: 8618

Graphic card crash / overflowing system load

Hello everyone, I'm running an experiment where I process a signal in real time with Matlab. Everything seemed to work fine at first. However, I noticed that the graphic card driver crashes after running the application for a while. I could not check exactly if there is any associated error, as the ...
by EstebanBT
Fri Sep 29, 2023 8:20 am
Forum: Scenarios and BCI design
Topic: Sending stim to AS in another computer
Replies: 2
Views: 6088

Re: Sending stim to AS in another computer

Hi Thomas,

The Python script worked super good and definitely does the job.
Thanks a lot for your help! That was awesome :)

Best,
Esteban.
by EstebanBT
Tue Sep 19, 2023 11:02 am
Forum: Scenarios and BCI design
Topic: Sending stim to AS in another computer
Replies: 2
Views: 6088

Sending stim to AS in another computer

Hello everyone! I'm running an experiment where I have two computers connected by Ethernet: - Computer A has the amplifier connected (EEGO) and runs the acquisition server (AS). It also runs an app with an acquisition client (AC) to visualize the signal and gets input from the keyboard to send stimu...