XiApi_GetParamInt


Gets parameter of type Integer from XIMEA device.

Syntax

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

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
Output value outValue int Received value

Multithreaded environment

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