Click or drag to resize

_DMcCaptureEvents Methods

The _DMcCaptureEvents type exposes the following members.

Methods
  NameDescription
Public methodAfterAcquire
This McCaptDevice instance is ending an acquisition.
Public methodAfterAttributeClose
This McCaptDevice instance is ending destruction of an attribute.
Public methodAfterAttributeNew
This McCaptDevice instance is ending creation of a new attribute.
Public methodAfterCaptFrameClose
This McCaptDevice instance is ending destruction of a CaptFrame.
Public methodAfterCaptFrameNew
This McCaptDevice instance is ending creation of a new CaptFrame.
Public methodAfterClose
This McCaptDevice instance is in the process of being closed.
Public methodAfterExposure
This McCaptDevice instance is ending the exposure phase of a snap.
Public methodAfterOpen
This McCaptDevice instance is in the process of being opened.
Public methodAfterPreview
This McCaptDevice instance is ending a live preview.
Public methodAfterSettingClose
This McCaptDevice instance is ending destruction of a setting.
Public methodAfterSettingsLoad
This McCaptDevice instance is ending a settings load operation.
Public methodAfterSettingsSave
This McCaptDevice instance is ending a settings persist operation.
Public methodAfterSnap
This McCaptDevice instance is ending a snap of a single frame.
Public methodAfterStream
This McCaptDevice instance is ending a stream of snaps.
Public methodAttributeChanged
This McCaptDevice instance has changed an attribute property.
Public methodBeforeAcquire
This McCaptDevice instance is starting an acquisition.
Public methodBeforeAttributeClose
This McCaptDevice instance is starting destruction of an attribute.
Public methodBeforeAttributeNew
This McCaptDevice instance is starting creation of a new attribute.
Public methodBeforeCaptFrameClose
This McCaptDevice instance is starting destruction of a CaptFrame.
Public methodBeforeCaptFrameNew
This McCaptDevice instance is starting creation of a new CaptFrame.
Public methodBeforeClose
This McCaptDevice instance is in the process of being closed.
Public methodBeforeExposure
This McCaptDevice instance is starting the exposure phase of a snap.
Public methodBeforeOpen
This McCaptDevice instance is in the process of being opened.
Public methodBeforePreview
This McCaptDevice instance is starting a live preview.
Public methodBeforeSettingClose
This McCaptDevice instance is starting destruction of a setting.
Public methodBeforeSettingsLoad
This McCaptDevice instance is starting a settings load operation.
Public methodBeforeSettingsSave
This McCaptDevice instance is starting a settings persist operation.
Public methodBeforeSnap
This McCaptDevice instance is starting a snap of a single frame.
Public methodBeforeStream
This McCaptDevice instance is starting a stream of snaps.
Public methodCaptFrameChanged
This McCaptDevice instance has changed a CaptFrame property.
Public methodCaptFramesChanged
This McCaptDevice instance has changed a CaptFrames property.
Public methodFrameSync
This McCaptDevice instance is signalling a frame syncronization.
Public methodPerformAutoSet
This McCaptDevice instance is requesting an AutoSet operation from the UI.
Public methodPerformPreview
This McCaptDevice instance is requesting a preview from the UI.
Public methodPerformSnap
This McCaptDevice instance is requesting a snap of a single frame from the UI.
Public methodPreviewFrame
This McCaptDevice instance has updated a live preview frame.
Public methodReadout
This McCaptDevice instance is ending the readout phase of a snap.
Public methodSettingChanged
This McCaptDevice instance has changed a setting.
Public methodSnapComplete
This McCaptDevice instance has completed a single snap operation.
Public methodStreamComplete
This McCaptDevice instance has completed a stream of frames.
Public methodStreamFrame
The McCaptDevice instance is finished with single frame snapped during a stream of snaps.
Top
See Also