Class PhotosensorArray.PhotosensorArrayDescription
Describe an array of photosensors on a plane just like what is used for cameras.
Namespace: Mechatronics.SensorSDK
Syntax
protected class PhotosensorArrayDescription : IPhotosensorArrayDescription
Properties
ArrayHeight
Number of vertical pixels
Declaration
public int ArrayHeight { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
ArrayWidth
Number of horizontal pixels
Declaration
public int ArrayWidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
CameraOrder
Used to define a rendering order for all photosensor array. (0 is highest priority)
Declaration
public float CameraOrder { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
ExposureTime
The amount of time the photosensor is capturing light, in seconds
Declaration
public float ExposureTime { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
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.
Declaration
public float Gain { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
SensorHeight
Height of the physical sensor in millimeters
Declaration
public float SensorHeight { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
SensorWidth
Width of the physical sensor in millimeters
Declaration
public float SensorWidth { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
Events
ExposureTimeChanged
Event that calls subscribers when the exposure time changes.
Declaration
public event IPhotosensorArrayDescription.ExposureTimeChangedEventHandler ExposureTimeChanged
Event Type
Type | Description |
---|---|
IPhotosensorArrayDescription.ExposureTimeChangedEventHandler |
Implements
GainChanged
Event that calls subscribers when the gain changes.
Declaration
public event IPhotosensorArrayDescription.GainChangedEventHandler GainChanged
Event Type
Type | Description |
---|---|
IPhotosensorArrayDescription.GainChangedEventHandler |