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.
|
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). | |
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.
float OpenCVForUnity.UnityUtils.Helper.IMatUpdateFPSProvider.GetMatUpdateFPS | ( | ) |
Gets the current frame update rate (FPS).
Implemented in OpenCVForUnity.UnityUtils.Helper.AsyncGPUReadback2MatHelper, OpenCVForUnity.UnityUtils.Helper.Image2MatHelper, and OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelper.
|
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.