Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceSnapshotCapabilities Property

Snapshot capabilities of the device.

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

Property Value

Type: VideoCapabilities
Remarks

The property provides list of device's snapshot capabilities.

If the array has zero length, then it means that this device does not support making snapshots.

See documentation to ProvideSnapshots for additional information.

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