ExtendedCamera.getMeasurementData Method¶
Module: ExtendedCamera
Definition¶
Retrieves a list of measurement data collected during capture sessions.
get_measurement_data(self, dataset: MeasurementData) -> None
Parameters
dataset
MeasurementDatain The collection of measurement data to be retrieved.
Exceptions
An error has occurred during Devices Library execution.
void getMeasurementData(MeasurementData dataset)
Parameters
dataset
MeasurementDatain The collection of measurement data to be retrieved.
Exceptions
An error has occurred during Devices Library execution.
public void GetMeasurementData(MeasurementData dataset)
Parameters
dataset
MeasurementDatain 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
dataset
MeasurementDatain 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
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.hDataset
ID3_DEVICES_MEASUREMENT_DATAin The collection of measurement data to be retrieved.
Returns