Specifies if snapshot configuration should be done or not.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool ConfigureSnapshots { get; set; }

Remarks

The property specifies if the dialog form should allow configuration of snapshot sizes (if selected video source supports snapshots). If the property is set to trueTruetruetrue (True in Visual Basic), then the form will provide additional combo box enumerating supported snapshot sizes. Otherwise the combo boxes will be hidden.

If the property is set to trueTruetruetrue (True in Visual Basic) and selected device supports snapshots, then ProvideSnapshots property of the configured device is set to trueTruetruetrue (True in Visual Basic).

Default value of the property is set to falseFalsefalsefalse (False in Visual Basic).

See Also