luisqtr / exciteometer

The Excite-O-Meter is a user-friendly Unity plugin for XR creators to integrate physiological user information in the development and evaluation of XR content. Specifically, it allows to record, analyze, and visualize validated metrics of heart activity from the chest strap sensor Polar H10 and movement trajectories from VR headsets.
http://exciteometer.eu/
GNU General Public License v3.0
43 stars 4 forks source link

No data recieved in Unity #17

Open JayTeeMacquarie opened 2 days ago

JayTeeMacquarie commented 2 days ago

I'm doing this at university so if it is a firewall issue that is really bad.... but I am using the .unitypackage along with the Windows store version of exciteometer.

Here is the application: image

Which is recording fine, but Unity has nothing

image

I feel like its not a firewall issue due to the fact it's showing on the app? Please let me know.

luisqtr commented 2 days ago

It may be a firewall issue. The communication between the Polar and the Windows App is entirely Bluetooth, which causes no issues. But the communication between the Windows app and Unity is through LSL. Please check the firewall setup and make sure that Unity has access to the ports. An alternative is to download the LSL App Recorder to make sure that your laptop is internally processing LSL streams: https://github.com/labstreaminglayer/App-LabRecorder

Also check the response in this issue: https://github.com/luisqtr/exciteometer/issues/15

/Luis