Click or drag to resize

OpenCvInit Constructor

Initializes a new instance of the OpenCvInit class

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
public OpenCvInit(
	Action<string, Exception> info,
	Action<string, Exception> error
)

Parameters

info  ActionString, Exception

[Missing <param name="info"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.OpenCvInit.#ctor(System.Action{System.String,System.Exception},System.Action{System.String,System.Exception})"]

error  ActionString, Exception

[Missing <param name="error"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.OpenCvInit.#ctor(System.Action{System.String,System.Exception},System.Action{System.String,System.Exception})"]

See Also