.. index:: pair: class; P1::CameraSdk::IPreview .. _doxid-class_p1_1_1_camera_sdk_1_1_i_preview: class P1::CameraSdk::IPreview ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Contains a preview of an image, as returned from the camera. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class IPreview: public :ref:`P1::CameraSdk::IImageBufferFrame`, public :ref:`P1::CameraSdk::IImageFileCommon` { }; // direct descendants class :ref:`PreviewImpl`; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Type`; enum :ref:`Errors`; // methods virtual std::shared_ptr :ref:`Data`() const = 0; virtual size_t :ref:`DataSizeBytes`() const = 0; virtual :ref:`ImageFormat` :ref:`Format`() const = 0; virtual :ref:`Type` :ref:`BufferType`() const = 0; virtual char const* :ref:`BufferTypeStr`() const = 0; virtual char const* :ref:`FormatStr`() const = 0; virtual uint32_t :ref:`DestinationWidth`() const = 0; virtual uint32_t :ref:`DestinationHeight`() const = 0; virtual uint32_t :ref:`ImageId`() const = 0; virtual bool :ref:`AnyErrors`() const = 0; virtual :ref:`Errors` :ref:`ImageFileErrors`() const = 0; virtual std::string :ref:`ErrorsString`() const = 0; .. _details-class_p1_1_1_camera_sdk_1_1_i_preview: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Contains a preview of an image, as returned from the camera. Either through subscriptions, or using *image browsing* you can get a preview (aka. thumbnail) of an image. The camera normally creates a scaled RGB preview of the full image, right after the capturing process. When such previews are send the SDK host, they will come as implementations of this interface class. :ref:`Version ` 3.0