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.
Loading...
Searching...
No Matches
Source2MatHelperErrorCode.cs File Reference

Namespaces

namespace  OpenCVForUnity
 
namespace  OpenCVForUnity.UnityIntegration
 
namespace  OpenCVForUnity.UnityIntegration.Helper
 
namespace  OpenCVForUnity.UnityIntegration.Helper.Source2Mat
 

Enumerations

enum  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.Source2MatHelperErrorCode : int {
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.UNKNOWN = 0 ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.CAMERA_DEVICE_NOT_EXIST ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.CAMERA_PERMISSION_DENIED ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.VIDEO_FILE_NOT_EXIST ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.VIDEO_FILE_CANT_OPEN ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.IMAGE_FILE_NOT_EXIST ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.IMAGE_FILE_CANT_OPEN ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.SOURCE_TEXTURE_IS_NULL ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.SOURCE_TEXTURE_FORMAT_IS_NOT_SPPORTED ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.ASYNC_GPU_READBACK_IS_NOT_SPPORTED ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.RENDERTEXTURE_GRAPHICS_FORMAT_IS_NOT_SPPORTED ,
  OpenCVForUnity.UnityIntegration.Helper.Source2Mat.TIMEOUT
}