mcCaptureStatusCodes Enumeration
|
|
Status codes for the current state of capture.
Namespace:
MediaCy.IQL.Capture.Manager
Assembly:
MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcCaptureStatusCodes
Members
| Member name | Value | Description |
---|
| mccscCaptureIsIdle | 0 | Capture is idle |
| mccscCapturePreviewing | 1 | Live Preview is on, no acquisitions underway |
| mccscCapturePreviewingAndAcquiring | 2 | Instant acquisition - live preview is on, snap underway |
| mccscAcquiring | 3 | Acquiring single-frame "snap" via Capture |
| mccscRecordingMovie | 4 | Acquiring time lapse movie |
| mccscStreamingMovie | 5 | Streaming movie to memory or disk |
See Also