Back to FabImage Studio website
You are here: Start » Filter Reference » XIMEA » XiApi_SetParamInt
Sets parameter of type Integer in XIMEA device.
Name | Type | Description | |
---|---|---|---|
![]() |
inDeviceID | String* | Camera chip ID or camera index |
![]() |
inParameter | String | Parameter name |
![]() |
inValue | Integer | 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 .
Complexity Level
This filter is available on Basic Complexity Level.