IStoredImageHandle.RequestBasicImageInfoAsync Method

Definition

Namespace: P1.CameraSdk

Requests a set of commonly used meta data about the image.

public void RequestBasicImageInfoAsync();

CameraSDK defines a curated set of common meta data about an image called BasicImageInfo. See IImageFileBasicInfo for what meta data is is included.

The requested basic info object is returned by a notification. To retrieve the object, you must listen for the EventType.CameraImageBasicImageInfo notification, before calling this method.

See also:

IImageFileBasicInfo