Desired capture frame rate.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public int DesiredFrameRate { get; set; }

Remarks

The property sets desired capture frame rate. However capture device may not always provide the exact configured frame rate due to its capabilities, system performance, etc.

If the property is set to 0, then capture device uses its own default frame rate.

Default value of the property is set to 0.

Note:The property should be configured before video source is started to take effect.

See Also