from_fov#

static deltacamera.Camera.from_fov(fov_degrees, imshape, world_up=(0, -1, 0), side='max')[source]#

Create a camera with a given field of view, with centered principal point.

Parameters:
  • fov_degrees – the field of view along the larger side of the image, in degrees.

  • imshape – height and width of the image, for determining the principal point.

  • world_up – a world vector that is designated as “pointing up”.