Video capabilities of the device.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public VideoCapabilities[] VideoCapabilities { get; }

Remarks

The property provides list of device's video capabilities.

Note:Do not 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