Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
/ HeartRate-iOS-SDK Public archive

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

License

Notifications You must be signed in to change notification settings

ItamarM/HeartRate-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published