SubscriptionManager Class
Definition
Namespace: P1.CameraSdk
Access subscriptions available in the camera. More…
public class SubscriptionManager
Remarks
Access subscriptions available in the camera.
Each Camera object comes with a pre-initialized set of ISubscription objects, that allow control of different events posted by the camera.
Some subscriptions might not be available on all cameras. Unavailable subscriptions will still be initialized, but ISubscription.IsSupported will return false.
See also: