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

Enable "Always On" recording for Neurosity #202

Open
5 tasks
oreHGA opened this issue Jan 30, 2024 · 0 comments
Open
5 tasks

Enable "Always On" recording for Neurosity #202

oreHGA opened this issue Jan 30, 2024 · 0 comments

Comments

@oreHGA
Copy link
Member

oreHGA commented Jan 30, 2024

Requested by @ErikBjare in https://discord.com/channels/1067959240217608222/1107889131750707221/1126112660627410994

The flow here is simple. An option on the integrations page for Neurosity that allows Fusion to begin recording EEG data when it notices your device is on.

To do this:

  • We'll store a connection token for neurosity on the backend after OAuth
  • Explain to the user that i'll mean their data is being stored in encrypted in AzureBlob on their behalf
  • Have a cron job on our backend server that runs every 1 minute (can tweak) to see what active devices are on
    • check if device is already recording, if not - start one for the next 30mins
    • if device is on & already recording, don't start another stream
@oreHGA oreHGA changed the title "Always on" recording Enable "Always On" recording for Neurosity Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant