Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/videlanicolas/camera2_jetpack_compose_example
Example of using Camera2 with Jetpack compose.
https://github.com/videlanicolas/camera2_jetpack_compose_example
android androidx camera2 jetpack jetpack-compose
Last synced: about 2 months ago
JSON representation
Example of using Camera2 with Jetpack compose.
- Host: GitHub
- URL: https://github.com/videlanicolas/camera2_jetpack_compose_example
- Owner: videlanicolas
- License: unlicense
- Created: 2024-07-23T03:07:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T03:40:46.000Z (7 months ago)
- Last Synced: 2024-11-06T00:20:49.703Z (3 months ago)
- Topics: android, androidx, camera2, jetpack, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camera 2 Jetpack compose example
This is an example of how to use the Camera with Jetpack compose. The Camera is not available as a composable object, so one must invoke it through an `AndroidView` composable.