.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_preview: IPreview Interface ~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Contains a preview of an image, as returned from the camera. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface IPreview : :ref:`P1::CameraSdk::IImageBufferFrame` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_preview: Remarks ^^^^^^^ 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.