android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
4.98k stars 2.33k forks source link

Update CameraX example? #576

Open videlanicolas opened 6 months ago

videlanicolas commented 6 months ago

The example for CameraX is outdated (last commit 2 years ago). Can we update the example app to show how to use JetPack compose and CameraX?

luoyexk commented 4 months ago

We do need a compose example.

clarkshu1016 commented 2 months ago

any progress?

videlanicolas commented 2 months ago

I was able to make an app with Camera2 API and Jetpack compose. Here's my working implementation as of today: https://github.com/videlanicolas/camera2_jetpack_compose_example