LinuxWebCameraCurrentFrameRate Property |
Gets the current frame rate of the capture.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
IWebCameraCurrentFrameRateSee Also