You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default no plugins was available: sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins:
when I specify path with folder "openbci" - "--plugins-path openbci/plugins", plugins appears sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list --plugins-path openbci/plugins ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins: - csv_collect - streamer_lsl - streamer_tcp - noise_test - streamer_osc - udp_server - print - sample_rate
The text was updated successfully, but these errors were encountered:
By default no plugins was available:
sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins:
when I specify path with folder "openbci" - "--plugins-path openbci/plugins", plugins appears
sudo python user.py --board ganglion --port f4:06:72:bb:7a:dd --list --plugins-path openbci/plugins ------------user.py------------- WARNING: no plugin selected, you will only be able to communicate with the board. You should select at least one plugin with '--add [plugin_name]'. Use '--list' to show available plugins or '--info [plugin_name]' to get more information. Board type: OpenBCI Ganglion ('Port: ', 'f4:06:72:bb:7a:dd') Available plugins: - csv_collect - streamer_lsl - streamer_tcp - noise_test - streamer_osc - udp_server - print - sample_rate
The text was updated successfully, but these errors were encountered: