turned_towards#

deltacamera.Camera.turned_towards(target_image_point=None, target_world_point=None, target_cam_point=None)[source]#

Return a new camera with optical axis pointing at a target point.

Exactly one of the three target arguments must be provided.

Parameters:
  • target_image_point – Image coordinates of the target point

  • target_world_point – World coordinates of the target point

  • target_cam_point – Camera coordinates of the target point

Returns:

New Camera pointing at target

Return type:

Camera