Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormCaptureSize Property

Video 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 CaptureSize { get; set; }
Request Example View Source

Property Value

Type: Size
Remarks

The property allows to get video size of the selected device on form completion or set the size to be selected by default on form loading.

See Also