|
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.
|
Properties | |
| string | requestedImageFilePath [get, set] |
| bool | repeat [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] |
Additional Inherited Members | |
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 () |
|
getset |
Implemented in OpenCVForUnity.UnityUtils.Helper.Image2MatHelper.
|
getset |
Implemented in OpenCVForUnity.UnityUtils.Helper.Image2MatHelper.