ExtendedCamera.getMeasurementData Method

Module: ExtendedCamera

Definition

Retrieves a list of measurement data collected during capture sessions.

get_measurement_data(self, dataset: MeasurementData) -> None

Parameters

in The collection of measurement data to be retrieved.

Exceptions

An error has occurred during Devices Library execution.
void getMeasurementData(MeasurementData dataset)

Parameters

in The collection of measurement data to be retrieved.

Exceptions

An error has occurred during Devices Library execution.
public void GetMeasurementData(MeasurementData dataset)

Parameters

in The collection of measurement data to be retrieved.

Exceptions

An error has occurred during Devices Library execution.
public void getMeasurementData(MeasurementData dataset) throws DevicesException

Parameters

in The collection of measurement data to be retrieved.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetMeasurementData (
    ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
    ID3_DEVICES_MEASUREMENT_DATA hDataset)

Parameters

in Handle to the ExtendedCamera object.

in The collection of measurement data to be retrieved.

Returns

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