VideoDeviceCaptureQuality
Specifies the capture resolution and frame rate used by a VideoDeviceInput
when reading from a camera device.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 616 | Default | 0 | The default capture quality. | |
| 616 | Low | 1 | Captures at a reduced quality to lower resource usage on constrained or mobile platforms. | |
| 616 | Medium | 2 | Captures at a balanced quality suitable for most use cases. | |
| 616 | High | 3 | Captures at the highest available quality. |
Description
Specifies the capture resolution and frame rate used by a VideoDeviceInput
when reading from a camera device. Set via the CaptureQuality property. The
actual resolution and frame rate for each value are optimized per platform.