Impact Acquire SDK .NET
|
Category for optical control features. More...
Public Member Functions | |
OpticControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.OpticControl object. | |
OpticControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.OpticControl object. | |
Category for optical control features.
A category for optical control features.
|
inline |
Constructs a new mv.impact.acquire.GenICam.OpticControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Constructs a new mv.impact.acquire.GenICam.OpticControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
[in] | settingName | 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 mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting |
A floating point property. Sets the aperture (also called iris, f-number, f-stop or f/#) of the lens.
Sets the aperture (also called iris, f-number, f-stop or f/#) of the lens. The lower the f/# the more light goes through the lens (the 'faster' the lens) and the smaller the depth of field.
readonly mv.impact.acquire.Method apertureInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the aperture and makes it ready for use.
Initializes the aperture and makes it ready for use. The aperture position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 apertureStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the aperture.
Reads the status of the aperture.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 apertureStepper = new mv.impact.acquire.PropertyI64() |
An integer property. ApertureStepper controls the stepper value of the aperture.
ApertureStepper controls the stepper value of the aperture. 0 is the maximum opening.
An integer property. Filter positions in native number system.
Filter positions in native number system. This is implementation dependent.
readonly mv.impact.acquire.Method filterInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the filter and makes it ready for use.
Initializes the filter and makes it ready for use. The filter position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 filterStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the filter.
Reads the status of the filter.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyF focalLength = new mv.impact.acquire.PropertyF() |
A floating point property. Focal length in millimeters (mm).
Focal length in millimeters (mm).
readonly mv.impact.acquire.Method focalLengthInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the focal length and makes it ready for use.
Initializes the focal length and makes it ready for use. The focal length position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 focalLengthStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the focal length.
Reads the status of the focal length.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 focalLengthStepper = new mv.impact.acquire.PropertyI64() |
An integer property. FocalLengthStepper controls the stepper value of the focal length.
FocalLengthStepper controls the stepper value of the focal length. 0 is the shortest focal length.
readonly mv.impact.acquire.PropertyF focalPower = new mv.impact.acquire.PropertyF() |
A floating point property. Sets the focal power (in diopters/dpt).
Sets the focal power (in diopters/dpt). This is mostly used for liquid lenses and indicates how much a liquid lens focuses.
An enumerated integer property. Sets automatic focus.
Sets automatic focus. If enabled, the optic device shall be set into a mode of operation, where the lens automatically finds the best possible focus.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 focusAutoMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Sets automatic focus mode.
Sets automatic focus mode.
The following string values might be valid for this feature:
readonly mv.impact.acquire.Method focusInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the focus and makes it ready for use.
Initializes the focus and makes it ready for use. The focus position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 focusStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the focus.
Reads the status of the focus.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 focusStepper = new mv.impact.acquire.PropertyI64() |
An integer property. FocusStepper controls the stepper value of the focus.
FocusStepper controls the stepper value of the focus. E.g. ObjectSensorDistance or FocalPower. 0 is the closest focus.
readonly mv.impact.acquire.PropertyF magnification = new mv.impact.acquire.PropertyF() |
A floating point property. Magnification of the lens, defined as ratio between apparent size of an image and its true size.
Magnification of the lens, defined as ratio between apparent size of an image and its true size.
readonly mv.impact.acquire.Method magnificationInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the magnification and makes it ready for use.
Initializes the magnification and makes it ready for use. The magnification position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 magnificationStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the magnification.
Reads the status of the magnification.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 magnificationStepper = new mv.impact.acquire.PropertyI64() |
An integer property. MagnificationStepper controls the stepper value of the magnification.
MagnificationStepper controls the stepper value of the magnification. 0 is the lowest magnification.
readonly mv.impact.acquire.PropertyF numericalAperture = new mv.impact.acquire.PropertyF() |
A floating point property. Sets the numerical aperture of a lens.
Sets the numerical aperture of a lens. It is inversely proportional to the f/#.
readonly mv.impact.acquire.PropertyF objectSensorDistance = new mv.impact.acquire.PropertyF() |
A floating point property. Distance from the image sensor surface to the object in millimeters (mm).
Distance from the image sensor surface to the object in millimeters (mm).
readonly mv.impact.acquire.Method opticControllerAbort = new mv.impact.acquire.Method() |
A method object. Aborts the current command or feature access.
Aborts the current command or feature access. This will end the process without completing it or having reached the desired end position or value. If no command or feature access is in progress, the command is ignored.
readonly mv.impact.acquire.Method opticControllerDisconnect = new mv.impact.acquire.Method() |
A method object. Closes the optic controller connection and prepares it for removal.
Closes the optic controller connection and prepares it for removal.
readonly mv.impact.acquire.PropertyS opticControllerFamilyName = new mv.impact.acquire.PropertyS() |
A string property. Name of the device family of the optic controller.
Name of the device family of the optic controller.
readonly mv.impact.acquire.PropertyS opticControllerFirmwareVersion = new mv.impact.acquire.PropertyS() |
A string property. Version of the firmware in the optic controller.
Version of the firmware in the optic controller.
readonly mv.impact.acquire.Method opticControllerInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the optic controller and makes it ready for use.
Initializes the optic controller and makes it ready for use.
readonly mv.impact.acquire.PropertyS opticControllerModelName = new mv.impact.acquire.PropertyS() |
A string property. Model name of the optic controller.
Model name of the optic controller.
readonly mv.impact.acquire.PropertyI64 opticControllerSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects which optic controller to configure.
Selects which optic controller to configure.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyS opticControllerSerialNumber = new mv.impact.acquire.PropertyS() |
A string property. Serial number of the optic controller.
Serial number of the optic controller.
readonly mv.impact.acquire.PropertyI64 opticControllerStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the optic controller.
Reads the status of the optic controller.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyF opticControllerTemperature = new mv.impact.acquire.PropertyF() |
A floating point property. Temperature of the optic controller in degrees Celsius (C).
Temperature of the optic controller in degrees Celsius (C).
readonly mv.impact.acquire.PropertyS opticControllerVendorName = new mv.impact.acquire.PropertyS() |
A string property. Name of the manufacturer of the optic controller.
Name of the manufacturer of the optic controller.
readonly mv.impact.acquire.PropertyS opticControllerVersion = new mv.impact.acquire.PropertyS() |
A string property. Version of the optic controller.
Version of the optic controller.
An integer property. Controls whether the shutter is opened or closed.
Controls whether the shutter is opened or closed.
readonly mv.impact.acquire.Method shutterInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the shutter and makes it ready for use.
Initializes the shutter and makes it ready for use. The shutter position after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 shutterStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the shutter.
Reads the status of the shutter.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 stabilization = new mv.impact.acquire.PropertyI64() |
An integer property. Control of image stabilization function build into the optic controller.
Control of image stabilization function build into the optic controller.
readonly mv.impact.acquire.Method stabilizationInitialize = new mv.impact.acquire.Method() |
A method object. Initializes the stabilization and makes it ready for use.
Initializes the stabilization and makes it ready for use. The stabilization state after initialization is implementation dependent. This feature is only implemented if an additional initialization is required after OpticControllerInitialize.
readonly mv.impact.acquire.PropertyI64 stabilizationStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Reads the status of the stabilization.
Reads the status of the stabilization.
The following string values might be valid for this feature: