enum P1::ImageSdk::BlackClamp

Overview

BlackClamp is the process of calibrating / correcting sensor black levels. More…

#include <P1ImageDecodeConfig.hpp>

enum BlackClamp
{
    On,
    Off,
    Default = On,
};

Detailed Documentation

BlackClamp is the process of calibrating / correcting sensor black levels.

Enum Values

On

Apply black clamping to the pixel values.

Off

Do not black clamp pixel values.

Default

Let the framework decide on whether to black clamp pixel values, or not.