|
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; }
<ObsoleteAttribute>
Public Property DesiredFrameSize As Size
Get
Set
Request Example
View SourceProperty Value
Type:
SizeRemarks The property is obsolete. Use VideoResolution property instead.
Setting this property does not have any effect.
See Also