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
SyntaxPublic Enumeration mcCaptureProgress
Members
| Member name | Value | Description |
---|
| mccpCaptureIdle | 0 | |
| mccpCaptureStartTimed | 1 | Timed acquisition, TimeValue = total duration in ms, FrameValue = interval time in ms |
| mccpCaptureStartExposure | 2 | Total exposure, TimeValue = total exposure in ms |
| mccpCaptureStartStream | 3 | Start fast frames streaming to memory, FrameValue = total number of frames |
| mccpCaptureFrame | 4 | Frame was captured during a fast stream to memory, FrameValue = frame number |
| mccpCaptureExposureTime | 5 | Not currently used |
| mccpCaptureIntervalTime | 6 | Interval time elapsed during timed acquisition, TimeValue = elapsed interval time in ms |
| mccpCaptureEndTimed | 7 | End of a timed acquisition |
| mccpCaptureEndExposure | 8 | Exposure time ended for a single frame |
| mccpCaptureEndStream | 9 | End of a fast frames streaming to memory or disk |
| mccpCaptureStartStreamTime | 10 | Start timed acquisition to memory or disk, TimeValue = total duration in ms, FrameValue = interval time in ms |
| mccpCaptureFrameTime | 11 | Frame was captured during a timed acquisition, TimeValue = total duration elapsed time in ms |
| mccpCaptureStartCalib | 12 | Start of a calibration process to create calibration files |
| mccpCaptureEndCalib | 13 | End of a calibration process to create calibration files |
See Also