←Select platform

WiaCaptureMode Enumeration

Summary
Sets the image capture mode. For more information refer to WIA_DPC_CAPTURE_MODE property ID in Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
public enum WiaCaptureMode 
public enum class WiaCaptureMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaCaptureMode(Enum): 
   Normal = 1 
   Burst = 2 
   Timelapse = 3 
Members
ValueMemberDescription
1NormalNormal mode for the camera.
2BurstCapture more than one image in quick succession as defined by the values of the WiaPropertyId.CameraDeviceBurstNumber and WiaPropertyId.CameraDeviceBurstInterval properties.
3TimelapseCapture more than one image in succession as defined by the WiaPropertyId.CameraDeviceTimelapseNumber and WiaPropertyId.CameraDeviceTimelapseInterval properties.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.