.. index:: pair: class; P1::CameraSdkC::IImageMeta .. _doxid-class_p1_1_1_camera_sdk_c_1_1_i_image_meta: class P1::CameraSdkC::IImageMeta ================================ .. toctree:: :hidden: Overview ~~~~~~~~ interface for supplying an image access an ABI boundary :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class IImageMeta { public: // methods virtual uint32_t :target:`PixelHeight`() const = 0; virtual uint32_t :target:`PixelWidth`() const = 0; virtual uint8_t :target:`PixelByteSize`() const = 0; }; .. _details-class_p1_1_1_camera_sdk_c_1_1_i_image_meta: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ interface for supplying an image access an ABI boundary This represents an image's metadata, it does not contains the raw bayer data. Bayer data is represented in chunks, that are delivered as they are received from camera.