VideoFile.getMeasurementData Method

Module: VideoFile

Definition

Retrieves a list of measurement data collected during capture sessions.

This function provides access to data such as frame timestamps and other metrics.

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 id3DevicesVideoFile_GetMeasurementData (
    ID3_DEVICES_VIDEO_FILE hVideoFile,
    ID3_DEVICES_MEASUREMENT_DATA hDataset)

Parameters

in Handle to the VideoFile 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.