About
LCK provides an API that you can use to create custom camera implementations or features. The access to this API is mainly handled through theLckService
singleton.
Next Steps
Explore the key components of the API to understand how they work together and how you can use it in your project.LCK Service
Provides lifecycle management, recording, audio, camera, and telemetry control for LIV Capture Kit.
LCK Error
Represents error codes that describe why an LCK operation failed.
LCK Result
Provides a consistent, exception-free way to check operation success, retrieve results, and handle errors in LCK.