Enumeration
AravisExposureMode
Members
Name | Description |
---|---|
ARV_EXPOSURE_MODE_OFF |
Disables the Exposure and let the shutter open. |
ARV_EXPOSURE_MODE_TIMED |
Timed exposure. The exposure duration time is set using the ExposureTime or ExposureAuto features and the exposure starts with the FrameStart or LineStart. |
ARV_EXPOSURE_MODE_TRIGGER_WIDTH |
Uses the width of the current Frame or Line trigger signal(s) pulse to control the exposure duration. Note that if the Frame or Line TriggerActivation is RisingEdge or LevelHigh, the exposure duration will be the time the trigger stays High. If TriggerActivation is FallingEdge or LevelLow, the exposure time will last as long as the trigger stays Low. |
ARV_EXPOSURE_MODE_TRIGGER_CONTROLLED |
Uses one or more trigger signal(s) to control the exposure duration independently from the current Frame or Line triggers. See ExposureStart, ExposureEnd and ExposureActive of the TriggerSelector feature. |