unreal.ObjectPoints

class unreal.ObjectPoints(points: None = [])

Bases: StructBase

An array of 3D object points associated with a single calibration image. Structure is needed because Blueprints and Python do not support arrays of arrays.

C++ Source:

  • Plugin: CameraCalibration

  • Module: CameraCalibrationEditor

  • File: CameraCalibrationSolver.h

Editor Properties: (see get_editor_property/set_editor_property)

  • points (Array[Vector]): [Read-Write] 3D object points in an image

property points: None

[Read-Write] 3D object points in an image

Type:

(Array[Vector])