camera_label property

camera_label property

Gets or sets the description of the camera used for a shoot.

Definition:

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

See Also