Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormConfigureSnapshots Property

Specifies if snapshot configuration should be done or not.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public bool ConfigureSnapshots { get; set; }
Request Example View Source

Property Value

Type: Boolean
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 , 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 and selected device supports snapshots, then ProvideSnapshots property of the configured device is set to .

Default value of the property is set to .

See Also