Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Hardware Support » SiliconSoftware » SiliconSoftware_StartAcquisition

SiliconSoftware_StartAcquisition


Module: ThirdParty

Initializes and starts image acquisition in Silicon Software board.

Name Type Range Description
Input value inDeviceIndex Integer* 0 - Device identifying number
Input value inAppletPath String* Applet to load
Input value inPort Integer 0 - DMA port
Input value inInputQueueSize Integer 4 - 200 Capacity of output frames queue
Input value inConfigurationFile File* Configuration file path

Remarks

Device identification

inDeviceIndex can be used to pick one of multiple devices connected to the computer. inDeviceIndex can be set to:

  • Device Index - Silicon Software board identifying internal index.

Frame grabber driver software

This filter is intended to cooperate with a microEnable using its vendor SDK. To be able to connect to a device, it is required to install Silicon Software Runtime with frame grabber dedicated drivers. We also recommended install version with applets.

Silicon Software Runtime can be downloaded from the following website: https://silicon.software/product/microenable-5-acl-marathon/.

Add DLL path to system environment variable may be required.

Recommended Runtime version for Aurora Vision Studio usage is 5.7.0.

Load applets to device memory may be needed for some devices. Please use RT microDisplay software for this purpose.

Each frame grabber is initializing master mode. Acquisition is started in non blocking mode.

Device parameters

Setting inInputQueueSize parameter to 'Auto' will select four value as input queue size.

Setting inAppletPath parameter to 'Auto' will select currently loaded and activated applet.

Setting inConfigurationFile is recommended way to configure acquisition properties instead of SiliconSoftware_SetParameter function.

All the other parameters exposed by camera filters are optional, setting them to 'Auto' leaves related parameter unchanged in camera (device default or user set configuration).

To change other, more advanced camera parameters, use specific filters.

List of available parameters, including acquisition triggering, depends on applet type and will contains custom options. You can find it in device vendor documentation and current selected applet documentation.

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also