Impact Acquire SDK Java
InfoBlueDevice Class Reference

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

Inheritance diagram for InfoBlueDevice:
[legend]

Public Member Functions

synchronized void delete ()
 
PropertyI getCaptureBufferAlignment ()
 An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.
 
PropertyS getDeviceDriverVersion ()
 An integer property (read-only) containing the device driver version used by this device.
 
PropertyS getDriverDate ()
 A string property (read-only) containing the date the device driver has been compiled.
 
PropertyS getDriverVersion ()
 A string property (read-only) containing the version number of the device driver.
 
PropertyS getLoadedSettings ()
 A string property (read-only) containing the name of the setting currently loaded.
 
PropertyS getLogFile ()
 A string property (read-only) containing the name and the full path of the current log-file for this device.
 
PropertyS getRecommendedListsForUIs ()
 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.
 
PropertyI getSensorColorMode ()
 An enumerated integer property (read-only) containing the type of the sensor (color/mono/...)(if known).
 
PropertyI getSensorType ()
 An enumerated integer property (read-only) containing the type of sensor chip of the camera (if known).
 
PropertyI getSensorXRes ()
 An integer property (read-only) containing the horizontal resolution of the camera sensor.
 
PropertyI getSensorYRes ()
 An integer property (read-only) containing the vertical resolution of the camera sensor.
 
PropertyI getState ()
 An enumerated integer property (read-only) containing the current state of this device.
 
PropertyI getSystemLogicalProcessorCount ()
 An integer property (read-only) containing the number of logical processors detected in the current system.
 
PropertyI getSystemPhysicalProcessorCount ()
 An integer property (read-only) containing the number of physical processors detected in the current system.
 
int hObj ()
 Returns a unique identifier for the component collection referenced by this object.
 
 InfoBlueDevice (Device pDev)
 Constructs a new mvIMPACT.acquire.InfoBlueDevice object.
 
ComponentCollection restoreDefault ()
 Restores the default for every component of this collection.
 

Protected Member Functions

void finalize ()
 
 InfoBlueDevice (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (ComponentCollection obj)
 
static long swigRelease (Info obj)
 
static long swigRelease (InfoBlueDevice obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

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

This class contains a collection of properties providing various information about a mvBlueDevice device and its driver.

Note
This class will only be available if mvIMPACT.acquire.Device.getInterfaceLayout() is set to mvIMPACT.acquire.TDeviceInterfaceLayout.dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ InfoBlueDevice() [1/2]

InfoBlueDevice ( long cPtr,
boolean cMemoryOwn )
protected

◆ InfoBlueDevice() [2/2]

Constructs a new mvIMPACT.acquire.InfoBlueDevice object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object.

Member Function Documentation

◆ delete()

synchronized void delete ( )

Reimplemented from Info.

Reimplemented in InfoBlueCOUGAR, and InfoBlueFOX.

◆ finalize()

void finalize ( )
protected

Reimplemented from Info.

Reimplemented in InfoBlueCOUGAR, and InfoBlueFOX.

◆ getCaptureBufferAlignment()

PropertyI getCaptureBufferAlignment ( )
inherited

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

◆ getDeviceDriverVersion()

PropertyS getDeviceDriverVersion ( )
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.getDriverVersion().

◆ getDriverDate()

PropertyS getDriverDate ( )
inherited

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

◆ getDriverVersion()

PropertyS getDriverVersion ( )
inherited

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

◆ getLoadedSettings()

PropertyS getLoadedSettings ( )
inherited

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

◆ getLogFile()

PropertyS getLogFile ( )
inherited

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

◆ getRecommendedListsForUIs()

PropertyS getRecommendedListsForUIs ( )
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.

◆ getSensorColorMode()

PropertyI getSensorColorMode ( )

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.TInfoSensorColorMode.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.

◆ getSensorType()

PropertyI getSensorType ( )

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.TInfoSensorType.istCCD or mvIMPACT.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.

◆ getSensorXRes()

PropertyI getSensorXRes ( )

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.

◆ getSensorYRes()

PropertyI getSensorYRes ( )

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.

◆ getState()

PropertyI getState ( )
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.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 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.

◆ getSystemLogicalProcessorCount()

PropertyI getSystemLogicalProcessorCount ( )
inherited

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

Since
2.44.0

◆ getSystemPhysicalProcessorCount()

PropertyI getSystemPhysicalProcessorCount ( )
inherited

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

Since
2.44.0

◆ hObj()

int hObj ( )
inherited

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()

ComponentCollection restoreDefault ( )
inherited

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.

◆ swigRelease() [1/3]

static long swigRelease ( ComponentCollection obj)
staticprotectedinherited

◆ swigRelease() [2/3]

static long swigRelease ( Info obj)
staticprotectedinherited

◆ swigRelease() [3/3]

static long swigRelease ( InfoBlueDevice obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protectedinherited