Camera.AllImages Method

Definition

Namespace: P1Sdk

Returns a list of the images currently stored on the camera.

public IEnumerable<IStoredImageHandle> AllImages();

The camera supplies a list of thin image objects, meaning that each element in the list contains only an Id and some common meta data. Use the elements returned by this method to request preview, metadata or crops of images.

Returns:

An enumerable of IStoredImageHandle objects