Search found 1074 matches

by James
Mon Apr 15, 2024 4:47 pm
Forum: Mind Monitor
Topic: OSC Stream - still problem
Replies: 6
Views: 56

Re: OSC Stream - still problem

By default in the Mind Monitor app the optional "OSC path prefix" is blank.
by James
Mon Apr 15, 2024 2:34 pm
Forum: Mind Monitor
Topic: OSC Stream - still problem
Replies: 6
Views: 56

Re: OSC Stream - still problem

Can you please clarify what you mean by:
Michael-62 wrote: Mon Apr 15, 2024 12:46 pm delete the standard predfix /IN/0 in mind monitor software
by James
Sun Apr 14, 2024 4:52 pm
Forum: Mind Monitor
Topic: OSC Stream - still problem
Replies: 6
Views: 56

Re: OSC Stream - still problem

Sounds like the Python process might be being blocked by your firewall, but I'm not sure sorry.
by James
Fri Apr 12, 2024 6:28 pm
Forum: Mind Monitor
Topic: Missing Blink/Jaw Clench from v2.3.1[44]
Replies: 4
Views: 50

Re: Missing Blink/Jaw Clench from v2.3.1[44]

You're missing a lot of stuff then. Check your filters. Everything listed in the spec is being sent.
by James
Fri Apr 12, 2024 5:04 pm
Forum: Mind Monitor
Topic: Missing Blink/Jaw Clench from v2.3.1[44]
Replies: 4
Views: 50

Re: Missing Blink/Jaw Clench from v2.3.1[44]

There have been no changes to these. They're still working. I would check your code is looking for the correct data type. They're both single ints.
by James
Fri Apr 12, 2024 1:35 pm
Forum: Mind Monitor
Topic: Stream only streaming sometimes
Replies: 3
Views: 25

Re: Stream only streaming sometimes

If you change the port, you'll need to start and stop streaming for it to take effect. Rather than netstat, I'd use SysInternals PortMon: https://learn.microsoft.com/en-us/sysinternals/downloads/portmon This will tell you what the app is a little more cleanly. The only settings in the app that affec...
by James
Fri Apr 12, 2024 12:26 pm
Forum: Mind Monitor
Topic: Stream only streaming sometimes
Replies: 3
Views: 25

Re: Stream only streaming sometimes

Note that only one app can listen to a port at a time. If restarting your computer fixes the problem, then you probably have something in the background that is locking up the receiving port and restarting your computer is closing it. The other possibility is that your computer's IP address has chan...
by James
Mon Apr 08, 2024 9:08 pm
Forum: Mind Monitor
Topic: OSC multichannel
Replies: 4
Views: 67

Re: OSC multichannel

I would recommend checking YouTube, there are many hundreds of videos on this kind of thing.
You likley need to install PIP if you're getting an error:
https://pip.pypa.io/en/stable/installation/
by James
Sun Apr 07, 2024 4:09 pm
Forum: Mind Monitor
Topic: OSC multichannel
Replies: 4
Views: 67

Re: OSC multichannel

You could write a simple python script to convert between formats and forward on the live data. Python samples are in my GitHib linked in the osc FAQ.
by James
Tue Apr 02, 2024 6:35 pm
Forum: Mind Monitor
Topic: Delta High
Replies: 1
Views: 49

Re: Delta High

High Delta while awake is a result of poor sensor contact. The EMG (muscle movement) interference is picked up as Delta as this is the lowest frequency wave. To check for good sensor contacct, switch to the RAW EEG view and try to get the voltage variance under 50uV with thin crisp lines. You should...