Impact Acquire SDK Java
|
Contains features to control the device's defective pixel correction parameters. More...
Protected Member Functions | |
void | finalize () |
mvDefectivePixelCorrectionControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (ComponentCollection obj) |
static long | swigRelease (mvDefectivePixelCorrectionControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Contains features to control the device's defective pixel correction parameters.
Contains features to control the device's defective pixel correction parameters.
|
protected |
mvDefectivePixelCorrectionControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.mvDefectivePixelCorrectionControl 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 |
Constructs a new mvIMPACT.acquire.mvDefectivePixelCorrectionControl 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 | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
PropertyI getMvDefectivePixelBlinkingMode | ( | ) |
A boolean property.
Activates the blinking mode of the camera's defective pixel correction.
Activates the blinking mode of the camera's defective pixel correction.
PropertyI64 getMvDefectivePixelCount | ( | ) |
An integer property.
Contains the number of valid defective pixels. Increasing this value adds a new empty entry. Decreasing this value deletes the last entry.
Contains the number of valid defective pixels. Increasing this value adds a new empty entry. Decreasing this value deletes the last entry.
Method getMvDefectivePixelDataLoad | ( | ) |
A method object.
Loads the defective pixels from device non volatile memory.
Loads the defective pixels from device non volatile memory.
Method getMvDefectivePixelDataSave | ( | ) |
A method object.
Saves the defective pixels to device non volatile memory.
Saves the defective pixels to device non volatile memory.
PropertyI getMvDefectivePixelEnable | ( | ) |
A boolean property.
Activates the camera's defective pixel correction.
Activates the camera's defective pixel correction.
PropertyI64 getMvDefectivePixelOffsetX | ( | ) |
An integer property.
Returns the horizontal offset of the defective pixel selected by mvDefectivePixelSelector.
Returns the horizontal offset of the defective pixel selected by mvDefectivePixelSelector. This data is NOT part of a user set, but must be written to non volatile memory by calling 'mvDefectivePixelDataSave' explicitly.
PropertyI64 getMvDefectivePixelOffsetY | ( | ) |
An integer property.
Returns the vertical offset of the defective pixel selected by mvDefectivePixelSelector.
Returns the vertical offset of the defective pixel selected by mvDefectivePixelSelector. This data is NOT part of a user set, but must be written to non volatile memory by calling 'mvDefectivePixelDataSave' explicitly.
PropertyI64 getMvDefectivePixelSelector | ( | ) |
An integer property.
Controls the index (offset) of the defective pixel to access.
Controls the index (offset) of the defective pixel to access. Data selected by this selector is NOT part of a user set, but must be written to non volatile memory by calling 'mvDefectivePixelDataSave' explicitly.
PropertyI64 getMvDefectPixelThreshold | ( | ) |
An integer property.
Sets the threshold for the defect pixel detection.
Sets the threshold for the defect pixel detection.
|
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 |
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 |
|
protectedinherited |