Class PhotosensorArray.PhotosensorArrayDescription
Describe an array of photosensors on a plane just like what is used for cameras.
Implements
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
protected class PhotosensorArray.PhotosensorArrayDescription : IPhotosensorArrayDescription
Properties
Name | Description |
---|---|
Array |
Number of vertical pixels |
Array |
Number of horizontal pixels |
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. |
Sensor |
Height of the physical sensor in millimeters |
Sensor |
Width of the physical sensor in millimeters |
Events
Name | Description |
---|---|
Exposure |
Event that calls subscribers when the exposure time changes. |
Gain |
Event that calls subscribers when the gain changes. |