/HeartRate-iOS-SDK

A way for iOS devices to detect a user's heart rate using their device's camera.

Primary LanguageObjective-CMIT LicenseMIT

HeartRateKit

Introduction

iOS SDK heart rate monitor which uses the camera and its flash to determine the users heart rate in beats per minute. The kit has its own UI. Feel free to customize!

Usage

HeartRateKitController *controller = [[HeartRateKitController alloc] init];
controller.delegate = self;
[self presentViewController:controller animated:YES completion:nil];

Check the sample project for demonstration.

License

See the LICENSE file (MIT).