Click or drag to resize

mcLightCaptureProgress Enumeration

Capture in progress used to provide information for a progess meter.

Namespace:  MediaCy.IQL.Capture.Manager
Assembly:  MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcLightCaptureProgress
Members
  Member nameValueDescription
mccpLightCaptureIdle0
mccpLightCaptureStartTimed1Timed acquisition, TimeValue = total duration in ms, FrameValue = interval time in ms
mccpLightCaptureStartExposure2Total exposure, TimeValue = total exposure in ms
mccpLightCaptureStartSequence3Start fast as possible sequence, FrameValue = total number of TimePoints
mccpLightCaptureSite4Site was captured during a fast as possible sequence, FrameValue = frame number
mccpLightCaptureIntervalTime5Interval time elapsed during timed acquisition, TimeValue = elapsed interval time in ms
mccpLightCaptureEndTimed6End of a timed acquisition
mccpLightCaptureEndSequence7End of a fast frames streaming to memory or disk
mccpLightCaptureSiteTimed8Site was captured during a timed acquisition, TimeValue = total duration elapsed time in ms
mccpLightCaptureManualControl9This light channel needs manual control
mccpLightCaptureStartAutoExposure10This light channel is starting an auto exposure operation
mccpLightCaptureEndAutoExposure11This light channel is ending an auto exposure operation
See Also