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

Analysis scene not displaying screen shots. Unity 2022 #12

Open 99bits opened 1 year ago

99bits commented 1 year ago

I ran the Example_withURP_NewInputSystem, and took random screenshots, checked that the screenshots were in the logfiles. Screenshots

Then I went to the Analysis scene, but did not see any screenshots and also got this error. ANALYSIS

luisqtr commented 1 year ago

Hi. I tried in 2021.3.17 (almost the same than yours) and did not encounter any issues. The only warning I got was to update the URP materials. In my setup, I have embedded the exciteometer as a gitsubmodule of an empty Unity project. Please try the latest commit (with updated materials) or let me know the sequence of steps to reproduce your error.

image

99bits commented 1 year ago

I think somehow it's related to the number of points in the session. When there is a graph in the session, then it works, but when the set of data points is not enough and I don't see a graph then the error comes up.

luisqtr commented 1 year ago

I see. Since the nature of the EoM is to capture data throughout a whole session, perhaps there is a bug when the session does not contain enough data points. Perhaps I can look into that later.