Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » XIMEA » XiApi_SetParamFloat

XiApi_SetParamFloat


Module: ThirdParty

Sets parameter of type Float in XIMEA device.

Name Type Description
Input value inDeviceID String* Camera chip ID or camera index
Input value inParameter String Parameter name
Input value inValue Real Value to set

Remarks

The value of the parameter is set in every filter iteration. Please note, that if you set some parameter value in this filter you should not modify it by XiApi_GrabImage filter - it may cause problems.

The possible values (strings) of inParameter input can be found in the XIMEA documentation at the following website .

The full description of camera parameters can be found at the XIMEA website .

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Basic Complexity Level.

See Also