CaptureEvents Enumeration
|
|
Capture Events
Namespace:
MediaCy.Commands.Capture
Assembly:
MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
SyntaxPublic Enumeration CaptureEvents
Members
| Member name | Value | Description |
---|
| CaptureSnap | 0 |
Capture is beginning a single-frame Capture.
|
| CaptureRecording | 1 |
Capture is beginning a multi-frame time-lapse Recording.
|
| CaptureStreamingToMemory | 2 |
Capture is beginning a multi-frame Recording streaming to memory.
|
| CaptureStreamingToDisk | 3 |
Capture is beginning a multi-frame Recording streaming to disk.
|
| CapturePreviewing | 4 |
Capture is starting live Preview.
|
| CaptureWhiteBalancing | 5 |
Capture is beginning a white balance operation.
|
| CaptureAutoExposing | 6 |
Capture is beginning a auto-exposure calculation.
|
| CaptureDone | 7 |
The previous acquisition or capture operation is complete.
|
| CaptureDonePreviewing | 8 |
The live preview has ended.
|
| CaptureCancelled | 9 |
The previous acquisition or capture operation was canceled.
|
| CaptureUIBlocksCapture | 10 |
A capture dialog is blocking use of Capture.
|
| CaptureRegionSelection | 11 |
Capture is doing a region selection on live preview.
|
| CaptureCalibrationAcquire | 12 |
Capture is doing a calibration image acquisition.
|
RemarksThe identifiers for the Capture-related events that can occur.
See Also