OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Helper.IMatUpdateFPSProvider Interface Reference

Interface to provide frame update rate functionality. More...

Public Member Functions

float GetMatUpdateFPS ()
 Gets the current frame update rate (FPS).
 

Properties

float requestedMatUpdateFPS [get, set]
 Gets or sets the requested frame update rate (FPS).
 

Detailed Description

Interface to provide frame update rate functionality.

This interface provides functionality to control the update rate of Mat objects. Implementing classes must provide the ability to set the requested update rate and retrieve the current update rate.

Member Function Documentation

◆ GetMatUpdateFPS()

float OpenCVForUnity.UnityUtils.Helper.IMatUpdateFPSProvider.GetMatUpdateFPS ( )

Property Documentation

◆ requestedMatUpdateFPS

float OpenCVForUnity.UnityUtils.Helper.IMatUpdateFPSProvider.requestedMatUpdateFPS
getset

Gets or sets the requested frame update rate (FPS).

This property controls the update interval of the Mat object.

Implemented in OpenCVForUnity.UnityUtils.Helper.AsyncGPUReadback2MatHelper, OpenCVForUnity.UnityUtils.Helper.Image2MatHelper, and OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelper.


The documentation for this interface was generated from the following file: