Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceSnapshotResolution Property

Snapshot resolution to set.

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

Property Value

Type: VideoCapabilities
Remarks

The property allows to set one of the snapshot resolutions supported by the camera. Use SnapshotCapabilities property to get the list of supported snapshot 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 snapshot resolution is used.

See Also