Description
QualityOptionOverride allows you to define a custom set of quality options for a specific device model.When the system detects the matching device at runtime, these options override the base configuration.
Usage
UseQualityOptionOverride to fine-tune capture quality for specific hardware where defaults may not be optimal.
Example: Override quality options for a specific device
"ExampleDevice123", it will use the specified options instead of the base configuration.
References
Fields
| Field | Type | Description |
|---|---|---|
| DeviceModel | DeviceModel | The device model this override applies to. |
| QualityOptions | List<QualityOption> | The list of quality options specific to this device model. |