Getting Heart rate through iOS [duplicate]

*爱你&永不变心* 提交于 2019-12-12 13:18:12

问题


Possible Duplicate:
How to detect heart pulse rate without using any instrument in iOS sdk?

I am trying to figure out a way to create an iOS app to measure Heart rate but I am unable to get a start on how to proceed with it.

I read that it could be possibly done using accelerometer or using the camera with the flash to see the blood flow( though I dont know how that works).

Would anyone be able to help me with this or point me at a right direction so that I would be able to figure out what to do?


回答1:


You should be able to use the camera to measure pulses, and if the phone is held in such a way that there is a lot of light behind the finger that covers the lense then you can even do without flash, or use a phone that has the flash a bit further from the camera (as I do with my HTC HD).

The Instant HeartRate app for various phone has been tested properly (or so I read in an article) and works well, I've tested it on clients (I am a part time PT)- and compared to reagular heartrate monitors and actually found it to be more accurat as it measures faster before the heartrate drops.

As how to make the app, well I assume you will have to access the camera and detect changes in color and calculate the pulse based on the frequency of the change

I havent done this,- but logically it makes sense. I wish you the best of luck, and please share with us your solution :)



来源:https://stackoverflow.com/questions/9330176/getting-heart-rate-through-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!