setNamedProperty method of the ImageCaptureSettings interface
Sets the named property of extended settings for image capture. The name and the value of this property should be specified.
void setNamedProperty(
String name,
Object value
);
Parameters
- name
- The property name.
- value
- The settings, corresponding to the property name, that should be used in image capture.
02.03.2022 12:59:15