Mixpeek Logo
    Schedule Demo
    Video

    Lighting Inconsistency Detection

    Detects sudden, physically improbable changes in lighting across video frames, a common artifact in stitched-together or generated videos.

    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

    Threshold for detecting a significant lighting change.. Default: 0.7

    Output

    {
    "anomalies": [
    {
    "timestamp": 15.3,
    "change_score": 0.85,
    "description": "Sudden change in global illumination inconsistent with scene."
    }
    ]
    }