Mixpeek Logo
    Schedule Demo
    Video

    Remote Photoplethysmography (rPPG)

    Extracts pulse signals from facial skin tone changes to detect missing physiological cues in synthetic faces.

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a video file

    Drag and drop a video file here, or click to browse

    Region of the face to extract the signal from.. Default: cheeks

    Time window (in seconds) for signal averaging.. Default: 5

    Output

    {
    "bpm": 72.5,
    "pulse_signal": [
    0.01,
    0.02,
    -0.01,
    -0.03,
    "..."
    ],
    "region": "cheeks"
    }