Closed tearoue323 closed 2 years ago
Hi @tearoue323 ,
To get the performance metrics data you can use EmotivUnityItf.cs and follow the below steps:
1) call Init() to set application configuration ( clientId, client Secret...) and if you want to save data to buffer before obtaining the data , please set isDataBufferUsing = true
2) call Start() to start a websocket and authorizing
3) CreateSessionWithHeadset(string headsetId) to create a working session with your headset
4) call SubscribeData(List
@tungntEmotiv I will give it a try ,thanks.
As title, How do I subscribe to performance indicator data in Unity, I just want to get the foc and eng data, is it in DataStreamManger.cs or PMDataBuffer.cs?