Impact Acquire SDK Java
|
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated. More...
Public Member Functions | |
int | copyDescription (String newName) |
Creates a new camera description list as a copy of the current one. | |
synchronized void | delete () |
int | exportDescription () |
Stores the current camera description on disk. | |
PropertyI | getAoiHeight () |
An integer property defining the number of active lines to capture from the camera. | |
PropertyI | getAoiStartX () |
An integer property defining the X-offset in pixels to the first active pixel to capture. | |
PropertyI | getAoiStartY () |
An integer property defining the Y-offset in lines to the first active line to capture. | |
PropertyI | getAoiWidth () |
An integer property defining the number of active pixels to capture per line. | |
PropertyI | getBayerParity () |
An enumerated integer property defining the start pixel for a camera delivering an unconverted bayer image. | |
PropertyI | getBitsPerPixel () |
An integer property defining the number of bits per pixel currently transmitted by this camera. | |
String | getClassName () |
Returns the class this description is belonging to. | |
PropertyI | getFormat () |
An enumerated integer property defining the data format the camera is sending image data. | |
PropertyI | getInterlacedType () |
An enumerated integer property defining how the camera transmits image data. | |
PropertyS | getName () |
A string property read-only containing the name of this camera description list. | |
PropertyI | getVideoOutput () |
An enumerated integer property defining the type of video outputs this camera offers. | |
int | hObj () |
Returns a unique identifier for the component collection referenced by this object. | |
int | importDescription () |
Updates a camera description with the data stored in a previous session or with the original default data. | |
ComponentCollection | restoreDefault () |
Restores the default for every component of this collection. | |
Protected Member Functions | |
CameraDescriptionDigitalBase (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | swigRelease (CameraDescriptionBase obj) |
static long | swigRelease (CameraDescriptionDigitalBase obj) |
static long | swigRelease (ComponentCollection obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
A base class to describe an arbitrary digital camera signal(Device specific interface layout only) (deprecated.
This class provides access to all settings specific for digital video signals.
|
protected |
|
inherited |
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.
newName | [in] The name for the newly created camera description. This name MUST NOT match a description already existing. |
synchronized void delete | ( | ) |
Reimplemented from CameraDescriptionBase.
Reimplemented in CameraDescriptionCameraLink, CameraDescriptionDigital, CameraDescriptionDigitalBase2, and CameraDescriptionSDI.
|
inherited |
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.getCustomDataDirectory() before initialising the device.
|
protected |
Reimplemented from CameraDescriptionBase.
Reimplemented in CameraDescriptionCameraLink, CameraDescriptionDigital, CameraDescriptionDigitalBase2, and CameraDescriptionSDI.
|
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.
PropertyI getBayerParity | ( | ) |
An enumerated integer property defining the start pixel for a camera delivering an unconverted bayer image.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TBayerMosaicParity.
PropertyI getBitsPerPixel | ( | ) |
An integer property defining the number of bits per pixel currently transmitted by this camera.
|
inherited |
Returns the class this description is belonging to.
PropertyI getFormat | ( | ) |
An enumerated integer property defining the data format the camera is sending image data.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TCameraDataFormat.
|
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.
|
inherited |
A string property read-only containing the name of this camera description list.
|
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 |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
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.getCustomDataDirectory() 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.getType().
To restore the default values valid during the driver was initialized the function mvIMPACT.acquire.ComponentCollection.restoreDefault can be used as well.
|
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.
|
staticprotectedinherited |
|
staticprotected |
|
staticprotectedinherited |
|
protectedinherited |