Description
ILckMonitor
is an interface representing a monitor endpoint within LCK. Monitors act as render targets for camera outputs, identified by a unique MonitorId
.
Any class implementing this interface can be registered with the LCK system to receive video frames via a RenderTexture
.
Usage
To implement a custom monitor, create a class that implementsILckMonitor
and register it with the system.
Example
References
Properties
Property | Type | Description |
---|---|---|
MonitorId | string | Unique identifier for the monitor instance. |
Methods
Method | Returns | Description |
---|---|---|
SetRenderTexture(RenderTexture) | void | Assigns a RenderTexture as the output target for this monitor. |