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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: