ILiveViewSubscription Interface

Definition

Namespace: P1.CameraSdk

Subscribe / unsubscribe to a LiveView stream of images. More…

public interface ILiveViewSubscription :  P1::CameraSdk::ISubscription

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.

See also:

SubscriptionManager

Properties

ImageFormatsSupported

List the formats supported for LiveView by the camera

Format

The current LiveView format in use

Crop

The current crop applied to the LiveView

PreferredMaxDimension

The current desired max output dimension of the LiveView

FullImageSize

Helper method to reset a current crop, back to “no crop”

Lightness

An abstract value for exposure compensation

Methods

Subscribe(ImageFormat imageFormat)

Subscribe to LiveView in the desired format.

ResetCrop()

Reset the crop (to no crop), showing the entire image in the LiveView

SetWhiteBalancePoint(ValuePoint whitePoint)

Set the Custom C1 white balance, by the sampling a position in full image coordinates