The ltmmCapture_StillTap constants specify where, in the stream, the still image is captured from.
typedef enum _ltmmCapture_StillTap
{
ltmmCapture_StillTap_Source,
ltmmCapture_StillTap_Processors,
ltmmCapture_StillTap_StillPin,
} ltmmCapture_StillTap;
Indicates that the still image will be captured from the capture pin at the source.
Indicates that the still image will be captured from the capture pin after the processors.
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 fall back to ltmmCapture_StillTap_Source).Capture devices with a still pin will usually have a hardware button that can trigger when the still image capture should take place.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document