.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_live_view_subscription: ILiveViewSubscription Interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Subscribe / unsubscribe to a LiveView stream of images. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface ILiveViewSubscription : :ref:`P1::CameraSdk::ISubscription` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_live_view_subscription: Remarks ^^^^^^^ Subscribe / unsubscribe to a LiveView stream of images. Subscribing to this tells the camera that we would like a video stream of images from the camera. Also using this class interface, LiveView subscriptions can be configured for format and size. Subscribing to this subscription will activate LiveView the camera, and stream image frames to your host, as long as the subscription is active. .. rubric:: See also: :ref:`SubscriptionManager ` Properties ^^^^^^^^^^ .. toctree:: :hidden: ImageFormatsSupported Format Crop PreferredMaxDimension FullImageSize Lightness .. list-table:: :widths: 30 70 * - :ref:`ImageFormatsSupported ` - List the formats supported for LiveView by the camera * - :ref:`Format ` - The current LiveView format in use * - :ref:`Crop ` - The current crop applied to the LiveView * - :ref:`PreferredMaxDimension ` - The current desired max output dimension of the LiveView * - :ref:`FullImageSize ` - Helper method to reset a current crop, back to "no crop" * - :ref:`Lightness ` - An abstract value for exposure compensation Methods ^^^^^^^ .. toctree:: :hidden: Subscribe ResetCrop SetWhiteBalancePoint .. list-table:: :widths: 33 67 * - :ref:`Subscribe(ImageFormat imageFormat) ` - Subscribe to LiveView in the desired format. * - :ref:`ResetCrop() ` - Reset the crop (to no crop), showing the entire image in the LiveView * - :ref:`SetWhiteBalancePoint(ValuePoint whitePoint) ` - Set the *Custom C1* white balance, by the sampling a position in full image coordinates