Mixpeek Logo
    Schedule Demo
    Video

    Blink Frequency Estimator

    Estimates eye blink frequency to detect unnatural blinking behavior common in GAN-generated 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

    Minimum number of frames required to register a blink.. Default: 3

    Output

    {
    "blink_rate_per_min": 7.2,
    "blink_timestamps": [
    0.83,
    4.12,
    9.67,
    12.1
    ],
    "detected_frames": 900
    }