Camera

Overview

Camera is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents Camera.

Properties

NameTypeAccessDescription
camera_typeCameraPresetTypeReadCamera type.
field_of_view_anglefloatReadCamera FOV (0-180 deg, field of View).
zoomfloatReadCamera zoom (positive value in percentage).

Methods

SignatureDescription
set_rotation(latitude, longitude, revolution)Sets the camera’s latitude, longitude, and revolution rotation values
get_rotation()list[float]Returns a list of three floats representing latitude, longitude, and revolution

See Also