Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormSnapshotSize Property

Snapshot frame size of the selected device.

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

Property Value

Type: Size
Remarks

The property allows to get snapshot size of the selected device on form completion or set the size to be selected by default on form loading (if ConfigureSnapshots property is set ).

See Also