Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceDesiredFrameSize 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 DesiredFrameSize { get; set; }
Request Example View Source

Property Value

Type: Size
Remarks

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

See Also