Quality Configs
As of v1.3.0
the tablet includes a button to cycle through available recording quality options.
Cycling these options will adjust these video properties
- Resolution
- Framerate
- Video bitrate
- Audio bitrate
This behaviour can be tweaked via the LckCameraController's new QualityConfigs
field, which expects a ScriptableObject implementing ILckQualityConfig
.
LCK supplies a SO called LckQualityConfig
which can be created via Create > LIV > LCK > QualityConfig, allowing developers to set up their own set of options.
If you need more control in how options are generated you can also create a new ScriptableObject implementing ILckQualityConfig
, with the only required function being List<QualityOption> GetQualityOptionsForSystem()
, which is called by the tablet on Start.