| VideoCaptureFps Property |
Gets or sets frame rate
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Fps { get; set; }
Public Property Fps As Double
Get
Set
public:
property double Fps {
double get ();
void set (double value);
}
member Fps : float with get, set
Property Value
Type:
DoubleSee Also