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:
Properties
List the formats supported for LiveView by the camera |
|
The current LiveView format in use |
|
The current crop applied to the LiveView |
|
The current desired max output dimension of the LiveView |
|
Helper method to reset a current crop, back to “no crop” |
|
An abstract value for exposure compensation |
Methods
Subscribe to LiveView in the desired format. |
|
Reset the crop (to no crop), showing the entire image in the LiveView |
|
Set the Custom C1 white balance, by the sampling a position in full image coordinates |