unreal.TimedDataMonitorCalibrationReturnCode

class unreal.TimedDataMonitorCalibrationReturnCode

Bases: unreal.EnumBase

ETimed Data Monitor Calibration Return Code

C++ Source:

  • Plugin: TimedDataMonitor

  • Module: TimedDataMonitor

  • File: TimedDataMonitorCalibration.h

FAILED_BUFFER_COULD_NOT_BE_RESIZE

Failed. A resize was requested but it was not able to do so.

Type

6

FAILED_INVALID_EVALUATION_TYPE

Failed. At least one input has an evaluation type that is not timecode.

Type

3

FAILED_INVALID_FRAME_RATE

Failed. At least one input doesn’t have a defined frame rate.

Type

4

FAILED_NO_DATA_BUFFERED

Failed. At least one input doesn’t have data buffered.

Type

5

FAILED_NO_TIMECODE

Failed. The timecode provider doesn’t have a proper timecode value.

Type

1

FAILED_RESET

Failed. The calibration was manually reset.

Type

7

FAILED_UNRESPONSIVE_INPUT

Failed. At least one input is unresponsive.

Type

2

RETRY_INCREASE_BUFFER_SIZE

Retry. No interval could be found. Increase the buffer size.

Type

9

RETRY_NOT_ENOUGH_DATA

Retry. The buffer size is correct but they do not contain enough data to calibrate.

Type

8

SUCCEEDED

Success. The values were synchronized.

Type

0