.. index:: pair: class; P1::ImageSdk::DecodeConfig .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config: class P1::ImageSdk::DecodeConfig ================================ .. toctree:: :hidden: Overview ~~~~~~~~ Class used to configure the *Decode* pipline stages. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DecodeConfig { public: // fields static const DecodeConfig :ref:`Defaults`; // construction :ref:`DecodeConfig`(); :target:`DecodeConfig`(const DecodeConfig& other); // methods DecodeConfig& :target:`operator =` (const DecodeConfig& other); DecodeConfig& :target:`operator =` (DecodeConfig&& other); :ref:`BlackClamp` :target:`GetBlackClamp`() const; :ref:`DigitalOffset` :target:`GetDigitalOffset`() const; :ref:`DualExposureOutput` :target:`GetDualExposureOutput`() const; DecodeConfig :ref:`SetDualExposureOutput`(:ref:`DualExposureOutput` mode); DecodeConfig :ref:`BlackLeveling`( :ref:`BlackClamp` clamp = :ref:`BlackClamp::Default`, :ref:`DigitalOffset` offset = :ref:`DigitalOffset::Default` ); :ref:`SensorBayerOutput` :ref:`ApplyTo`(const :ref:`RawImage`& image); }; .. _details-class_p1_1_1_image_sdk_1_1_decode_config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Class used to configure the *Decode* pipline stages. Fields ------ .. index:: pair: variable; Defaults .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config_1a618b45c7f0818d3c72e57a831c28f0b6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const DecodeConfig Defaults A static config object, configured with default static calibration values. Construction ------------ .. index:: pair: function; DecodeConfig .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config_1a710c63483e2715bb4318943113b23993: .. ref-code-block:: cpp :class: doxyrest-title-code-block DecodeConfig() Construct an empty configuration object. Methods ------- .. index:: pair: function; SetDualExposureOutput .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config_1a4061ed248bc66939dd5603c0b9351262: .. ref-code-block:: cpp :class: doxyrest-title-code-block DecodeConfig SetDualExposureOutput(:ref:`DualExposureOutput` mode) Specify how dual exposures are merged. .. index:: pair: function; BlackLeveling .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config_1ad4d2859ecfef7de71fc0a1f867714e4c: .. ref-code-block:: cpp :class: doxyrest-title-code-block DecodeConfig BlackLeveling( :ref:`BlackClamp` clamp = :ref:`BlackClamp::Default`, :ref:`DigitalOffset` offset = :ref:`DigitalOffset::Default` ) Configure Black clamping and Digital offseting as part of the static calibration. .. index:: pair: function; ApplyTo .. _doxid-class_p1_1_1_image_sdk_1_1_decode_config_1affa82e9ed068db912d6e5e28efac633e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`SensorBayerOutput` ApplyTo(const :ref:`RawImage`& image) Apply this configuration to an actual :ref:`RawImage `.