device_writes_images property

device_writes_images property

Gets/sets the flag that determines whether the image device will write output images. Set it to false if you are planning to write images using image device’s Result property.

Definition:

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

See Also