Class
uEye.DeviceFeatureMultiIntegration
Accessible
Camera.Device.Feature.MultiIntegration.SetMode
Syntax
uEye.DeviceFeatureMultiIntegration.SetMode(uEye.Defines.MultiIntegrationMode mode)
Description
Sets the multi integration mode.
Parameter
mode |
uEye.Defines.MultiIntegrationMode.Gpio1: Sets the multi integration mode on GPIO 1. The exposure sequence is generated via the GPIO 1 input by the user. In this mode, the parameters are not effective. |
uEye.Defines.MultiIntegrationMode.Gpio2: Sets the multi integration mode on GPIO 2. The exposure sequence is generated via the GPIO 2 input by the user. In this mode, the parameters are not effective. |
|
uEye.Defines.MultiIntegrationMode.Software: The multi integration mode is controlled by software. In this case, the exposure sequence is generated by the camera-internal pulse-width modulation (PWM). In this mode, the parameters are effective. |
|
uEye.Defines.MultiIntegrationMode.Off: Disables the multi integration mode. |