unreal.MetaHumanCaptureSourceSync¶
- class unreal.MetaHumanCaptureSourceSync(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectMetaHuman Capture Source Sync
C++ Source:
Plugin: MetaHuman
Module: MetaHumanCaptureSource
File: MetaHumanCaptureSourceSync.h
Editor Properties: (see get_editor_property/set_editor_property)
capture_source_type(MetaHumanCaptureSourceType): [Read-Write]copy_images_to_project(bool): [Read-Write]depth_precision(MetaHumanCaptureDepthPrecisionType): [Read-Write] Precision of the calculated depth data. Full precision is more accurate, but requires more disk space to store.depth_resolution(MetaHumanCaptureDepthResolutionType): [Read-Write] Resolution scaling applied to the calculated depth data. Full resolution is more accurate, but requires more disk space to store.device_address(str): [Read-Write] deprecated: This property has changed its typedevice_control_port(uint16): [Read-Write]device_ip_address(DeviceAddress): [Read-Write]export_listening_port(uint16): [Read-Write] deprecated: This property isn’t used anymore as the port is being provided automatically by the OSmax_distance(float): [Read-Write] The maximum cm from the camera expected for valid depth information.Depth information beyond this will be ignored to help filter out noise.
min_distance(float): [Read-Write] The minimum cm from the camera expected for valid depth information.Depth information closer than this will be ignored to help filter out noise.
storage_path(DirectoryPath): [Read-Write]
- property device_address: str¶
[Read-Write] deprecated: This property has changed its type
- Type:
(str)
- property export_listening_port: int¶
[Read-Write] deprecated: This property isn’t used anymore as the port is being provided automatically by the OS
- Type:
(uint16)
- get_num_takes() int32¶
Get Num Takes
- Return type:
int32
- get_take_info(take_id) MetaHumanTakeInfo or None¶
Get Take Info
- Parameters:
take_id (int32)
- Returns:
out_take_info (MetaHumanTakeInfo):
- Return type:
MetaHumanTakeInfo or None
- get_takes(take_id_list) Array[MetaHumanTake]¶
Get Takes
- Parameters:
take_id_list (Array[int32])
- Return type:
- refresh() Array[MetaHumanTakeInfo]¶
Refresh
- Return type: