I\'m trying to implement heart beat recording functionality in an app i\'m developing.
The preferred method of doing this is by using the iPhone\'s camera with the light
I made a project that uses GPUImage filters, average color and exposure, to detect your pulse. The pulse is estimated based the running average of the green component of the filtered image.
Optical Pulse Reader