is there a way to read out the ML2 temperature values from Unity?
I am working on a Project for an exhibition, which is outdoor, and I need a way to read the temperature of the ML2 device. We want to display that to sort of admin screen so the Guides know when glasses are overheating (Which they are doing quite fast from my experience)
It helps since in our use-case we have 16 ML2 Running in parallel and we programmed an admin web interface which gets information from all glasses via WebSocket, such as battery and more. So if we could include the temperature the guides that are explaining the experience know before hand when a device could overheat, or they can approach users that have an overheating issue. Since the users are all new to the glasses and might get frustrated, which again might backfire on my clients reputation.
The Thermal notification is fine. But in our case we have a kiosk like experience, where users are not using the controller. So the notification is destructive for our use case, since it need to be confirmed with the controller. Is there a way to prevent this?