How to implement Camera Based app in android using google camera(GCAM)?

620 Views Asked by At

I want to to develop a android app using GCAM(Google camera) to capture the images.Is GCAM is open source available?

1

There are 1 best solutions below

0
404pio On

As far as I know, google has not published code of "GCAM" application, neither jetpack's CameraX. The public is only Camera 2 API. You can also look here - example of use Camera 2 API, from googleexaples: https://github.com/googlesamples/android-Camera2Basic