IStoredImageHandle.RequestImageAsync Method

Definition

Namespace: P1.CameraSdk

Request a full IIQ file of the image

public void RequestImageAsync();

This method triggers on-demand transfer of the entire IIQ file of an image. To retrieve the object, you must listen for the EventType.CameraImageReady notification, before calling this method. This notification contains the image via the INotificationEvent.FullImage method.

The listener thread cannot know whether the arrived image is a just triggered capture, or a result of an on-demand request from this method. Therefore, use the IIQ filename to identify your requested image.

You must subscribe to image transfers via IFullImageSubscription for any images to be transferred.