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
I need to use ACC data in a school project i'm doing, how do I turn it on to use it? Do I need to enable it directly from the stream.py?
# Begins LSL stream(s) from a Muse with a given address with data sources determined by arguments
def stream(
address,
backend='auto',
interface=None,
name=None,
ppg_enabled=False,
acc_enabled=False,
gyro_enabled=False,
eeg_disabled=False,
preset=None,
disable_light=False,
timeout=AUTO_DISCONNECT_DELAY,
):
The text was updated successfully, but these errors were encountered:
I need to use ACC data in a school project i'm doing, how do I turn it on to use it? Do I need to enable it directly from the stream.py?
The text was updated successfully, but these errors were encountered: