Camera constructor

init

Initializes a new instance of the Camera class.

def __init__(self):
    ...

init

Initializes a new instance of the Camera class.

def __init__(self, projection_type):
    ...
ParameterTypeDescription
projection_typeProjectionTypeProjection type.

init

Initializes a new instance of the Camera class.

def __init__(self, name):
    ...
ParameterTypeDescription
namestrName.

init

Initializes a new instance of the Camera class.

def __init__(self, name, projection_type):
    ...
ParameterTypeDescription
namestrName.
projection_typeProjectionTypeProjection type.

See Also