C#
VB
C++
Specifies where in the stream a still image is captured from.
public enum CaptureStillTap
Public Enum CaptureStillTap
public enum class CaptureStillTap
Members
Value | Member | Description |
---|---|---|
0 | Source | Indicates that the still image will be captured from the capture pin at the source. |
1 | Processors | Indicates that the still image will be captured from the capture pin after the processors. |
2 | StillPin | Indicates that the still image will be captured from the still pin (if it exists). |
If the capture device does not have a still pin, it will be captured from the capture pin. (So it will default to CaptureStillTap.Source). Capture devices with a still pin will usually have a hardware button that can trigger when the still image capture should take place.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET