class P1::CameraSdk::IFullImageSubscription

Overview

Subscribe / unsubscribe to IIQ image file transfers. More…

#include <C_P1CameraCommonSubscriptions.h>

class IFullImageSubscription: public P1::CameraSdk::ISubscription
{
};

Inherited Members

public:
    // methods

    virtual bool IsSupported() const = 0;
    virtual bool IsSubscribed() const = 0;
    virtual void Subscribe() = 0;
    virtual void Unsubscribe() = 0;

Detailed Documentation

Subscribe / unsubscribe to IIQ image file transfers.

Subscribing to this tells the camera that the host computer should ready receive captures when the camera is triggered. The camera may choose to ignore this (and not transmit any captures), as the storage configuration on the camera controls the behaviour. (Host Storage must be enabled.)

This subscription is also used by the image browsing feature, to send IIQ files to the host. You must enable this subscription before calling IStoredImageHandle::RequestImageAsync

Version 3.0