Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceVideoResolution Property

Video resolution to set.

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

Property Value

Type: VideoCapabilities
Remarks

The property allows to set one of the video resolutions supported by the camera. Use VideoCapabilities property to get the list of supported video resolutions.

Note Note
The property must be set before camera is started to make any effect.

Default value of the property is set to , which means default video resolution is used.

See Also