LinuxWebCameraCurrentFrameRate Property |
Gets the current frame rate of the capture.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic float CurrentFrameRate { get; }
Public ReadOnly Property CurrentFrameRate As Single
Get
public:
virtual property float CurrentFrameRate {
float get () sealed;
}
abstract CurrentFrameRate : float32 with get
override CurrentFrameRate : float32 with get
Property Value
Type:
SingleImplements
IWebCameraCurrentFrameRate
See Also