Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceVideoCapabilities Property

Video capabilities of the device.

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

Property Value

Type: VideoCapabilities
Remarks

The property provides list of device's video capabilities.

Note Note
It is recomended not to call this property immediately after Start method, since device may not start yet and provide its information. It is better to call the property before starting device or a bit after (but not immediately after).

See Also