OpenCV for Unity  2.6.2
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.
Public Member Functions | Properties | List of all members
OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper Interface Reference
Inheritance diagram for OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper:
OpenCVForUnity.UnityUtils.Helper.ISource2MatHelper OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper OpenCVForUnity.UnityUtils.Helper.VideoCaptureCameraInput2MatHelper

Public Member Functions

bool IsFrontFacing ()
 
float GetFPS ()
 
Matrix4x4 GetCameraToWorldMatrix ()
 
Matrix4x4 GetProjectionMatrix ()
 
- 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 requestedDeviceName [get, set]
 
int requestedWidth [get, set]
 
int requestedHeight [get, set]
 
bool requestedIsFrontFacing [get, set]
 
float requestedFPS [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

◆ GetCameraToWorldMatrix()

Matrix4x4 OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.GetCameraToWorldMatrix ( )

◆ GetFPS()

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

◆ GetProjectionMatrix()

Matrix4x4 OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.GetProjectionMatrix ( )

◆ IsFrontFacing()

bool OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.IsFrontFacing ( )

Property Documentation

◆ requestedDeviceName

string OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.requestedDeviceName
getset

◆ requestedFPS

float OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.requestedFPS
getset

◆ requestedHeight

int OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.requestedHeight
getset

◆ requestedIsFrontFacing

bool OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.requestedIsFrontFacing
getset

◆ requestedWidth

int OpenCVForUnity.UnityUtils.Helper.ICameraSource2MatHelper.requestedWidth
getset

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