Struct CameraDesc
Describe the required parameter to build a camera.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public struct CameraDesc
Fields
Name | Description |
---|---|
Camera |
Used to define a rendering order for all photosensor array. (0 is highest priority) |
Exposure |
The amount of time the photosensor is capturing light, in seconds |
Gain | Amplification factor applied to the captured light. 1.0 is the default gain, more than 1.0 is brighter, less than 1.0 is darker. |
lens |
Describe a standard unity camera lens system. If set to null, it will use the default value when creating a new camera |
render |
Number of vertical pixels |
render |
Number of horizontal pixels |
render |
Color format of the texture used to store the sampling output |
render |
Define if the texture must have a native gamma correction when storing values. |
sensor |
Height of the physical sensor in millimeters |
sensor |
Width of the physical sensor in millimeters |