OpenCV for Unity 2.6.5
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.WebCamTexture2MatAsyncGPUHelper Member List

This is the complete list of members for OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelper, including all inherited members.

_flipHorizontalOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_flipVerticalOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_Initialize()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
_onDisposedOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_onErrorOccurredOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_onInitializedOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_outputColorFormatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_requestedDeviceNameOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_requestedFPSOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_requestedHeightOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_requestedIsFrontFacingOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_requestedMatUpdateFPSOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotected
_requestedWidthOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_rotate90DegreeOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_timeoutFrameCountOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
_WaitForEndOfFrameCoroutine()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
asyncGPUReadbackRequestBufferOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotected
autoPlayAfterInitializeOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
baseColorFormatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
baseMatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
CallReadback()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
CancelInitCoroutine()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
CancelWaitForEndOfFrameCoroutine()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
colorsOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
DidUpdateThisFrame()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
didUpdateThisFrameOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotected
Dispose()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
FlipAndRotateMat(Mat frameMat, Mat rotatedFrameMat, bool flipVertical, bool flipHorizontal, bool isFrontFacing, int videoRotationAngle, ScreenOrientation screenOrientation, bool isScreenOrientationCorrect, bool isVidevideoRotationAngleCorrect)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
flipHorizontalOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
FlipMat(Mat mat, bool flipVertical, bool flipHorizontal, bool isFrontFacing, int videoRotationAngle)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
flipVerticalOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
frameMatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
GetBaseColorFormat()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetBufferColors()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetCameraToWorldMatrix()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetDeviceName()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetFPS()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetHeight()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetMat()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
GetMatUpdateFPS()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
GetProjectionMatrix()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetWebCamDevice()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetWebCamTexture()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
GetWidth()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
hasInitDoneOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
hasUserAuthorizedCameraPermission()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
initCoroutineOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
Initialize(bool autoPlay=true)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
Initialize(int requestedWidth, int requestedHeight, bool autoPlay=true)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
Initialize(bool requestedIsFrontFacing, float requestedFPS=30f, bool rotate90Degree=false, bool autoPlay=true)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
Initialize(string deviceName, int requestedWidth, int requestedHeight, bool requestedIsFrontFacing=false, float requestedFPS=30f, bool rotate90Degree=false, bool autoPlay=true)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
IsFrontFacing()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
IsInitialized()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
isInitWaitingOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
IsPaused()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
IsPlaying()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelpervirtual
IsScreenOrientationCorrect()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
isScreenOrientationCorrectOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
isScreenSizeChangeWaitingOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
IsVideoRotationAngleCorrect()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
isVideoRotationAngleCorrectOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
NeedsRotatedFrameMat(bool isScreenOrientationCorrect)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
OnApplicationFocus(bool hasFocus)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
OnCompleteReadback(AsyncGPUReadbackRequest request)OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
OnDestroy()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotectedvirtual
onDisposedOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
onErrorOccurredOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
onInitializedOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
OnValidate()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
outputColorFormatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
Pause()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
Play()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
ReleaseResources()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
renderTextureOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotected
requestedDeviceNameOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
requestedFPSOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
requestedHeightOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
requestedIsFrontFacingOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
requestedMatUpdateFPSOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelper
requestedWidthOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
rotate90DegreeOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
rotatedFrameMatOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
screenHeightOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
screenOrientationOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
screenWidthOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
Stop()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelpervirtual
timeoutFrameCountOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelper
Update()OpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotectedvirtual
waitForEndOfFrameCoroutineOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatAsyncGPUHelperprotected
webCamDeviceOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected
webCamTextureOpenCVForUnity.UnityUtils.Helper.WebCamTexture2MatHelperprotected