.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_preview_subscription: IPreviewSubscription Interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Subscribe / unsubscribe to preview transfers. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface IPreviewSubscription : :ref:`P1::CameraSdk::ISubscription` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_preview_subscription: Remarks ^^^^^^^ Subscribe / unsubscribe to preview transfers. Subscribing to this tells the camera that we want to receive previews of newly captured images.The previews arrive via the notification :ref:`EventType.CameraPreviewReady `. .. rubric:: See also: :ref:`SubscriptionManager ` Properties ^^^^^^^^^^ .. toctree:: :hidden: ImageFormatsSupported Format .. list-table:: :widths: 30 70 * - :ref:`ImageFormatsSupported ` - List the formats supported for previews by the camera * - :ref:`Format ` - The current preview format in use Methods ^^^^^^^ .. toctree:: :hidden: Subscribe .. list-table:: :widths: 33 67 * - :ref:`Subscribe(ImageFormat imageFormat) ` - Subscribe to previews in the desired format.