Camera.Subscriptions Property
Definition
Namespace: P1Sdk
Get the current subscriptions of this camera.
public SubscriptionManager Subscriptions { get; }
In release 3.0 we introduce subscriptions as a way to receive full IIQ files, previews and LiveView image frames.
You use this manager to subscribe and unsubscribe for receiving notifications for these events. (IIQ file, Preview, etc.)
Subscriptions use the notification system to deliver the events. Therefore, you must also enable listening for any event that you subscribe to.