API
Compose Module
UI components for Jetpack Compose.
Compose Module
The compose-camera-ui module provides ready-to-use UI components for integration with Jetpack Compose.
Installation
implementation("io.github.l2hyunwoo:compose-camera-ui:1.2.2")Key Components
- CameraPreview: The primary composable for displaying the camera feed.
- rememberCameraController: A helper to create and remember a
CameraController. - FocusIndicator: Default and custom focus indicators.