Method Trigger
Trigger(Action<ProjectedImageOnSensorRequest>)
Registers a camera trigger for later scene sampling and specifies a callback function when completed.
Declaration
public void Trigger(Action<ProjectedImageOnSensorRequest> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<ProjectedImageOnSensorRequest> | callback | The callback to execute after the scene sampling. |