Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable ACC data from python? #204

Open
JaimeAlHerr opened this issue Nov 6, 2023 · 2 comments
Open

How to enable ACC data from python? #204

JaimeAlHerr opened this issue Nov 6, 2023 · 2 comments

Comments

@JaimeAlHerr
Copy link

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,
):
@aureateAnatidae
Copy link
Contributor

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

@blue-j
Copy link

blue-j commented Dec 3, 2024

better late than never, but you have to enable control, then set a preset that supports ACC, then it will work. we use preset 61 (p61). - J

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants