Struct ProjectedImageOnSensorRequest
Provides a graphic context and the return value of a request made by the photosensor array to the lens component.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public struct ProjectedImageOnSensorRequest
Fields
Name | Description |
---|---|
ctx | Custom pass context used to capture the image, the camera textures in this custom pass context may not have the lens post processing effects applied to them. |
repeatedFrames | The number of triggers that happened in the last Unity cycle. It is the number of times the sensor outputs the same texture. |
texture | Output texture from the lens, with all the post processing effects applied. |