OpenCV for Unity 2.6.4
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
Source2MatHelperErrorCode.cs File Reference

Namespaces

namespace  OpenCVForUnity
 
namespace  OpenCVForUnity.UnityUtils
 
namespace  OpenCVForUnity.UnityUtils.Helper
 

Enumerations

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