Documentation
C++ Reference
C# Reference
Appendices
BlackClamp is the process of calibrating / correcting sensor black levels. More…
#include <P1ImageDecodeConfig.hpp> enum BlackClamp { On, Off, Default = On, };
BlackClamp is the process of calibrating / correcting sensor black levels.
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.