Class CameraController
The role of this controller is to send triggers to a photosensor array at the rate defined by the FPS input port.
Inherited Members
NodeRuntime._parent
NodeRuntime._portList
NodeRuntime._queryPath
NodeRuntime._tickCPUTimeNs
NodeRuntime.Initialize(SystemGraphComponent)
NodeRuntime.Disable()
NodeRuntime.FixedUpdate()
NodeRuntime.InitializeDynamicPorts(SystemGraphComponent)
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[NodeCategory("Controller", "Camera Controller", NodeTick.Synchronous, (LifeCycle)0, 0, NodeMode.Standard, false)]
public class CameraController : NodeRuntime
Fields
Name | Description |
---|---|
exposureTime | |
framesPerSecond | |
trigger |
Methods
Name | Description |
---|---|
Enable(ClockState) | Initialize the controller. |
OnTick(double, double, ClockState, Signal) | Trigger a frame capture based on the wanted FPS. |