ExtendedCamera.getParameter Method

Module: ExtendedCamera

Definition

Retrieves a device parameter’s value.

get_parameter(self, parameter_name: str) -> DeviceParameter

Parameters

parameter_name str
in 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 String
in 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 string
in 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 String
in The parameter to retrieve.

Returns

Outputs the parameter’s value.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetParameter (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    const char * parameterName,
    ID3_DEVICES_DEVICE_PARAMETER hData)

Parameters

in Handle to the ExtendedCamera object.

parameterName const char *
in The parameter to retrieve.

out Outputs the parameter’s value.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.