Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » NET ICube » ICube_SetParameter

ICube_SetParameter


Module: ThirdParty

Sets a parameter of type Integer in an ICube device.

Name Type Description
Input value inDeviceID Integer* Index of a camera
Input value inType Integer Type of the parameter to set (see Parameter Definitions in the API Header)
Input value inValue Integer Value to set

Description

Sets value of the parameter specified by inType. This filter executes the ICubeSDK_SetCamParameter ICube SDK function.

Remarks

To be able to use an ICube camera, you need to install the camera driver. You can find it at the following address (select binaries):

https://net-gmbh.com/en/machine-vision/products/cameras/usb2-icube/ or https://net-gmbh.com/en/machine-vision/products/cameras/usb3-vision-3icube/

Please make sure that the ICube SDK is installed properly on your computer. To verify the driver installation, you can run iControl.exe. If the camera was detected and you can see the image from it in this application, you can use your ICube camera in FabImage Studio.

Recommended ICube SDK version for FabImage Studio usage is v2.0.4.8.

The full description of the camera parameters can be found in the ICube SDK documentation.

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, FabImage Studio Professional version.

See Also