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: 11 months ago
JSON representation

Example of using Camera2 with Jetpack compose.

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.