Impact Acquire SDK C++
|
Properties to define the format of resulting images. More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
ImageDestination (Device *pDev, const std::string &settingName="Base") | |
brief Constructs a new mvIMPACT::acquire::ImageDestination object. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
Public Attributes | |
PropertyI | imageHeight |
An integer property defining the height of the scaled image. | |
PropertyI | imageWidth |
An integer property defining the width of the scaled image. | |
PropertyIImageDestinationPixelFormat | pixelFormat |
An enumerated integer property defining the pixel format of the resulting image. | |
PropertyIBoolean | scalerAoiEnable |
A boolean property defining whether an AOI, rather than the whole image, will be used for scaling. | |
PropertyI | scalerAoiHeight |
An integer property defining the height of the AOI in pixel to be used for scaling. | |
PropertyI | scalerAoiStartX |
An integer property defining the X-offset of the AOI in pixel to be used for the calculation. | |
PropertyI | scalerAoiStartY |
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation. | |
PropertyI | scalerAoiWidth |
An integer property defining the width of the AOI in pixel to be used for the calculation. | |
PropertyIScalerInterpolationMode | scalerInterpolationMode |
An integer property defining the interpolation method used when the scaler is active. | |
PropertyIScalerMode | scalerMode |
An integer property defining whether the image is scaled or not. | |
Protected Attributes | |
HOBJ | m_hRoot |
Properties to define the format of resulting images.
This class provides properties allowing the user to define how the resulting image should be created. Things like the width and height of the captured image can be defined here for example.
|
inlineexplicit |
brief Constructs a new mvIMPACT::acquire::ImageDestination 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 |
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
PropertyI imageHeight |
An integer property defining the height of the scaled image.
PropertyI imageWidth |
An integer property defining the width of the scaled image.
|
protectedinherited |
PropertyIImageDestinationPixelFormat pixelFormat |
An enumerated integer property defining the pixel format of the resulting image.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TImageDestinationPixelFormat.
PropertyIBoolean scalerAoiEnable |
A boolean property defining whether an AOI, rather than the whole image, will be used for scaling.
PropertyI scalerAoiHeight |
An integer property defining the height of the AOI in pixel to be used for scaling.
PropertyI scalerAoiStartX |
An integer property defining the X-offset of the AOI in pixel to be used for the calculation.
PropertyI scalerAoiStartY |
An integer property defining the Y-offset of the AOI in pixel to be used for the calculation.
PropertyI scalerAoiWidth |
An integer property defining the width of the AOI in pixel to be used for the calculation.
PropertyIScalerInterpolationMode scalerInterpolationMode |
An integer property defining the interpolation method used when the scaler is active.
PropertyIScalerMode scalerMode |
An integer property defining whether the image is scaled or not.