IPreviewSubscription Interface

Definition

Namespace: P1.CameraSdk

Subscribe / unsubscribe to preview transfers. More…

public interface IPreviewSubscription :  P1::CameraSdk::ISubscription

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 EventType.CameraPreviewReady.

See also:

SubscriptionManager

Properties

ImageFormatsSupported

List the formats supported for previews by the camera

Format

The current preview format in use

Methods

Subscribe(ImageFormat imageFormat)

Subscribe to previews in the desired format.