-2

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

Praveen Kumar
  • 1,576
  • 8
  • 31
  • 47

1 Answers1

1

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

404pio
  • 1,080
  • 1
  • 12
  • 32