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.ISource2MatHelper Interface Reference
Inheritance diagram for OpenCVForUnity.UnityUtils.Helper.ISource2MatHelper:
OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper OpenCVForUnity.UnityUtils.Helper.IImageSource2MatHelper OpenCVForUnity.UnityUtils.Helper.ITextureSource2MatHelper OpenCVForUnity.UnityUtils.Helper.IVideoSource2MatHelper OpenCVForUnity.UnityUtils.Helper.MultiSource2MatHelper OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelper OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper OpenCVForUnity.UnityUtils.Helper.Image2MatHelper OpenCVForUnity.UnityUtils.Helper.AsyncGPUReadback2MatHelper OpenCVForUnity.UnityUtils.Helper.UnityVideoPlayer2MatHelper OpenCVForUnity.UnityUtils.Helper.VideoCapture2MatHelper OpenCVForUnity.UnityUtils.Helper.VideoCaptureCameraInput2MatHelper

Public Member Functions

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

Source2MatHelperColorFormat outputColorFormat [get, set]
 
int timeoutFrameCount [get, set]
 
UnityEvent onInitialized [get, set]
 
UnityEvent onDisposed [get, set]
 
Source2MatHelperErrorUnityEvent onErrorOccurred [get, set]
 

Member Function Documentation

◆ DidUpdateThisFrame()

◆ Dispose()

◆ GetBaseColorFormat()

◆ GetDeviceName()

◆ GetHeight()

◆ GetMat()

◆ GetWidth()

◆ Initialize()

◆ IsInitialized()

◆ IsPaused()

◆ IsPlaying()

◆ Pause()

◆ Play()

◆ Stop()

Property Documentation

◆ onDisposed

◆ onErrorOccurred

◆ onInitialized

◆ outputColorFormat

◆ timeoutFrameCount


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