First of all I would like to say a big thanks to the developer for providing the Muse Monitor app for us to obtain the data from the Muse 2016 headband.
I would like to ask whether it is possible to actually integrate the recording button from the Muse Monitor app with Unity3D as I'm currently developing a VR to stimulate the emotion of the user to see the actual brainwave happenings during a VR gameplay/video.
Many Thanks
Nazmi Sofian
Integration with Unity
Re: Integration with Unity
If you wanted to, you could read the data files as they are being written, but there will be periods of time during which is data is not flushed, so that's not something I would recommend. You would be better of writing your own app to directly connect with the Muse headband.
-
- Posts: 2
- Joined: Mon Nov 28, 2016 5:04 am
Re: Integration with Unity
Ok Cool, I'll try and integrate some ideas into the app. Thanks for letting me know