Impact Acquire SDK C++
|
A class describing non-standard video cameras(Device specific interface layout only) (deprecated. More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
int | copyDescription (const std::string &newName) const |
Creates a new camera description list as a copy of the current one. | |
int | exportDescription (void) const |
Stores the current camera description on disk. | |
std::string | getClassName (void) const |
Returns the class this description is belonging to. | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
int | importDescription (void) const |
Updates a camera description with the data stored in a previous session or with the original default data. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
Public Attributes | |
PropertyI | aoiHeight |
An integer property defining the number of active lines to capture from the camera. | |
PropertyI | aoiStartX |
An integer property defining the X-offset in pixels to the first active pixel to capture. | |
PropertyI | aoiStartY |
An integer property defining the Y-offset in lines to the first active line to capture. | |
PropertyI | aoiWidth |
An integer property defining the number of active pixels to capture per line. | |
PropertyIClampMode | clampMode |
An enumerated integer property defining the clamp mode for this camera description. | |
PropertyI | clampStart_us |
The clamp start position defines where in each line of the video signal the frame grabber assumes the black level position. | |
PropertyIFieldGateMode | fieldGateMode |
An enumerated integer property defining the clamp mode for this camera description. | |
PropertyI | fieldGateStart |
An integer property defining the start position (in pixel clocks) of the field gate detection area. | |
PropertyI | fieldGateWidth |
An integer property defining the width (in pixel clocks) of the field gate detection area. | |
PropertyICameraExternalSyncEdge | HDOutput |
An enumerated integer property defining whether the horizontal sync. information is part of the video signal or transmitted via a separate wire. | |
PropertyICameraInterlacedType | interlacedType |
An enumerated integer property defining how the camera transmits image data. | |
PropertyI | lineFrequency_Hz |
An integer property containing the line frequency of this camera in Hertz. | |
PropertyS | name |
A string property read-only containing the name of this camera description list. | |
PropertyICameraExternalSyncEdge | pixelClockOutput |
An enumerated integer property containing information whether the pixel clock is part of the video signal or not. | |
PropertyI | scanRate_kHz |
An integer property containing the scan rate in kHz needed to driver the AD converter of the capture device with to convert the video signal properly. | |
PropertyIScanStandard | scanStandard |
An enumerated integer property defining the scan standard this camera is compliant with. | |
PropertyIAcquisitionField | startField |
An enumerated integer property containing information about the first field transmitted by a camera. | |
PropertyICameraExternalSyncOutput | syncOutput |
An enumerated integer property for RGB cameras containing information where the sync. information is transmitted. | |
PropertyICameraExternalSyncEdge | VDOutput |
An enumerated integer property defining whether the vertical sync. information is part of the video signal or transmitted via a separate wire. | |
PropertyICameraOutput | videoOutput |
An enumerated integer property defining the type of video outputs this camera offers. | |
PropertyIVideoStandard | videoStandard |
An enumerated integer property for defining the video standard this camera is compliant with. | |
Protected Attributes | |
HOBJ | m_hRoot |
Friends | |
class | CameraDescriptionManager |
A class describing non-standard video cameras(Device specific interface layout only) (deprecated.
This class can be used to describe a non-standard analogue video camera. A camera considered as non-standard when it is not compliant with one of the defined video standards like e.g. CCIR.
|
inlineinherited |
Creates a new camera description list as a copy of the current one.
This function can be used to create a new camera description list. It will create a deep copy of the properties referenced by this camera description and will append the new description to the list of camera descriptions.
[in] | newName | The name for the newly created camera description. This name MUST NOT match a description already existing. |
|
inlineinherited |
Stores the current camera description on disk.
This function can be used to store the current settings of a camera description permanently so that the next time the driver is initialized these settings are restored.
When exporting a camera description a file in XML format will be written to disk.
PUBLIC%/Documents/Balluff/ImpactAcquire/CameraFiles
(or MVIMPACT_ACQUIRE_DATA_DIR%/CameraFiles
, which will point to the same folder)/opt/ImpactAcquire/data/camerafiles
This behaviour can be modified by writing the property mvIMPACT::acquire::Device::customDataDirectory before initialising the device.
|
inlineinherited |
Returns the class this description is belonging to.
|
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 |
Updates a camera description with the data stored in a previous session or with the original default data.
When importing a camera description the device driver will try to retrieve the parameters needed from a XML file.
PUBLIC%/Documents/Balluff/ImpactAcquire/CameraFiles
(or MVIMPACT_ACQUIRE_DATA_DIR%/CameraFiles
, which will point to the same folder)/opt/ImpactAcquire/data/camerafiles
This behaviour can be modified by writing the property mvIMPACT::acquire::Device::customDataDirectory before initialising the device. To get access to an XML description file within the application, these file must be copied to this directory BEFORE the device is initialized. During the initialisation process the device driver will process every file located under this location and will add them to the internal list of descriptions. Every camera located during this process and also descriptions created later on during the program operation can be selected via the property mvIMPACT::acquire::CameraSettingsFrameGrabber::type.
To restore the default values valid during the driver was initialized the function mvIMPACT::acquire::ComponentCollection::restoreDefault can be used as well.
|
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.
|
friend |
|
inherited |
An integer property defining the number of active lines to capture from the camera.
|
inherited |
An integer property defining the X-offset in pixels to the first active pixel to capture.
|
inherited |
An integer property defining the Y-offset in lines to the first active line to capture.
|
inherited |
An integer property defining the number of active pixels to capture per line.
PropertyIClampMode clampMode |
An enumerated integer property defining the clamp mode for this camera description.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TClampMode.
PropertyI clampStart_us |
The clamp start position defines where in each line of the video signal the frame grabber assumes the black level position.
This will only need modification in very rare cases.
PropertyIFieldGateMode fieldGateMode |
An enumerated integer property defining the clamp mode for this camera description.
This defines how the field detection(ODD/EVEN) is done.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TFieldGateMode.
PropertyI fieldGateStart |
An integer property defining the start position (in pixel clocks) of the field gate detection area.
This will only need modification in very rare cases.
PropertyI fieldGateWidth |
An integer property defining the width (in pixel clocks) of the field gate detection area.
This will only need modification in very rare cases.
PropertyICameraExternalSyncEdge HDOutput |
An enumerated integer property defining whether the horizontal sync. information is part of the video signal or transmitted via a separate wire.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraExternalSyncEdge.
|
inherited |
An enumerated integer property defining how the camera transmits image data.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraInterlacedType.
PropertyI lineFrequency_Hz |
An integer property containing the line frequency of this camera in Hertz.
|
protectedinherited |
|
inherited |
A string property read-only containing the name of this camera description list.
PropertyICameraExternalSyncEdge pixelClockOutput |
An enumerated integer property containing information whether the pixel clock is part of the video signal or not.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraExternalSyncEdge.
|
inherited |
An integer property containing the scan rate in kHz needed to driver the AD converter of the capture device with to convert the video signal properly.
|
inherited |
An enumerated integer property defining the scan standard this camera is compliant with.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TScanStandard.
|
inherited |
An enumerated integer property containing information about the first field transmitted by a camera.
A camera might transmit either the odd or the even field of an interlaced video signal first.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TAcquisitionField.
PropertyICameraExternalSyncOutput syncOutput |
An enumerated integer property for RGB cameras containing information where the sync. information is transmitted.
This can either be within one of the three color components or on a separate wire.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraExternalSyncOutput.
PropertyICameraExternalSyncEdge VDOutput |
An enumerated integer property defining whether the vertical sync. information is part of the video signal or transmitted via a separate wire.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraExternalSyncEdge.
|
inherited |
An enumerated integer property defining the type of video outputs this camera offers.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TCameraOutput.
|
inherited |
An enumerated integer property for defining the video standard this camera is compliant with.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TVideoStandard.