ICube_SetParamOnePush


Sets a parameter of type One Push in an ICube device.

Syntax

C++
Python
 
def ICube_SetParamOnePush(
	state: ICube_State,
	/,
	*,
	inDeviceID: int | None = None,
	inType: int = 0
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState ICube_State
Input value inDeviceID int | None None Index of a camera
Input value inType int 0 Type of the parameter to set (see Parameter Definitions in the API Header)

Multithreaded environment

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