.. index:: pair: class; P1::ImageSdk::SensorBayerOutput .. _doxid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output: class P1::ImageSdk::SensorBayerOutput ===================================== .. toctree:: :hidden: Overview ~~~~~~~~ In-memory representation of the image sensor Bayer output data. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SensorBayerOutput: public :ref:`P1::ImageSdk::BitmapBase` { public: // methods :ref:`BayerFormat` :ref:`Format`() const; :ref:`Rect` :ref:`ActiveArea`() const; uint32_t :ref:`FullWidth`() const; uint32_t :ref:`FullHeight`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods uint32_t :ref:`ByteSize`() const; :ref:`MSVC_ALLOW_PUBLIC_STL`(std::shared_ptr Data()); .. _details-class_p1_1_1_image_sdk_1_1_sensor_bayer_output: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ In-memory representation of the image sensor Bayer output data. Methods ------- .. index:: pair: function; Format .. _doxid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output_1a6895984cedbeda33c3816718559c9cec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`BayerFormat` Format() const The pixel format of the Data array. .. index:: pair: function; ActiveArea .. _doxid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output_1a11e0fa73bf8c515f5513add36e40d27c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rect` ActiveArea() const The area of the sensor in pixels, that is exposed to light. .. index:: pair: function; FullWidth .. _doxid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output_1a8b66343123aa7b2654b3803cc090703e: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t FullWidth() const Full sensor width in pixels, including borders not exposed to light. .. index:: pair: function; FullHeight .. _doxid-class_p1_1_1_image_sdk_1_1_sensor_bayer_output_1ab532742a61a742d73f88063c3b14c992: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t FullHeight() const Full sensor height in pixels, including borders not exposed to light.