OpenBCI_GUI icon indicating copy to clipboard operation
OpenBCI_GUI copied to clipboard

Start data stream at the start of session

Open scott-OpenBCI opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Possible easier/faster UI/UX.

Describe the solution you'd like

Instead of pressing the start stream button or pressing the space bar, start the data stream immediately.

Describe alternatives you've considered

None

Additional context

Add any other context or screenshots about the feature request here.

scott-OpenBCI avatar Dec 19 '22 16:12 scott-OpenBCI

This issue will affect the core workflow of the GUI, so it's worth discussing if we want to implement this issue before schedule it.

Pros:

  • Fewer button clicks

Cons:

  • Users may already be used to the existing way of doing things and changing it could be disruptive
  • Having separate actions for starting the session and starting streaming makes it easier to understand where issue is if there's a problem with connection
  • Automatically starting streaming may create extra recordings that will have to be discarded if the experiment requires specific hardware settings
  • Application may appear to hang longer as it performs both the start session and start streaming actions at the same time.

philippitts avatar Dec 19 '22 19:12 philippitts

Could be a setting that's toggled in the Control Panel, which can be persisted as a "GUI-wide" setting in the GUI settings class/saved file.

retiutut avatar Jan 06 '23 17:01 retiutut

Fixed in https://github.com/OpenBCI/OpenBCI_GUI/pull/1239

retiutut avatar Mar 31 '25 19:03 retiutut