|
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; }
Public Property CaptureSize As Size
Get
Set
Request Example
View SourceProperty Value
Type:
SizeRemarks 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