Click or drag to resize

mcCaptureProgress 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 mcCaptureProgress
Members
  Member nameValueDescription
mccpCaptureIdle0
mccpCaptureStartTimed1Timed acquisition, TimeValue = total duration in ms, FrameValue = interval time in ms
mccpCaptureStartExposure2Total exposure, TimeValue = total exposure in ms
mccpCaptureStartStream3Start fast frames streaming to memory, FrameValue = total number of frames
mccpCaptureFrame4Frame was captured during a fast stream to memory, FrameValue = frame number
mccpCaptureExposureTime5Not currently used
mccpCaptureIntervalTime6Interval time elapsed during timed acquisition, TimeValue = elapsed interval time in ms
mccpCaptureEndTimed7End of a timed acquisition
mccpCaptureEndExposure8Exposure time ended for a single frame
mccpCaptureEndStream9End of a fast frames streaming to memory or disk
mccpCaptureStartStreamTime10Start timed acquisition to memory or disk, TimeValue = total duration in ms, FrameValue = interval time in ms
mccpCaptureFrameTime11Frame was captured during a timed acquisition, TimeValue = total duration elapsed time in ms
mccpCaptureStartCalib12Start of a calibration process to create calibration files
mccpCaptureEndCalib13End of a calibration process to create calibration files
See Also