software property

software property

Gets or sets the name and version of the software or firmware of the camera or image input device used to generate the image.

Definition:

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

See Also