muse-lsl icon indicating copy to clipboard operation
muse-lsl copied to clipboard

How to enable ACC data from python?

Open JaimeAlHerr opened this issue 1 year ago • 1 comments

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,
):

JaimeAlHerr avatar Nov 06 '23 14:11 JaimeAlHerr

Hey! Have you tried using the arguments here? How-to Arguments

aureateAnatidae avatar Nov 07 '23 02:11 aureateAnatidae