LckQualityConfig scriptable object, stored in the Quality Config field in the LCKCameraController script.
Lck Quality Config
This scriptable object provides a way to define different quality presets for Android and Desktop platforms and define device specific overrides.Quality Options
For each platform you can store different quality presets that can be used by the tablet. By default this is set to the SD/HD for android and SD/HD/2k/4k for windows. Each quality preset has a name field and a CameraTrackDescriptor that allows you to set the Bitrate, Framerate, Audio Bitrate and Width and Height through a CameraResolutionDescriptor .Default Values
Android
Android
| SD | HD | |
|---|---|---|
| Resolution | 1280x720 | 1920x1080 |
| Bitrate | 7500000 | 12000000 |
| Framerate | 60 | 60 |
| Audio Bitrate | 192000 | 192000 |
Desktop
Desktop
| SD | HD | 2K | 4K | |
|---|---|---|---|---|
| Resolution | 1280x720 | 1920x1080 | 2560x1440 | 3840x2160 |
| Bitrate | 7500000 | 12000000 | 25000000 | 65000000 |
| Framerate | 60 | 60 | 60 | 60 |
| Audio Bitrate | 192000 | 192000 | 192000 | 192000 |
Overrides
Overrides
Android - Quest 2
| SD | HD | |
|---|---|---|
| Resolution | 1280x720 | 1920x1080 |
| Bitrate | 6500000 | 10000000 |
| Framerate | 30 | 30 |
| Audio Bitrate | 192000 | 192000 |