camera property

camera property

Gets or sets the camera collection.

Definition:

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

See Also