IPreview Interface
Definition
Namespace: P1.CameraSdk
Contains a preview of an image, as returned from the camera. More…
public interface IPreview : P1::CameraSdk::IImageBufferFrame
Remarks
Contains a preview of an image, as returned from the camera.
Either through subscriptions, or using image browsing you can get a preview (aka.thumbnail) of an image.
The camera normally creates a scaled RGB preview of the full image, right after the capturing process.When such previews are send the SDK host, they will come as implementations of this interface class.