Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceDesiredSnapshotSize Property

Note: This API is now obsolete.

Obsolete - no longer in use

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

Property Value

Type: Size
Remarks

The property is obsolete. Use SnapshotResolution property instead. Setting this property does not have any effect.

See Also