OpenCV for Unity 2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper Interface Reference
Inheritance diagram for OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper:
OpenCVForUnity.UnityUtils.Helper.ISource2MatHelper OpenCVForUnity.UnityUtils.Helper.UnityVideoPlayer2MatHelper OpenCVForUnity.UnityUtils.Helper.VideoCapture2MatHelper

Public Member Functions

float GetFPS ()
 
float GetFramePosRatio ()
 
void SetFramePosRatio (float ratio)
 
int GetFrameIndex ()
 
void SetFrameIndex (int index)
 
int GetFrameCount ()
 
- Public Member Functions inherited from OpenCVForUnity.UnityUtils.Helper.ISource2MatHelper
void Initialize (bool autoPlay)
 
bool IsInitialized ()
 
void Play ()
 
void Pause ()
 
void Stop ()
 
bool IsPlaying ()
 
bool IsPaused ()
 
string GetDeviceName ()
 
int GetWidth ()
 
int GetHeight ()
 
Source2MatHelperColorFormat GetBaseColorFormat ()
 
bool DidUpdateThisFrame ()
 
Mat GetMat ()
 
void Dispose ()
 

Properties

string requestedVideoFilePath [get, set]
 
bool loop [get, set]
 
- Properties inherited from OpenCVForUnity.UnityUtils.Helper.ISource2MatHelper
Source2MatHelperColorFormat outputColorFormat [get, set]
 
int timeoutFrameCount [get, set]
 
UnityEvent onInitialized [get, set]
 
UnityEvent onDisposed [get, set]
 
Source2MatHelperErrorUnityEvent onErrorOccurred [get, set]
 

Member Function Documentation

◆ GetFPS()

float OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.GetFPS ( )

◆ GetFrameCount()

int OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.GetFrameCount ( )

◆ GetFrameIndex()

int OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.GetFrameIndex ( )

◆ GetFramePosRatio()

float OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.GetFramePosRatio ( )

◆ SetFrameIndex()

void OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.SetFrameIndex ( int index)

◆ SetFramePosRatio()

void OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.SetFramePosRatio ( float ratio)

Property Documentation

◆ loop

bool OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.loop
getset

◆ requestedVideoFilePath

string OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper.requestedVideoFilePath
getset

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