
Robust, feature-rich camera toolkit offering high-performance previews, photo/video capture, zoom, exposure, tap-to-focus, flash and extensible plugin architecture with built-in permission management.
A robust, feature-rich camera library for Compose Multiplatform supporting Android and iOS. Built with CameraX on Android and AVFoundation on iOS.
Read the full documentation here
// build.gradle.kts (commonMain)
kotlin {
sourceSets {
commonMain.dependencies {
implementation("io.github.l2hyunwoo:compose-camera-core:1.2.2")
implementation("io.github.l2hyunwoo:compose-camera-ui:1.2.2")
}
}
}For detailed setup instructions (AndroidManifest, Info.plist), please refer to the Quick Start Guide.
Copyright 2025 l2hyunwoo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
A robust, feature-rich camera library for Compose Multiplatform supporting Android and iOS. Built with CameraX on Android and AVFoundation on iOS.
Read the full documentation here
// build.gradle.kts (commonMain)
kotlin {
sourceSets {
commonMain.dependencies {
implementation("io.github.l2hyunwoo:compose-camera-core:1.2.2")
implementation("io.github.l2hyunwoo:compose-camera-ui:1.2.2")
}
}
}For detailed setup instructions (AndroidManifest, Info.plist), please refer to the Quick Start Guide.
Copyright 2025 l2hyunwoo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.