Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Camera Support » Ensenso » Ensenso_GetParameter_Double

Ensenso_GetParameter_Double


Module: ThirdParty

Gets the value of a double parameter.

Name Type Description
Input value inDevices EnsensoCameraInformationArray Structures identifying devices.
Input value inDevice EnsensoCameraInformation* Specific device.
Input value inPath String Configuration path, relative.
Output value outValue Double

Examples

Configuration tree
Configuration paths are relative to root or camera tree.

for example path Sensor/Temperature in GetGlobalParamerter filter will give read only access to currently opened camera sensor temperature (double)

path Parameters/Capture/PixelClock in GetParamerter filter will give access to camera pixel clock

Remarks

Camera identification

When there is only one Ensenso camera connected, the field inDevices can be set to Auto. In this situation, the first available camera will be used.

inDevices can be used to pick one or many of multiple cameras connected to the computer.

Camera driver software

This filter is intended to cooperate with cameras using their vendor's SDK. In order to connect with the camera, it is required to install Ensenso SDK software, and uEye driver (same as in IDS camera filters)

Ensenso SDK and uEye driver can be downloaded from the following website: https://www.optonic.com/en/support/download/ensenso-sdk/

Recommended Ensenso SDK version for Aurora Vision Studio usage is 3.5.1419 and uEye driver 4.96.1.

Parallel execution

This filter cannot be placed in multiple Workers.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

Will throw atl::DomainError if the type is not convertible to requested type

Will throw atl::DomainError if the type does not exist or is null

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.

Filter Group

This filter is member of Ensenso_GetParameter filter group.