←Select platform

CaptureStillTap Enumeration

Summary

Specifies where in the stream a still image is captured from.

Syntax

C#
VB
C++
public enum CaptureStillTap   
Public Enum CaptureStillTap  
    
    
public enum class CaptureStillTap   

Members

ValueMemberDescription
0Source Indicates that the still image will be captured from the capture pin at the source.
1Processors Indicates that the still image will be captured from the capture pin after the processors.
2StillPin Indicates that the still image will be captured from the still pin (if it exists).
Remarks

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly