camera_move property

camera_move property

Gets or sets the movement of the camera during the shot, from a fixed set of industry standard terminology.

Definition:

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

See Also