Camera
Overview
Camera is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents Camera.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
camera_type | CameraPresetType | Read | Camera type. |
field_of_view_angle | float | Read | Camera FOV (0-180 deg, field of View). |
zoom | float | Read | Camera zoom (positive value in percentage). |
Methods
| Signature | Description |
|---|---|
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 |