focal_length property

focal_length property

Gets or sets the focal length.

Definition:

@property
def focal_length(self):
    ...
@focal_length.setter
def focal_length(self, value):
    ...

See Also