Camera.getParameterValueInt Method¶
Module: Camera
Definition¶
Gets the integer value of a device parameter.
get_parameter_value_int(self, parameter_name: str) -> int
Parameters
parameter_name
strin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
int getParameterValueInt(String? parameterName)
Parameters
parameterName
Stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
public int GetParameterValueInt(string parameterName)
Parameters
parameterName
stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
public int getParameterValueInt(String parameterName) throws DevicesException
Parameters
parameterName
Stringin The parameter to query.
Returns
int
Outputs the integer value of the parameter.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetParameterValueInt (
ID3_DEVICES_CAMERA hCamera,
const char * parameterName,
int * value)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.parameterName
const char *in The parameter to query.value
int *out Outputs the integer value of the parameter.
Returns