You: Quantified
Quick StartEducational ResourcesPlatform
  • 👋Introduction to You: Quantified
  • âš¡Quick Start
  • 📖Educational resources
  • For Developers
    • Add a new visual
    • Event markers
    • MIDI Signals
  • Devices
    • File Upload
    • Muse
    • EMOTIV
    • Face Landmarks
    • Video Heart Rate
    • Voice Emotion
Powered by GitBook
On this page
  • Output
  • Attribution
  1. Devices

Video Heart Rate

Video-based Heart Rate Estimation

PreviousFace LandmarksNextVoice Emotion

Last updated 8 months ago

To estimate the heart rate from video we are using an open-source algorithm that masks the face from the video using ML models and uses image-processing methods to track subtle changes in color and try to infer a person's heart rate. This method is often known as rPPG (remote photopletismography).

Video heart rate can be greatly influenced by camera quality and lighting conditions. It's best to avoid over or under-exposing the frame.

Output

  • Heart Rate: a single number representing the estimated heart rate.

Attribution

GitHub - prouast/heartbeat-js: JavaScript implementation of Remote Photoplethysmography – Measuring pulse rate using facial video.GitHub
Logo