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
SyntaxPublic Enumeration mcLightCaptureProgress
Members
| Member name | Value | Description |
---|
| mccpLightCaptureIdle | 0 | |
| mccpLightCaptureStartTimed | 1 | Timed acquisition, TimeValue = total duration in ms, FrameValue = interval time in ms |
| mccpLightCaptureStartExposure | 2 | Total exposure, TimeValue = total exposure in ms |
| mccpLightCaptureStartSequence | 3 | Start fast as possible sequence, FrameValue = total number of TimePoints |
| mccpLightCaptureSite | 4 | Site was captured during a fast as possible sequence, FrameValue = frame number |
| mccpLightCaptureIntervalTime | 5 | Interval time elapsed during timed acquisition, TimeValue = elapsed interval time in ms |
| mccpLightCaptureEndTimed | 6 | End of a timed acquisition |
| mccpLightCaptureEndSequence | 7 | End of a fast frames streaming to memory or disk |
| mccpLightCaptureSiteTimed | 8 | Site was captured during a timed acquisition, TimeValue = total duration elapsed time in ms |
| mccpLightCaptureManualControl | 9 | This light channel needs manual control |
| mccpLightCaptureStartAutoExposure | 10 | This light channel is starting an auto exposure operation |
| mccpLightCaptureEndAutoExposure | 11 | This light channel is ending an auto exposure operation |
See Also