unreal.BlackmagicTimecodeProvider

class unreal.BlackmagicTimecodeProvider(outer: Object | None = None, name: Name | str = 'None')

Bases: GenlockedTimecodeProvider

Class to fetch a timecode via a Blackmagic Design card.

C++ Source:

  • Plugin: BlackmagicMedia

  • Module: BlackmagicMedia

  • File: BlackmagicTimecodeProvider.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_delay (float): [Read-Write] Number of frames to subtract from the qualified frame time when GetDelayedQualifiedFrameTime or GetDelayedTimecode is called. see: GetDelayedQualifiedFrameTime, GetDelayedTimecode

  • media_configuration (MediaIOConfiguration): [Read-Write] The device, port and video settings that correspond to the input. deprecated: Property ‘MediaConfiguration’ is deprecated.

  • timecode_configuration (MediaIOVideoTimecodeConfiguration): [Read-Write] Timecode format to read from a video signal.

  • timecode_format (MediaIOTimecodeFormat): [Read-Write] Timecode format to read from a video signal. deprecated: Property ‘TimecodeFormat’ is deprecated.

  • use_genlock_to_count (bool): [Read-Write] Use Genlock Sync to update Timecode count

property media_configuration: MediaIOConfiguration

[Read-Write] The device, port and video settings that correspond to the input. deprecated: Property ‘MediaConfiguration’ is deprecated.

Type:

(MediaIOConfiguration)

property timecode_format: MediaIOTimecodeFormat

[Read-Write] Timecode format to read from a video signal. deprecated: Property ‘TimecodeFormat’ is deprecated.

Type:

(MediaIOTimecodeFormat)