hideak / heartbeat

Simple static webpage that measures heart rate using the device's camera

Home Page:https://hideak.com/heartbeat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heartbeat Sensor Webapp

Website: hideak.com/heartbeat

Introduction

This is a simple static webpage created to test a simple idea of providing an interface that can measure your heartbeat using the camera of your laptop or mobile device.

After placing your finger on your device's camera, a color filter will be applied to the image and only the intensity of the red color will be tracked. After keeping the finger in place for around 10 seconds, the measured heartbeat (in Beats per Minute, BPM) will stabilize and you will see its value on the screen.

Measurement Accuracy

This application is, in fact, pretty inaccurate, as it only uses camera data along with a simple image filter to evaluate the heartbeat. But we still can use it as a simple test or just for fun!

About

Simple static webpage that measures heart rate using the device's camera

https://hideak.com/heartbeat


Languages

Language:JavaScript 64.5%Language:HTML 26.1%Language:CSS 9.4%