-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi,
First off, let me say thank you for your incredible and noble hard work, getting this API working. I use a pair of Xreal Air 2 pro and they work great with it. I'm using it within a unity app and it's really cool.
The issue that I have found is that, after like 10 mins or more, I have to unplug-replug the glasses and restart the software to make it work again. I'm guessing that is because I'm not calling stopconnection, but then again, how do I know when to call it? I was thinking if I knew the user is not wearing them anymore for the moment, I would disconnect, and force the software to reconnect after, but in order to do that, I need to know when I should.
So my idea about it was either learn about a way using the current API to do it, or let you guys know what is happening in order for you to implement an update with some sort of detection of when the glasses are off, or when the user is not wearing them. I believe the first choice would be smoother, since the Xreal guys are already turning off-on the glasses.
Thanks in advance!