Back to Aurora Vision Studio website
	
                
                    
		
	You are here: Start » Filter Reference » Camera Support » XIMEA » XiApi_GetParamFloat
| Module: | ThirdParty | 
|---|
Gets parameter of type Float from XIMEA device.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inDeviceID | String* | Camera chip ID or camera index | 
![]()  | 
				inParameter | 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 .
Parallel execution
This filter cannot be placed in multiple Workers.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- XiApi_GrabImage – Captures an image from a XIMEA camera.
 
- XiApi_SetGPIMode – Defines selected GPI (digital input) functionality.
 
- XiApi_GetGPILevel – Returns the value from selected GPI (digital input).
 
- XiApi_SetGPOMode – Defines GPO (digital output) functionality.
 
- XiApi_SetParamInt – Sets parameter of type Integer in XIMEA device.
 
- XiApi_SetParamFloat – Sets parameter of type Float in XIMEA device.
 
- XiApi_GetParamInt – Gets parameter of type Integer from XIMEA device.
 
- XiApi_GenerateSoftwareTrigger – Generates software trigger for XIMEA device.
 

 Basic
