XiApi_SetParamInt


Sets parameter of type Integer in XIMEA device.

Syntax

C++
Python
 
def XiApi_SetParamInt(
	state: XIAPIState,
	inParameter: str,
	inValue: int,
	/,
	*,
	inDeviceID: str | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState XIAPIState
Input value inDeviceID str | None None Camera chip ID or camera index
Input value inParameter str Parameter name
Input value inValue int Value to set

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.