Page 1 of 1

Integration with Unity

Posted: Mon Nov 28, 2016 5:10 am
by nazmisofian
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

Re: Integration with Unity

Posted: Mon Nov 28, 2016 8:17 am
by James
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.

Re: Integration with Unity

Posted: Mon Nov 28, 2016 10:19 pm
by nazmisofian
Ok Cool, I'll try and integrate some ideas into the app. Thanks for letting me know