Impact Acquire SDK Java
|
Classes and functions that will be available if the device is used. More...
Protected Member Functions | |
DeviceControl (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | swigRelease (DeviceControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Classes and functions that will be available if the device is used.
with the GenICam interface layout. This group contains classes and functions that will be available if the device is used with the mvIMPACT.acquire.TDeviceInterfaceLayout.dilGenICam interface layout.
Category for device information and control. A category for device information and control.
|
protected |
DeviceControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.DeviceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] 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 |
DeviceControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.DeviceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. 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 |
synchronized void delete | ( | ) |
|
protected |
PropertyI64 getDeviceCharacterSet | ( | ) |
An enumerated integer property.
Character set used by the strings of the device.
Character set used by the strings of the device.
The following string values might be valid for this feature:
PropertyF getDeviceClockFrequency | ( | ) |
A floating point property.
Returns the frequency of the selected Clock.
Returns the frequency of the selected Clock.
PropertyI64 getDeviceClockSelector | ( | ) |
An enumerated integer property.
Selects the clock frequency to access from the device.
Selects the clock frequency to access from the device.
The following string values might be valid for this feature:
PropertyI64 getDeviceConnectionSelector | ( | ) |
An integer property.
Selects which Connection of the device to control.
Selects which Connection of the device to control.
PropertyI64 getDeviceConnectionSpeed | ( | ) |
An integer property.
Indicates the speed of transmission of the specified Connection.
Indicates the speed of transmission of the specified Connection
PropertyI64 getDeviceConnectionStatus | ( | ) |
An enumerated integer property.
Indicates the status of the specified Connection.
Indicates the status of the specified Connection.
The following string values might be valid for this feature:
PropertyI64 getDeviceEventChannelCount | ( | ) |
An integer property.
Indicates the number of event channels supported by the device.
Indicates the number of event channels supported by the device.
PropertyS getDeviceFamilyName | ( | ) |
A string property.
Identifier of the product family of the device.
Identifier of the product family of the device.
Method getDeviceFeaturePersistenceEnd | ( | ) |
A method object.
Indicate to the device the end of feature persistence.
Indicate to the device the end of feature persistence.
Method getDeviceFeaturePersistenceStart | ( | ) |
A method object.
Indicate to the device and GenICam XML to get ready for persisting of all streamable features.
Indicate to the device and GenICam XML to get ready for persisting of all streamable features.
PropertyS getDeviceFirmwareVersion | ( | ) |
A string property.
Version of the firmware in the device.
Version of the firmware in the device.
PropertyI64 getDeviceGenCPVersionMajor | ( | ) |
An integer property.
Major version of the GenCP protocol supported by the device.
Major version of the GenCP protocol supported by the device.
PropertyI64 getDeviceGenCPVersionMinor | ( | ) |
An integer property.
Minor version of the GenCP protocol supported by the device.
Minor version of the GenCP protocol supported by the device.
PropertyS getDeviceID | ( | ) |
A string property.
This feature is deprecated (See DeviceSerialNumber).
PropertyI64 getDeviceIndicatorMode | ( | ) |
An enumerated integer property.
Controls the behavior of the indicators (such as LEDs) showing the status of the Device.
Controls the behavior of the indicators (such as LEDs) showing the status of the Device.
The following string values might be valid for this feature:
PropertyF getDeviceLinkCommandTimeout | ( | ) |
A floating point property.
Indicates the command timeout of the specified Link.
Indicates the command timeout of the specified Link. This corresponds to the maximum response time of the device for a command sent on that link.
PropertyI64 getDeviceLinkConnectionCount | ( | ) |
An integer property.
Returns the number of physical connection of the device used by a particular Link.
Returns the number of physical connection of the device used by a particular Link.
PropertyI64 getDeviceLinkHeartbeatMode | ( | ) |
An enumerated integer property.
Activate or deactivate the Link's heartbeat.
Activate or deactivate the Link's heartbeat.
The following string values might be valid for this feature:
PropertyF getDeviceLinkHeartbeatTimeout | ( | ) |
A floating point property.
Controls the current heartbeat timeout of the specific Link.
Controls the current heartbeat timeout of the specific Link.
PropertyI64 getDeviceLinkSelector | ( | ) |
An integer property.
Selects which Link of the device to control.
Selects which Link of the device to control.
PropertyI64 getDeviceLinkSpeed | ( | ) |
An integer property.
Indicates the speed of transmission negotiated on the specified Link.
Indicates the speed of transmission negotiated on the specified Link.
PropertyI64 getDeviceLinkThroughputLimit | ( | ) |
An integer property.
Limits the maximum bandwidth of the data that will be streamed out by the device on the selected Link.
Limits the maximum bandwidth of the data that will be streamed out by the device on the selected Link. If necessary, delays will be uniformly inserted between transport layer packets in order to control the peak bandwidth.
PropertyI64 getDeviceLinkThroughputLimitMode | ( | ) |
An enumerated integer property.
Controls if the DeviceLinkThroughputLimit is active.
Controls if the DeviceLinkThroughputLimit is active. When disabled, lower level TL specific features are expected to control the throughput. When enabled, DeviceLinkThroughputLimit controls the overall throughput.
The following string values might be valid for this feature:
PropertyI64 getDeviceManifestEntrySelector | ( | ) |
An integer property.
Selects the manifest entry to reference.
Selects the manifest entry to reference.
PropertyS getDeviceManifestPrimaryURL | ( | ) |
A string property.
Indicates the first URL to the GenICam XML device description file of the selected manifest entry.
Indicates the first URL to the GenICam XML device description file of the selected manifest entry.
PropertyI64 getDeviceManifestSchemaMajorVersion | ( | ) |
An integer property.
Indicates the major version number of the schema file of the selected manifest entry.
Indicates the major version number of the schema file of the selected manifest entry.
PropertyI64 getDeviceManifestSchemaMinorVersion | ( | ) |
An integer property.
Indicates the minor version number of the schema file of the selected manifest entry.
Indicates the minor version number of the schema file of the selected manifest entry.
PropertyS getDeviceManifestSecondaryURL | ( | ) |
A string property.
Indicates the second URL to the GenICam XML device description file of the selected manifest entry.
Indicates the second URL to the GenICam XML device description file of the selected manifest entry.
PropertyI64 getDeviceManifestXMLMajorVersion | ( | ) |
An integer property.
Indicates the major version number of the GenICam XML file of the selected manifest entry.
Indicates the major version number of the GenICam XML file of the selected manifest entry.
PropertyI64 getDeviceManifestXMLMinorVersion | ( | ) |
An integer property.
Indicates the minor version number of the GenICam XML file of the selected manifest entry.
Indicates the minor version number of the GenICam XML file of the selected manifest entry.
PropertyI64 getDeviceManifestXMLSubMinorVersion | ( | ) |
An integer property.
Indicates the subminor version number of the GenICam XML file of the selected manifest entry.
Indicates the subminor version number of the GenICam XML file of the selected manifest entry.
PropertyS getDeviceManufacturerInfo | ( | ) |
A string property.
Manufacturer information about the device.
Manufacturer information about the device.
PropertyI64 getDeviceMaxThroughput | ( | ) |
An integer property.
Maximum bandwidth of the data that can be streamed out of the device.
Maximum bandwidth of the data that can be streamed out of the device. This can be used to estimate if the physical connection(s) can sustain transfer of free-running images from the camera at its maximum speed.
PropertyI64 getDeviceMessageChannelCount | ( | ) |
An integer property.
This feature is deprecated (See DeviceEventChannelCount).
PropertyS getDeviceModelName | ( | ) |
A string property.
Model of the device.
Model of the device.
Method getDeviceRegistersCheck | ( | ) |
A method object.
Perform the validation of the current register set for consistency.
Perform the validation of the current register set for consistency. This will update the DeviceRegistersValid flag.
PropertyI64 getDeviceRegistersEndianness | ( | ) |
An enumerated integer property.
Endianness of the registers of the device.
Endianness of the registers of the device.
The following string values might be valid for this feature:
Method getDeviceRegistersStreamingEnd | ( | ) |
A method object.
Announce the end of registers streaming.
Announce the end of registers streaming. This will do a register set validation for consistency and activate it. This will also update the DeviceRegistersValid flag.
Method getDeviceRegistersStreamingStart | ( | ) |
A method object.
Prepare the device for registers streaming without checking for consistency.
Prepare the device for registers streaming without checking for consistency.
PropertyI getDeviceRegistersValid | ( | ) |
A boolean property.
Returns if the current register set is valid and consistent.
Returns if the current register set is valid and consistent.
Method getDeviceReset | ( | ) |
A method object.
Resets the device to its power up state.
Resets the device to its power up state. After reset, the device must be rediscovered.
PropertyI64 getDeviceScanType | ( | ) |
An enumerated integer property.
Scan type of the sensor of the device.
Scan type of the sensor of the device.
The following string values might be valid for this feature:
PropertyS getDeviceSerialNumber | ( | ) |
A string property.
Device's serial number.
Device's serial number. This string is a unique identifier of the device.
PropertyI64 getDeviceSerialPortBaudRate | ( | ) |
An enumerated integer property.
This feature controls the baud rate used by the selected serial port.
This feature controls the baud rate used by the selected serial port.
The following string values might be valid for this feature:
PropertyI64 getDeviceSerialPortSelector | ( | ) |
An enumerated integer property.
Selects which serial port of the device to control.
Selects which serial port of the device to control.
The following string values might be valid for this feature:
PropertyI64 getDeviceSFNCVersionMajor | ( | ) |
An integer property.
Major version of the Standard Features Naming Convention that was used to create the device's GenICam XML.
Major version of the Standard Features Naming Convention that was used to create the device's GenICam XML.
PropertyI64 getDeviceSFNCVersionMinor | ( | ) |
An integer property.
Minor version of the Standard Features Naming Convention that was used to create the device's GenICam XML.
Minor version of the Standard Features Naming Convention that was used to create the device's GenICam XML.
PropertyI64 getDeviceSFNCVersionSubMinor | ( | ) |
An integer property.
Sub minor version of Standard Features Naming Convention that was used to create the device's GenICam XML.
Sub minor version of Standard Features Naming Convention that was used to create the device's GenICam XML.
PropertyI64 getDeviceStreamChannelCount | ( | ) |
An integer property.
Indicates the number of streaming channels supported by the device.
Indicates the number of streaming channels supported by the device.
PropertyI64 getDeviceStreamChannelEndianness | ( | ) |
An enumerated integer property.
Endianness of multi-byte pixel data for this stream.
Endianness of multi-byte pixel data for this stream.
The following string values might be valid for this feature:
PropertyI64 getDeviceStreamChannelLink | ( | ) |
An integer property.
Index of device's Link to use for streaming the specified stream channel.
Index of device's Link to use for streaming the specified stream channel.
PropertyI64 getDeviceStreamChannelPacketSize | ( | ) |
An integer property.
Specifies the stream packet size, in bytes, to send on the selected channel for a Transmitter or specifies the maximum packet size supported by a receiver.
Specifies the stream packet size, in bytes, to send on the selected channel for a Transmitter or specifies the maximum packet size supported by a receiver.
PropertyI64 getDeviceStreamChannelSelector | ( | ) |
An integer property.
Selects the stream channel to control.
Selects the stream channel to control.
PropertyI64 getDeviceStreamChannelType | ( | ) |
An enumerated integer property.
Reports the type of the stream channel.
Reports the type of the stream channel.
The following string values might be valid for this feature:
PropertyF getDeviceTemperature | ( | ) |
A floating point property.
Device temperature in degrees Celsius (C).
Device temperature in degrees Celsius (C). It is measured at the location selected by DeviceTemperatureSelector.
PropertyI64 getDeviceTemperatureSelector | ( | ) |
An enumerated integer property.
Selects the location within the device, where the temperature will be measured.
Selects the location within the device, where the temperature will be measured.
The following string values might be valid for this feature:
PropertyI64 getDeviceTLType | ( | ) |
An enumerated integer property.
Transport Layer type of the device.
Transport Layer type of the device.
The following string values might be valid for this feature:
PropertyI64 getDeviceTLVersionMajor | ( | ) |
An integer property.
Major version of the Transport Layer of the device.
Major version of the Transport Layer of the device.
PropertyI64 getDeviceTLVersionMinor | ( | ) |
An integer property.
Minor version of the Transport Layer of the device.
Minor version of the Transport Layer of the device.
PropertyI64 getDeviceTLVersionSubMinor | ( | ) |
An integer property.
Sub minor version of the Transport Layer of the device.
Sub minor version of the Transport Layer of the device.
PropertyI64 getDeviceType | ( | ) |
An enumerated integer property.
Returns the device type.
Returns the device type.
The following string values might be valid for this feature:
PropertyS getDeviceUserID | ( | ) |
A string property.
User-programmable device identifier.
User-programmable device identifier.
PropertyS getDeviceVendorName | ( | ) |
A string property.
Name of the manufacturer of the device.
Name of the manufacturer of the device.
PropertyS getDeviceVersion | ( | ) |
A string property.
Version of the device.
Version of the device.
Method getMvCalculateHashCode | ( | ) |
A method object.
Do a new calculation of the hash code. This might serve as a means to check whether the firmware has been changed in flash.
Do a new calculation of the hash code. This might serve as a means to check whether the firmware has been changed in flash. Caution: This needs approximately 15-20 seconds.
PropertyI64 getMvDeviceClockFrequency | ( | ) |
An enumerated integer property.
Clock frequency of the image sensor of the camera.
Clock frequency of the image sensor of the camera.
The following string values might be valid for this feature:
PropertyS getMvDeviceFirmwareBuildDate | ( | ) |
A string property.
The build time and date of the firmware
The build time and date of the firmware
PropertyI64 getMvDeviceFirmwareHashAlgorithm | ( | ) |
An enumerated integer property.
The algorithm used for the hash calculation.
The algorithm used for the hash calculation.
The following string values might be valid for this feature:
PropertyS getMvDeviceFirmwareHashCode | ( | ) |
A string property.
Shows the hash code of the firmware.
Shows the hash code of the firmware.
PropertyI64 getMvDeviceFirmwareSource | ( | ) |
An enumerated integer property.
Shows the location from where the firmware was loaded.
Shows the location from where the firmware was loaded.
The following string values might be valid for this feature:
PropertyS getMvDeviceFPGAVersion | ( | ) |
A string property.
Shows version number of the FPGA.
Shows version number of the FPGA.
PropertyI64 getMvDeviceLaserCurrent | ( | ) |
An integer property.
Laser current consumption value (mA).
Laser current consumption value (mA).
PropertyI64 getMvDevicePowerMode | ( | ) |
An enumerated integer property.
Selects the device power mode.
Selects the device power mode.
The following string values might be valid for this feature:
PropertyI64 getMvDeviceProcessingUnit | ( | ) |
An enumerated integer property.
The processing unit to activate for the selected processing unit.
The processing unit to activate for the selected processing unit.
The following string values might be valid for this feature:
PropertyI64 getMvDeviceProcessingUnitSelector | ( | ) |
An integer property.
Selects the device processing unit.
Selects the device processing unit.
PropertyI64 getMvDeviceRegistersStatus | ( | ) |
An enumerated integer property.
Will give a hint where to find the invalid register settings if any.
Will give a hint where to find the invalid register settings if any.
The following string values might be valid for this feature:
PropertyI64 getMvDeviceSensorColorMode | ( | ) |
An enumerated integer property.
Shows color mode of the sensor.
Shows color mode of the sensor.
The following string values might be valid for this feature:
PropertyI64 getMvDeviceStandbyTimeout | ( | ) |
An integer property.
Defines the time in seconds after which the device automatically switches to standby if no register is read.
Defines the time in seconds after which the device automatically switches to standby if no register is read.
PropertyI getMvDeviceStandbyTimeoutEnable | ( | ) |
A boolean property.
If enabled, the device switch to standby after a configurable time if no register is read.
If enabled, the device switch to standby after a configurable time if no register is read.
PropertyI getMvDeviceStatusLEDEnable | ( | ) |
A boolean property.
This feature is deprecated (See DeviceIndicatorMode). If enabled, the color of the LED changes depending on the state of the camera. Otherwise the LED is Off.
PropertyI64 getMvDeviceTemperatureLimitHysteresis | ( | ) |
An enumerated integer property.
Hysteresis in degrees Celsius(C) for temperature limits.
Hysteresis in degrees Celsius(C) for temperature limits.
The following string values might be valid for this feature:
PropertyF getMvDeviceTemperatureLowerLimit | ( | ) |
A floating point property.
Lower limit in degrees Celsius(C) for the TemperatureOutOfRange signal.
Lower limit in degrees Celsius(C) for the TemperatureOutOfRange signal.
PropertyI64 getMvDeviceTemperatureRaw | ( | ) |
An integer property.
Device temperature in degrees Celsius (C).
Device temperature in degrees Celsius (C). It is measured at the location selected by DeviceTemperatureSelector.
PropertyF getMvDeviceTemperatureUpperLimit | ( | ) |
A floating point property.
Upper limit in degrees Celsius(C) for the TemperatureOutOfRange signal.
Upper limit in degrees Celsius(C) for the TemperatureOutOfRange signal.
PropertyI64 getMvDeviceTimeSync | ( | ) |
An enumerated integer property.
you can specify the way the camera timestamps are synchronized to the PC / your application
you can specify the way the camera timestamps are synchronized to the PC / your application
The following string values might be valid for this feature:
PropertyI64 getMvDeviceTimeSyncPushValue | ( | ) |
An integer property.
when you write to this register in 'mvPushSynchronization'-mode you can actively synchronize the timestamps with accurate time values
when you write to this register in 'mvPushSynchronization'-mode you can actively synchironize the timestamps with accurate time values
PropertyI64 getMvTemperatureState | ( | ) |
An enumerated integer property.
Indicates the current temperature state of the camera
Indicates the current temperature state of the camera
The following string values might be valid for this feature:
PropertyI64 getMvTemperatureStateCriticalThreshold | ( | ) |
An integer property.
If the temperature of the camera exceeds this value mvTemperatureState switches from normal to critical
If the temperature of the camera exceeds this value mvTemperatureState switches from normal to critical
PropertyI64 getMvTimestampPPSPulsesMissed | ( | ) |
An integer property.
Shows the number of missed pulses since the last status latch.
Shows the number of missed pulses since the last status latch.
PropertyI64 getMvTimestampPPSStatus | ( | ) |
An enumerated integer property.
Shows the current status of the pulse per second controller.
Shows the current status of the pulse per second controller.
The following string values might be valid for this feature:
PropertyI64 getMvTimestampPPSSync | ( | ) |
An enumerated integer property.
Will synchronize the internal clock to an external GPS(PPS) signal.
Will synchronize the internal clock to an external GPS(PPS) signal.
The following string values might be valid for this feature:
PropertyI64 getMvTimestampPPSTriggerEdge | ( | ) |
An enumerated integer property.
Selects the trigger edge on which the controller will be pulsed.
Selects the trigger edge on which the controller will be pulsed.
The following string values might be valid for this feature:
PropertyI64 getMvTimestampResetValue | ( | ) |
An integer property.
Defines the initial value after the cameras timestamp timer has been reset.
Defines the initial value after the cameras timestamp timer has been reset.
PropertyI getRcSystemReady | ( | ) |
A boolean property.
Returns if the system is ready (fully booted).
Returns if the system is ready (fully booted).
PropertyI64 getTimestamp | ( | ) |
An integer property.
Reports the current value of the device timestamp counter.
Reports the current value of the device timestamp counter.
Method getTimestampLatch | ( | ) |
A method object.
Latches the current timestamp counter into TimestampLatchValue.
Latches the current timestamp counter into TimestampLatchValue.
PropertyI64 getTimestampLatchValue | ( | ) |
An integer property.
Returns the latched value of the timestamp counter.
Returns the latched value of the timestamp counter.
Method getTimestampReset | ( | ) |
A method object.
Resets the current value of the device timestamp counter.
Resets the current value of the device timestamp counter.
|
staticprotected |
|
protected |