LiveViewImage Class

Definition

Namespace: P1.CameraSdk

public class LiveViewImage :  IDisposable

Properties

Data

Width

Height

SourceCrop

The crop that this image has in the full image coordinate system, which might differ from what was requested

RequestedCrop

The crop that was requested for this image, from the LiveViewConfiguration.Crop

FullImageSize

The dimensions of the full image, which this LiveView is part of

PixelSize

Format

HasRequestedCrop

True if the requested crop for this LiveView image, is the same as the actual provided one (RequestedCrop == SourceCrop)