Delegate IPhotosensorArrayDescription.ExposureTimeChangedEventHandler
Type of event handler used when exposure time changes.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public delegate void IPhotosensorArrayDescription.ExposureTimeChangedEventHandler(float oldExposureTime, float newExposureTime)
Parameters
Type | Name | Description |
---|---|---|
float | oldExposureTime | The exposure time before the change |
float | newExposureTime | The exposure time after the change |