Interface IPhotosensorArrayDescription
Describe an array of photosensors on a plane just like what is used for cameras.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public interface IPhotosensorArrayDescription
Properties
| Name | Description |
|---|---|
| ArrayHeight | Number of vertical pixels |
| ArrayWidth | Number of horizontal pixels |
| CameraOrder | Used to define a rendering order for all photosensor array. (0 is highest priority) |
| ExposureTime | 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. |
| SensorHeight | Height of the physical sensor in millimeters |
| SensorWidth | Width of the physical sensor in millimeters |
Events
| Name | Description |
|---|---|
| ExposureTimeChanged | Event that calls subscribers when the exposure time changes. |
| GainChanged | Event that calls subscribers when the gain changes. |