Impact Acquire SDK .NET
|
A more specific class to query information about a mvBlueFOX device and its driver (Device specific interface layout only). More...
Public Member Functions | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
InfoBlueFOX (Device device) | |
Constructs a new mv.impact.acquire.InfoBlueFOX object. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly PropertyI | captureBufferAlignment = new PropertyI() |
An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver. | |
readonly PropertyS | deviceDriverVersion = new PropertyS() |
An integer property (read-only) containing the device driver version used by this device. | |
readonly PropertyI64 | deviceSensorRevision = new PropertyI64() |
A 64 bit integer property (read-only) containing the current revision of the sensor head of this device. | |
readonly PropertyF | deviceTemperature = new PropertyF() |
A float property (read-only) containing the temperature of the selected temperature sensor on the device in degrees Celsius. | |
readonly PropertyS | driverDate = new PropertyS() |
A string property (read-only) containing the date the device driver has been compiled. | |
readonly PropertyS | driverVersion = new PropertyS() |
A string property (read-only) containing the version number of the device driver. | |
readonly PropertyI | firmwareVersion = new PropertyI() |
An integer property (read-only) containing the firmware version of this device. | |
readonly PropertyS | loadedSettings = new PropertyS() |
A string property (read-only) containing the name of the setting currently loaded. | |
readonly PropertyS | logFile = new PropertyS() |
A string property (read-only) containing the name and the full path of the current log-file for this device. | |
readonly PropertyS | recommendedListsForUIs = new PropertyS() |
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. | |
readonly EnumPropertyI< TBlueFOXInfoSensorCapabilities > | sensorCaps = new EnumPropertyI<TBlueFOXInfoSensorCapabilities>() |
An integer property (read-only) containing a bit mask containing information about the sensors capabilities(if known). | |
readonly EnumPropertyI< TInfoSensorColorMode > | sensorColorMode = new EnumPropertyI<TInfoSensorColorMode>() |
An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known). | |
readonly PropertyI | sensorFPGAVersion = new PropertyI() |
An integer property (read-only) containing the FPGA version of the camera(if known). | |
readonly EnumPropertyI< TInfoSensorType > | sensorType = new EnumPropertyI<TInfoSensorType>() |
An enumerated integer property (read-only) containing the type of sensor chip of the camera(if known). | |
readonly PropertyI | sensorXRes = new PropertyI() |
An integer property (read-only) containing the horizontal resolution of the camera sensor. | |
readonly PropertyI | sensorYRes = new PropertyI() |
An integer property (read-only) containing the vertical resolution of the camera sensor. | |
readonly EnumPropertyI< TDeviceState > | state = new EnumPropertyI<TDeviceState>() |
An enumerated integer property (read-only) containing the current state of this device. | |
readonly PropertyI | systemLogicalProcessorCount = new PropertyI() |
An integer property (read-only) containing the number of logical processors detected in the current system. | |
readonly PropertyI | systemPhysicalProcessorCount = new PropertyI() |
An integer property (read-only) containing the number of physical processors detected in the current system. | |
readonly PropertyI | userEEPROMSize = new PropertyI() |
An integer property (read-only) containing the size of the user EEPROM that can be accessed using the I2C access features of mv.impact.acquire.I2CControl. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
A more specific class to query information about a mvBlueFOX device and its driver (Device specific interface layout only).
This class contains a collection of properties providing various information about a mvBlueFOX device and its driver.
|
inline |
Constructs a new mv.impact.acquire.InfoBlueFOX object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
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.
An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.
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 mv.impact.acquire.Info.driverVersion.
readonly PropertyI64 deviceSensorRevision = new PropertyI64() |
A 64 bit integer property (read-only) containing the current revision of the sensor head of this device.
A float property (read-only) containing the temperature of the selected temperature sensor on the device in degrees Celsius.
A string property (read-only) containing the date the device driver has been compiled.
A string property (read-only) containing the version number of the device driver.
An integer property (read-only) containing the firmware version of this device.
A string property (read-only) containing the name of the setting currently loaded.
A string property (read-only) containing the name and the full path of the current log-file for this device.
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.
readonly EnumPropertyI<TBlueFOXInfoSensorCapabilities> sensorCaps = new EnumPropertyI<TBlueFOXInfoSensorCapabilities>() |
An integer property (read-only) containing a bit mask containing information about the sensors capabilities(if known).
|
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 mv.impact.acquire.TInfoSensorColorMode.
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.
An integer property (read-only) containing the FPGA version of the camera(if known).
|
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 mv.impact.acquire.TInfoSensorType.
This usually will either be mv.impact.acquire.TInfoSensorType.istCCD or mv.impact.acquire.TInfoSensorType.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.
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.
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.
|
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 mv.impact.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 mv.impact.acquire.Device.registerErrorEvent is set to mv.impact.acquire.TBoolean.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 mv.impact.acquire.DeviceManager.updateDeviceList() must be called regardless of the value of mv.impact.acquire.Device.registerErrorEvent before a device that was lost can re-establish a connection to the capture driver.
An integer property (read-only) containing the number of logical processors detected in the current system.
An integer property (read-only) containing the number of physical processors detected in the current system.
An integer property (read-only) containing the size of the user EEPROM that can be accessed using the I2C access features of mv.impact.acquire.I2CControl.
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.