Back to Adaptive Vision Library website
You are here: Start » Function Reference » XIMEA » XiApi_GetParamFloat
Gets parameter of type Float from XIMEA device.
Syntax
void avl::XiApi_GetParamFloat ( XiApi_GetParamFloatState& ioState, atl::Optional<const atl::String&> inDeviceID, const atl::String& inParameter, atl::real& outValue )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioState | XiApi_GetParamFloatState& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<const String&> | NIL | Camera chip ID or camera index |
![]() |
inParameter | const String& | Parameter name | |
![]() |
outValue | real& | Received value |
Remarks
The value of the parameter is retrieved in every filter iteration.
The possible values (strings) of inParameter input can be found in the XIMEA documentation at the following website .
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


