Skip to content

CameraDescription#

Properties of a camera device.

Properties

  • lens_direction(CameraLensDirection) –

    Physical lens direction (front, back, external).

  • lens_type(CameraLensType) –

    Lens hardware type (wide, telephoto, ultra-wide, or unknown).

  • name(str) –

    Human-readable identifier of the camera device.

  • sensor_orientation(int) –

    Clockwise angle (0, 90, 180, 270) needed to display upright output.

Properties#

lens_direction instance-attribute #

lens_direction: CameraLensDirection

Physical lens direction (front, back, external).

lens_type class-attribute instance-attribute #

lens_type: CameraLensType = UNKNOWN

Lens hardware type (wide, telephoto, ultra-wide, or unknown).

name instance-attribute #

name: str

Human-readable identifier of the camera device.

sensor_orientation instance-attribute #

sensor_orientation: int

Clockwise angle (0, 90, 180, 270) needed to display upright output.