You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to know whether it is possible to implement the call to the H10 chest belt and obtain real-time data in the system developed by Unity3D。
The text was updated successfully, but these errors were encountered:
Thanks for your question @dangzhongzheng. OpenHRV isn't designed to interface with other systems. However, you could re-implement or integrate sensor.py and (the relevant logic from) model.py in your application.
Interestingly, OpenHRV was originally build for the exact purpose you're describing: interfacing with a Unity application. OpenHRV used to communicate with Unity via a Redis queue (see also #4). Have a look at the Redis implementation in the commits prior to f4c1217.
Hello, I would like to know whether it is possible to implement the call to the H10 chest belt and obtain real-time data in the system developed by Unity3D。
The text was updated successfully, but these errors were encountered: