Impact Acquire SDK C++
InfoBlueCOUGAR Class Reference

A more specific class to query information about a mvBlueCOUGAR devices and its driver(Device specific interface layout only). More...

#include <mvIMPACT_acquire.h>

Inheritance diagram for InfoBlueCOUGAR:
[legend]

Public Member Functions

HOBJ hObj (void) const
 Returns a unique identifier for the component collection referenced by this object.
 
 InfoBlueCOUGAR (Device *pDev)
 Constructs a new mvIMPACT::acquire::InfoBlueCOUGAR object.
 
const ComponentCollectionrestoreDefault (void) const
 Restores the default for every component of this collection.
 

Public Attributes

PropertyI captureBufferAlignment
 An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.
 
PropertyS deviceDriverVersion
 An integer property (read-only) containing the device driver version used by this device.
 
PropertyI64 deviceFPGAVersion
 A 64 bit integer property (read-only) containing the current FPGA version of this device.
 
PropertyS driverDate
 A string property (read-only) containing the date the device driver has been compiled.
 
PropertyS driverVersion
 A string property (read-only) containing the version number of the device driver.
 
PropertyS loadedSettings
 A string property (read-only) containing the name of the setting currently loaded.
 
PropertyS logFile
 A string property (read-only) containing the name and the full path of the current log-file for this device.
 
PropertyS recommendedListsForUIs
 A string property (read-only) containing an array of full search paths to lists which are recommended to be displayed in a user interface that is created dynamically.
 
PropertyIInfoSensorColorMode sensorColorMode
 An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known).
 
PropertyIInfoSensorType sensorType
 An enumerated integer property (read-only) containing the type of sensor chip of the camera (if known).
 
PropertyI sensorXRes
 An integer property (read-only) containing the horizontal resolution of the camera sensor.
 
PropertyI sensorYRes
 An integer property (read-only) containing the vertical resolution of the camera sensor.
 
PropertyIDeviceState state
 An enumerated integer property (read-only) containing the current state of this device.
 
PropertyI systemLogicalProcessorCount
 An integer property (read-only) containing the number of logical processors detected in the current system.
 
PropertyI systemPhysicalProcessorCount
 An integer property (read-only) containing the number of physical processors detected in the current system.
 

Protected Attributes

HOBJ m_hRoot
 

Detailed Description

A more specific class to query information about a mvBlueCOUGAR devices and its driver(Device specific interface layout only).

This class contains a collection of properties providing various information about a mvBlueCOUGAR devices and its driver.

Note
This class will only be available if mvIMPACT::acquire::Device::interfaceLayout is set to mvIMPACT::acquire::dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ InfoBlueCOUGAR()

InfoBlueCOUGAR ( Device * pDev)
inlineexplicit

Constructs a new mvIMPACT::acquire::InfoBlueCOUGAR object.

Parameters
[in]pDevA pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object.

Member Function Documentation

◆ hObj()

HOBJ hObj ( void ) const
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.

Returns
A unique identifier for the component referenced by this object.

◆ restoreDefault()

const ComponentCollection & restoreDefault ( void ) const
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.

Note
The caller must have the right to modify the component. Otherwise an exception will be thrown.
Returns
A const reference to the component.

Member Data Documentation

◆ captureBufferAlignment

PropertyI captureBufferAlignment
inherited

An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.

◆ deviceDriverVersion

PropertyS deviceDriverVersion
inherited

An integer property (read-only) containing the device driver version used by this device.

This is the version of the underlying hardware driver. For device drivers that don't have another user mode driver below the interface driver this property will contain the same version information as the property mvIMPACT::acquire::Info::driverVersion.

◆ deviceFPGAVersion

PropertyI64 deviceFPGAVersion

A 64 bit integer property (read-only) containing the current FPGA version of this device.

Note
This feature is only supported by mvBlueCOUGAR-S devices.

◆ driverDate

PropertyS driverDate
inherited

A string property (read-only) containing the date the device driver has been compiled.

◆ driverVersion

PropertyS driverVersion
inherited

A string property (read-only) containing the version number of the device driver.

◆ loadedSettings

PropertyS loadedSettings
inherited

A string property (read-only) containing the name of the setting currently loaded.

◆ logFile

PropertyS logFile
inherited

A string property (read-only) containing the name and the full path of the current log-file for this device.

◆ m_hRoot

HOBJ m_hRoot
protectedinherited

◆ recommendedListsForUIs

PropertyS recommendedListsForUIs
inherited

A string property (read-only) containing an array of full search paths to lists which are recommended to be displayed in a user interface that is created dynamically.

◆ sensorColorMode

PropertyIInfoSensorColorMode sensorColorMode
inherited

An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known).

Valid values for this property are defined by the enumeration mvIMPACT::acquire::TInfoSensorColorMode.

Note
If nothing is known about this feature, this property will contain mvIMPACT::acquire::iscmUnknown.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorType

PropertyIInfoSensorType sensorType
inherited

An enumerated integer property (read-only) containing the type of sensor chip of the camera (if known).

Valid values for this property are defined by the enumeration mvIMPACT::acquire::TInfoSensorType.

This usually will either be mvIMPACT::acquire::istCCD or mvIMPACT::acquire::istCMOS.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorXRes

PropertyI sensorXRes
inherited

An integer property (read-only) containing the horizontal resolution of the camera sensor.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ sensorYRes

PropertyI sensorYRes
inherited

An integer property (read-only) containing the vertical resolution of the camera sensor.

If the device has more than one sensor head, and all these sensor heads can be accessed using the current interface, this property will contain as many values as the devices offers sensor heads.

◆ state

PropertyIDeviceState state
inherited

An enumerated integer property (read-only) containing the current state of this device.

This property e.g. provides information about the current state of the device. For USB devices this can e.g. indicate whether a device is currently plugged into the system or not.

Valid values for this property are defined by the enumeration mvIMPACT::acquire::TDeviceState.

GenICam/GenTL device specific: In order to reduce the amount of network traffic to a minimum, this property will only be updated automatically for network devices if the property mvIMPACT::acquire::Device::registerErrorEvent is set to mvIMPACT::acquire::bTrue (which is the default behaviour). If the IP addresses stay the same the connection is automatically re-established then once the device is detected by the driver again. However if the IP address of the device and/or the network adapter of the system it is used from changes mvIMPACT::acquire::DeviceManager::updateDeviceList() must be called regardless of the value of mvIMPACT::acquire::Device::registerErrorEvent before a device that was lost can re-establish a connection to the capture driver.

◆ systemLogicalProcessorCount

PropertyI systemLogicalProcessorCount
inherited

An integer property (read-only) containing the number of logical processors detected in the current system.

Since
2.44.0

◆ systemPhysicalProcessorCount

PropertyI systemPhysicalProcessorCount
inherited

An integer property (read-only) containing the number of physical processors detected in the current system.

Since
2.44.0