Impact Acquire SDK C++
|
Category that contains the Analog control features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
AnalogControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::AnalogControl object. | |
Public Attributes | |
PropertyF | balanceRatio |
A floating point property. Controls ratio of the selected color component to a reference color component. | |
PropertyI64 | balanceRatioSelector |
An enumerated integer property. Selects which Balance ratio to control. | |
PropertyI64 | balanceWhiteAuto |
An enumerated integer property. Controls the mode for automatic white balancing between the color channels. | |
PropertyF | blackLevel |
A floating point property. Controls the analog black level as an absolute physical value. | |
PropertyI64 | blackLevelAuto |
An enumerated integer property. Controls the mode for automatic black level adjustment. | |
PropertyI64 | blackLevelAutoBalance |
An enumerated integer property. Controls the mode for automatic black level balancing between the sensor color channels or taps. | |
PropertyI64 | blackLevelSelector |
An enumerated integer property. Selects which Black Level is controlled by the various Black Level features. | |
PropertyF | gain |
A floating point property. Controls the selected gain as an absolute physical value. | |
PropertyI64 | gainAuto |
An enumerated integer property. Sets the automatic gain control (AGC) mode. | |
PropertyI64 | gainAutoBalance |
An enumerated integer property. Sets the mode for automatic gain balancing between the sensor color channels or taps. | |
PropertyI64 | gainSelector |
An enumerated integer property. Selects which Gain is controlled by the various Gain features. | |
PropertyF | gamma |
A floating point property. Controls the gamma correction of pixel intensity. | |
PropertyI64 | mvADCGain |
An integer property. Adapt gain. Gain value of the sensor may differ from sensor to sensor. | |
PropertyI64 | mvBalanceWhiteAutoAOIMode |
An enumerated integer property. Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvBalanceWhiteAutoHeight |
An integer property. Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvBalanceWhiteAutoOffsetX |
An integer property. Common AOI X-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvBalanceWhiteAutoOffsetY |
An integer property. Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvBalanceWhiteAutoWidth |
An integer property. Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvDigitalGainOffset |
An integer property. Used for fine tuning of the brightness of the sensor. | |
PropertyI64 | mvGainAutoAOIMode |
An enumerated integer property. Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balancing. | |
PropertyI64 | mvGainAutoAverageGrey |
An integer property. Common desired average grey value (in percent) used for Auto Gain Control(AGC) and Auto Exposure Control(AEC). | |
PropertyI64 | mvGainAutoDelayImages |
An integer property. The number of frames that the AEC must skip before updating the exposure register. | |
PropertyI64 | mvGainAutoHeight |
An integer property. Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvGainAutoHighlightAOI |
An enumerated integer property. Highlight auto control AOI to check AOI settings. Switch off for normal operation. | |
PropertyF | mvGainAutoLowerLimit |
A floating point property. The lower limit of the gain in auto gain mode. | |
PropertyI64 | mvGainAutoMode |
An enumerated integer property. Selects the common auto mode for gain and exposure. | |
PropertyI64 | mvGainAutoOffsetX |
An integer property. Common AOI X-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvGainAutoOffsetY |
An integer property. Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyI64 | mvGainAutoSpeed |
An enumerated integer property. Determines the increment or decrement size of gain value from frame to frame. | |
PropertyF | mvGainAutoUpperLimit |
A floating point property. The upper limit of the gain in auto gain mode. | |
PropertyI64 | mvGainAutoWidth |
An integer property. Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB). | |
PropertyF | mvGainHorizontalZoneDivider |
A floating point property. Defines the position(in percent of the total number of lines) within the image to switch from one gain value to the next. | |
PropertyI64 | mvGainMode |
An enumerated integer property. Sets the operation mode of Gain. | |
PropertyIBoolean | mvGammaEnable |
A boolean property. Enables Gamma correction. All other LUT will be disabled. | |
PropertyI64 | mvGammaSelector |
An enumerated integer property. Sets the type of Gamma to be used. | |
PropertyI64 | mvLinearLogarithmicMode |
An integer property. Controls the knee point between linear response and logarithmic response. | |
PropertyI64 | mvLowLight |
An enumerated integer property. Makes the image brighter. | |
Method | mvSaveCalibrationData |
A method object. Saves the calibration data to non-volatile memory. | |
PropertyI64 | mvTapBalancingMode |
An enumerated integer property. Where do the tap balancing calibration data come from? | |
PropertyI64 | mvVRamp |
An integer property. Adjusting this value will result in better column CDS (correlated double sampling) which will remove the column FPN from the image. | |
PropertyF | whiteClip |
A floating point property. Controls the maximal intensity taken by the video signal before being clipped as an absolute physical value. | |
PropertyI64 | whiteClipSelector |
An enumerated integer property. Selects which White Clip to control. | |
Category that contains the Analog control features.
A category that contains the Analog control features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::AnalogControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT::acquire::FunctionInterface::getAvailableSettings, new settings can be created with the function mvIMPACT::acquire::FunctionInterface::createSetting |
PropertyF balanceRatio |
A floating point property. Controls ratio of the selected color component to a reference color component.
Controls ratio of the selected color component to a reference color component. It is used for white balancing.
PropertyI64 balanceRatioSelector |
An enumerated integer property. Selects which Balance ratio to control.
Selects which Balance ratio to control.
The following string values might be valid for this feature:
PropertyI64 balanceWhiteAuto |
An enumerated integer property. Controls the mode for automatic white balancing between the color channels.
Controls the mode for automatic white balancing between the color channels. The white balancing ratios are automatically adjusted.
The following string values might be valid for this feature:
PropertyF blackLevel |
A floating point property. Controls the analog black level as an absolute physical value.
Controls the analog black level as an absolute physical value. This represents a DC offset applied to the video signal.
PropertyI64 blackLevelAuto |
An enumerated integer property. Controls the mode for automatic black level adjustment.
Controls the mode for automatic black level adjustment. The exact algorithm used to implement this adjustment is device-specific.
The following string values might be valid for this feature:
PropertyI64 blackLevelAutoBalance |
An enumerated integer property. Controls the mode for automatic black level balancing between the sensor color channels or taps.
Controls the mode for automatic black level balancing between the sensor color channels or taps. The black level coefficients of each channel are adjusted so they are matched.
The following string values might be valid for this feature:
PropertyI64 blackLevelSelector |
An enumerated integer property. Selects which Black Level is controlled by the various Black Level features.
Selects which Black Level is controlled by the various Black Level features.
The following string values might be valid for this feature:
PropertyF gain |
A floating point property. Controls the selected gain as an absolute physical value.
Controls the selected gain as an absolute physical value. This is an amplification factor applied to the video signal.
PropertyI64 gainAuto |
An enumerated integer property. Sets the automatic gain control (AGC) mode.
Sets the automatic gain control (AGC) mode. The exact algorithm used to implement AGC is device-specific.
The following string values might be valid for this feature:
PropertyI64 gainAutoBalance |
An enumerated integer property. Sets the mode for automatic gain balancing between the sensor color channels or taps.
Sets the mode for automatic gain balancing between the sensor color channels or taps. The gain coefficients of each channel or tap are adjusted so they are matched.
The following string values might be valid for this feature:
PropertyI64 gainSelector |
An enumerated integer property. Selects which Gain is controlled by the various Gain features.
Selects which Gain is controlled by the various Gain features.
The following string values might be valid for this feature:
PropertyF gamma |
A floating point property. Controls the gamma correction of pixel intensity.
Controls the gamma correction of pixel intensity. Since the human eye perceives light similar to a logarithm of real light intensity it's characteristic curve is non-linear. It follows the rule of (intensity ^ gamma) with a gamma value between 0.3-0.5. To provide as much useful information as possible, the image is converted from 12-bit acquired by the sensor to 8-bit utilizing this characteristic curve. The result is a linearized image optimized for the human eye's non-linear behavior which allows to perceive as much intensity differences as possible.
PropertyI64 mvADCGain |
An integer property. Adapt gain. Gain value of the sensor may differ from sensor to sensor.
Adapt gain. Gain value of the sensor may differ from sensor to sensor.
PropertyI64 mvBalanceWhiteAutoAOIMode |
An enumerated integer property. Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
The following string values might be valid for this feature:
PropertyI64 mvBalanceWhiteAutoHeight |
An integer property. Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvBalanceWhiteAutoOffsetX |
An integer property. Common AOI X-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI XOffset used for auto gain control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvBalanceWhiteAutoOffsetY |
An integer property. Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvBalanceWhiteAutoWidth |
An integer property. Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvDigitalGainOffset |
An integer property. Used for fine tuning of the brightness of the sensor.
Used for fine tuning of the brightness of the sensor.
PropertyI64 mvGainAutoAOIMode |
An enumerated integer property. Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balancing.
Common AutoControl AOI used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balancing.
The following string values might be valid for this feature:
PropertyI64 mvGainAutoAverageGrey |
An integer property. Common desired average grey value (in percent) used for Auto Gain Control(AGC) and Auto Exposure Control(AEC).
Common desired average grey value (in percent) used for Auto Gain Control(AGC) and Auto Exposure Control(AEC).
PropertyI64 mvGainAutoDelayImages |
An integer property. The number of frames that the AEC must skip before updating the exposure register.
The number of frames that the AEC must skip before updating the exposure register
PropertyI64 mvGainAutoHeight |
An integer property. Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Height used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvGainAutoHighlightAOI |
An enumerated integer property. Highlight auto control AOI to check AOI settings. Switch off for normal operation.
Highlight auto control AOI to check AOI settings. Switch off for normal operation.
The following string values might be valid for this feature:
PropertyF mvGainAutoLowerLimit |
A floating point property. The lower limit of the gain in auto gain mode.
The lower limit of the gain in auto gain mode
PropertyI64 mvGainAutoMode |
An enumerated integer property. Selects the common auto mode for gain and exposure.
Selects the common auto mode for gain and exposure.
The following string values might be valid for this feature:
PropertyI64 mvGainAutoOffsetX |
An integer property. Common AOI X-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI X-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvGainAutoOffsetY |
An integer property. Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Y-Offset used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyI64 mvGainAutoSpeed |
An enumerated integer property. Determines the increment or decrement size of gain value from frame to frame.
Determines the increment or decrement size of gain value from frame to frame.
The following string values might be valid for this feature:
PropertyF mvGainAutoUpperLimit |
A floating point property. The upper limit of the gain in auto gain mode.
The upper limit of the gain in auto gain mode
PropertyI64 mvGainAutoWidth |
An integer property. Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
Common AOI Width used for Auto Gain Control(AGC), Auto Exposure Control(AEC) and Auto White Balance(AWB).
PropertyF mvGainHorizontalZoneDivider |
A floating point property. Defines the position(in percent of the total number of lines) within the image to switch from one gain value to the next.
Defines the position(in percent of the total number of lines) within the image to switch from one gain value to the next. 100% means that only one zone exists. 25% means that the upper 25% of the image are defined by the gain value of 'mvHorizontalZone0' and the lower 75% are defined by the gain value of 'mvHorizontalZone1'. Some sensors may only allow to change the gain at certain positions e.g. the last line of a defined ROI. In this case the first possible switching point above the actual line will be used.
PropertyI64 mvGainMode |
An enumerated integer property. Sets the operation mode of Gain.
Sets the operation mode of Gain
The following string values might be valid for this feature:
PropertyIBoolean mvGammaEnable |
A boolean property. Enables Gamma correction. All other LUT will be disabled.
Enables gamma correction. All other LUT will be disabled.
PropertyI64 mvGammaSelector |
An enumerated integer property. Sets the type of Gamma to be used.
Sets the type of Gamma to be used.
The following string values might be valid for this feature:
PropertyI64 mvLinearLogarithmicMode |
An integer property. Controls the knee point between linear response and logarithmic response.
Controls the knee point between linear response and logarithmic response.
PropertyI64 mvLowLight |
An enumerated integer property. Makes the image brighter.
Makes the image brighter.
The following string values might be valid for this feature:
Method mvSaveCalibrationData |
A method object. Saves the calibration data to non-volatile memory.
Saves the calibration data to non-volatile memory.
PropertyI64 mvTapBalancingMode |
An enumerated integer property. Where do the tap balancing calibration data come from?
Where do the tap balancing calibration data come from?
The following string values might be valid for this feature:
PropertyI64 mvVRamp |
An integer property. Adjusting this value will result in better column CDS (correlated double sampling) which will remove the column FPN from the image.
Adjusting this value will result in better column CDS (correlated double sampling) which will remove the column FPN from the image.
PropertyF whiteClip |
A floating point property. Controls the maximal intensity taken by the video signal before being clipped as an absolute physical value.
Controls the maximal intensity taken by the video signal before being clipped as an absolute physical value. The video signal will never exceed the white clipping point: it will saturate at that level.
PropertyI64 whiteClipSelector |
An enumerated integer property. Selects which White Clip to control.
Selects which White Clip to control.
The following string values might be valid for this feature: