Camera.getParameter Method¶
Module: Camera
Definition¶
Retrieves a device parameter’s value.
get_parameter(self, parameter_name: str) -> DeviceParameter
Parameters
parameter_name
strin The parameter to retrieve.
Returns
Outputs the parameter’s value.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameter getParameter(String? parameterName)
Parameters
parameterName
Stringin The parameter to retrieve.
Returns
Outputs the parameter’s value.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameter GetParameter(string parameterName)
Parameters
parameterName
stringin The parameter to retrieve.
Returns
Outputs the parameter’s value.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameter getParameter(String parameterName) throws DevicesException
Parameters
parameterName
Stringin The parameter to retrieve.
Returns
Outputs the parameter’s value.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesCamera_GetParameter (
ID3_DEVICES_CAMERA hCamera,
const char * parameterName,
ID3_DEVICES_DEVICE_PARAMETER hData)
Parameters
hCamera
ID3_DEVICES_CAMERAin Handle to the Camera object.parameterName
const char *in The parameter to retrieve.out Outputs the parameter’s value.
Returns