Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Camera Support » IDS » IDS_LoadParameterSet

IDS_LoadParameterSet


Module: ThirdParty

Loads specific camera parameters.

Name Type Description
Input value inDeviceID String* Device serial number or user definable camera ID
Input value inLoadFromEEPROM Bool If true loads configuration from EEPROM
Input value inFile File Parameters file path

Remarks

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 IDS SDK software.

IDS SDK can be downloaded from the following website: https://en.ids-imaging.com/downloads.html

To verify the driver installation, you can run IDS Camera Manager. If the camera was detected and you can see the view from the camera, you can use IDS SDK in Aurora Vision Studio.

Recommended IDS SDK version for Aurora Vision Studio usage is 4.96.1.

Camera identification

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

inDeviceID can be used to pick one of multiple cameras connected to the computer. inDeviceID should be set to device serial number or user definable camera ID.

Source code

In Professional edition this filter is open source. You can use this filter as reference when implementing support for your specific hardware. You can also modify this filter and add some additional functionality.

The source code is located in the directory:

Public Documents\Aurora Vision Studio 5.x Professional\Sources\UserFilters\IDS

Typically it is:

C:\Users\Public Documents\Aurora Vision Studio 5.x Professional\Sources\UserFilters\IDS 

Parallel execution

This filter cannot be placed in multiple Workers.

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.

See Also

  • IDS_ForceTrigger – Forces software-controlled captures of an image while a capturing process triggered by hardware is in progress.