uwburn / cardia

Heart rate monitoring client for gamers
GNU General Public License v3.0
86 stars 23 forks source link

Is it possible to use the cardia api for a unity plugin ? #29

Closed JamaicaBot closed 1 year ago

JamaicaBot commented 3 years ago

Hello everyone,

this is not an issue, but a question about cardia in generell. I am kind of new to the usage of pulse devices and would like to know if it is possible to extract the pulse data from cardia and integrate it to the game engine unity ? Is there a documentation for the api ?

uwburn commented 3 years ago

Hello, there's no API for that kind of integration at the moment, as Cardia was designed to run standalone. I don't know anything about Unity, maybe you might be able to include HRM.dll and use the classes in there.

Another option would be implementing the exposure of a socket on a given port and just stream there the readings, meaning you should keep Cardia running in the background.

uwburn commented 1 year ago

Stale.